|
55 | 55 | src="http://www.w3.org/Icons/w3c_home" width=72> </a> |
56 | 56 | <h1>CSS Basic User Interface Module Level 3</h1> |
57 | 57 |
|
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 |
59 | 59 | 2011</h2> |
60 | 60 |
|
61 | 61 | <dl> |
62 | 62 | <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> --> |
64 | 64 |
|
65 | 65 | <dd><a |
66 | 66 | 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> |
261 | 261 | see these features remain in this specification. All other features are |
262 | 262 | either defined in a normative reference (e.g. CSS 2.1 <a href="#CSS21" |
263 | 263 | 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. |
269 | 267 |
|
270 | 268 | <ul><!-- |
271 | 269 | 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> |
293 | 291 | |
294 | 292 | <li>ime-mode: new - not sure about IE5+ vs FF3+ interop |
295 | 293 | </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> |
296 | 302 | |
297 | 303 | Not at risk: |
298 | 304 | <li>CSS2.1: :hover :active :focus</li> |
@@ -321,10 +327,6 @@ <h3 class="no-num no-toc" id=atrisk>Features at risk</h3> |
321 | 327 | <li>pointer-events property: |
322 | 328 | implemented by Firefox 3.6 and later, Safari 4 and later, Opera v? |
323 | 329 | </li> |
324 | | - <li>nav-* properties |
325 | | - implemented by Opera, Tasman v1 internal implementation |
326 | | - required (depended on) by DVB-HTML, ATSC standards |
327 | | - </li> |
328 | 330 | <li>'resize' property |
329 | 331 | implemented by Firefox 4 and Safari |
330 | 332 | </li> |
@@ -354,6 +356,15 @@ <h3 class="no-num no-toc" id=atrisk>Features at risk</h3> |
354 | 356 | <li>‘<a href="#ime-mode"><code |
355 | 357 | class=property>ime-mode</code></a>’ property |
356 | 358 |
|
| 359 | + <li>‘<a href="#nav-index0"><code |
| 360 | + class=property>nav-index</code></a>’, ‘<a |
| 361 | + href="#nav-up"><code class=property>nav-up</code></a>’, ‘<a |
| 362 | + href="#nav-down"><code class=property>nav-down</code></a>’, |
| 363 | + ‘<a href="#nav-right"><code |
| 364 | + class=property>nav-right</code></a>’, ‘<a |
| 365 | + href="#nav-left"><code class=property>nav-left</code></a>’ |
| 366 | + properties |
| 367 | + |
357 | 368 | <li>‘<a href="#text-overflow0"><code |
358 | 369 | class=property>text-overflow</code></a>’ property value: |
359 | 370 | <string> |
@@ -3745,12 +3756,12 @@ <h4 id=nav-index><span class=secno>10.2.1. </span>Sequential navigation |
3745 | 3756 | element with the lowest nav-index value to the element with the highest |
3746 | 3757 | value. Values need not be sequential nor must they begin with any |
3747 | 3758 | 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. |
3749 | 3760 |
|
3750 | 3761 | <li>Those elements that do not support the nav-index property or support |
3751 | 3762 | it and assign it a value of ‘<code class=css><span |
3752 | 3763 | class=value>auto</span></code>’ are navigated next. These elements |
3753 | | - are navigated in the order they appear in the character stream. |
| 3764 | + are navigated in document order. |
3754 | 3765 |
|
3755 | 3766 | <li>Elements that are disabled do not participate in the sequential |
3756 | 3767 | navigation order. |
|
0 commit comments