Skip to content

Commit 8c4b6b3

Browse files
author
Tantek Çelik
committed
document order (not character stream), nav-* properties at risk due to only one current known implementation.
1 parent 5b4ed05 commit 8c4b6b3

2 files changed

Lines changed: 37 additions & 20 deletions

File tree

css3-ui/Overview.html

Lines changed: 24 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -55,12 +55,12 @@
5555
src="http://www.w3.org/Icons/w3c_home" width=72> </a>
5656
<h1>CSS Basic User Interface Module Level 3</h1>
5757

58-
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 29 October
58+
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 30 November
5959
2011</h2>
6060

6161
<dl>
6262
<dt>This version:</dt>
63-
<!-- <dd><a href="http://www.w3.org/TR/2011/ED-css3-ui-20111029">http://www.w3.org/TR/2011/ED-css3-ui-20111029</a></dd> -->
63+
<!-- <dd><a href="http://www.w3.org/TR/2011/ED-css3-ui-20111130">http://www.w3.org/TR/2011/ED-css3-ui-20111130</a></dd> -->
6464

6565
<dd><a
6666
href="http://dev.w3.org/csswg/css3-ui/">http://dev.w3.org/csswg/css3-ui/</a>
@@ -261,11 +261,9 @@ <h3 class="no-num no-toc" id=atrisk>Features at risk</h3>
261261
see these features remain in this specification. All other features are
262262
either defined in a normative reference (e.g. CSS 2.1 <a href="#CSS21"
263263
rel=biblioentry>[CSS21]<!--{{!CSS21}}--></a> or Selectors <a
264-
href="#SELECT" rel=biblioentry>[SELECT]<!--{{!SELECT}}--></a>), or
265-
dependencies for another specification (e.g. XForms <a href="#XFORMS10"
266-
rel=biblioentry>[XFORMS10]<!--{{XFORMS10}}--></a>) or are believed to have
267-
one or more implementations (perhaps experimental), and thus will not be
268-
dropped without returning to last call.
264+
href="#SELECT" rel=biblioentry>[SELECT]<!--{{!SELECT}}--></a>) or are
265+
believed to have two or more implementations, and thus will not be dropped
266+
without returning to last call.
269267

270268
<ul><!--
271269
At risk due to only one implementation, or obsolete dependency:
@@ -293,6 +291,14 @@ <h3 class="no-num no-toc" id=atrisk>Features at risk</h3>
293291
294292
<li>ime-mode: new - not sure about IE5+ vs FF3+ interop
295293
</li>
294+
295+
<li>nav-index, nav-up, nav-down, nav-right, nav-left, properties
296+
implemented for sure only by Opera, http://www.opera.com/docs/specs/presto22/#css
297+
possibly obsolete: Tasman v1 internal implementation
298+
possibly current: MSTV Tasman
299+
required (depended on) by non-web DVB-HTML, ATSC standards
300+
- unknown if any DVB-HTML or ATSC simulators
301+
</li>
296302
297303
Not at risk:
298304
<li>CSS2.1: :hover :active :focus</li>
@@ -321,10 +327,6 @@ <h3 class="no-num no-toc" id=atrisk>Features at risk</h3>
321327
<li>pointer-events property:
322328
implemented by Firefox 3.6 and later, Safari 4 and later, Opera v?
323329
</li>
324-
<li>nav-* properties
325-
implemented by Opera, Tasman v1 internal implementation
326-
required (depended on) by DVB-HTML, ATSC standards
327-
</li>
328330
<li>'resize' property
329331
implemented by Firefox 4 and Safari
330332
</li>
@@ -354,6 +356,15 @@ <h3 class="no-num no-toc" id=atrisk>Features at risk</h3>
354356
<li>&lsquo;<a href="#ime-mode"><code
355357
class=property>ime-mode</code></a>&rsquo; property
356358

359+
<li>&lsquo;<a href="#nav-index0"><code
360+
class=property>nav-index</code></a>&rsquo;, &lsquo;<a
361+
href="#nav-up"><code class=property>nav-up</code></a>&rsquo;, &lsquo;<a
362+
href="#nav-down"><code class=property>nav-down</code></a>&rsquo;,
363+
&lsquo;<a href="#nav-right"><code
364+
class=property>nav-right</code></a>&rsquo;, &lsquo;<a
365+
href="#nav-left"><code class=property>nav-left</code></a>&rsquo;
366+
properties
367+
357368
<li>&lsquo;<a href="#text-overflow0"><code
358369
class=property>text-overflow</code></a>&rsquo; property value:
359370
&lt;string&gt;
@@ -3745,12 +3756,12 @@ <h4 id=nav-index><span class=secno>10.2.1. </span>Sequential navigation
37453756
element with the lowest nav-index value to the element with the highest
37463757
value. Values need not be sequential nor must they begin with any
37473758
particular value. Elements that have identical nav-index values should be
3748-
navigated in the order they appear in the character stream.
3759+
navigated in document order.
37493760

37503761
<li>Those elements that do not support the nav-index property or support
37513762
it and assign it a value of &lsquo;<code class=css><span
37523763
class=value>auto</span></code>&rsquo; are navigated next. These elements
3753-
are navigated in the order they appear in the character stream.
3764+
are navigated in document order.
37543765

37553766
<li>Elements that are disabled do not participate in the sequential
37563767
navigation order.

css3-ui/Overview.src.html

Lines changed: 13 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ <h3 class="no-num no-toc" id="crec">Candidate Recommendation Exit Criteria</h3>
185185

186186
<h3 class="no-num no-toc" id="atrisk">Features at risk</h3>
187187

188-
<p>The Working Group has identified the following features as at risk of being removed from CSS Basic User Interface Module Level 3 when exiting CR. Implementors are urged to implement these features, if they wish to see these features remain in this specification. All other features are either defined in a normative reference (e.g. CSS 2.1 [[!CSS21]] or Selectors [[!SELECT]]), or dependencies for another specification (e.g. XForms [[XFORMS10]]) or are believed to have one or more implementations (perhaps experimental), and thus will not be dropped without returning to last call.</p>
188+
<p>The Working Group has identified the following features as at risk of being removed from CSS Basic User Interface Module Level 3 when exiting CR. Implementors are urged to implement these features, if they wish to see these features remain in this specification. All other features are either defined in a normative reference (e.g. CSS 2.1 [[!CSS21]] or Selectors [[!SELECT]]) or are believed to have two or more implementations, and thus will not be dropped without returning to last call.</p>
189189
<ul>
190190
<!--
191191
At risk due to only one implementation, or obsolete dependency:
@@ -213,6 +213,14 @@ <h3 class="no-num no-toc" id="atrisk">Features at risk</h3>
213213
214214
<li>ime-mode: new - not sure about IE5+ vs FF3+ interop
215215
</li>
216+
217+
<li>nav-index, nav-up, nav-down, nav-right, nav-left, properties
218+
implemented for sure only by Opera, http://www.opera.com/docs/specs/presto22/#css
219+
possibly obsolete: Tasman v1 internal implementation
220+
possibly current: MSTV Tasman
221+
required (depended on) by non-web DVB-HTML, ATSC standards
222+
- unknown if any DVB-HTML or ATSC simulators
223+
</li>
216224
217225
Not at risk:
218226
<li>CSS2.1: :hover :active :focus</li>
@@ -241,10 +249,6 @@ <h3 class="no-num no-toc" id="atrisk">Features at risk</h3>
241249
<li>pointer-events property:
242250
implemented by Firefox 3.6 and later, Safari 4 and later, Opera v?
243251
</li>
244-
<li>nav-* properties
245-
implemented by Opera, Tasman v1 internal implementation
246-
required (depended on) by DVB-HTML, ATSC standards
247-
</li>
248252
<li>'resize' property
249253
implemented by Firefox 4 and Safari
250254
</li>
@@ -257,6 +261,7 @@ <h3 class="no-num no-toc" id="atrisk">Features at risk</h3>
257261
<li>'content' property value: icon</li>
258262
<li>'icon' property</li>
259263
<li>'ime-mode' property</li>
264+
<li>'nav-index', 'nav-up', 'nav-down', 'nav-right', 'nav-left' properties</li>
260265
<li>'text-overflow' property value: &lt;string&gt;</li>
261266
<li>'text-overflow' property 2-value syntax and definition.</li>
262267
</ul>
@@ -2139,9 +2144,10 @@ <h4 id="nav-index">Sequential navigation order: the <span class="property">'nav-
21392144
the element with the lowest nav-index value to the element with the
21402145
highest value. Values need not be sequential nor must they begin with
21412146
any particular value. Elements that have identical nav-index values
2142-
should be navigated in the order they appear in the character stream.</li>
2147+
should be navigated in document order.</li>
21432148
<li>Those elements that do not support the nav-index property or
2144-
support it and assign it a value of '<span class="value">auto</span>' are navigated next. These elements are navigated in the order they appear in the character stream.</li>
2149+
support it and assign it a value of '<span class="value">auto</span>' are navigated next. These elements are navigated in document
2150+
order.</li>
21452151
<li>Elements that are disabled do not participate in the sequential navigation order.</li>
21462152
</ol>
21472153
<p>

0 commit comments

Comments
 (0)