|
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 8 February |
| 58 | + <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 18 February |
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-20110208">http://www.w3.org/TR/2011/ED-css3-ui-20110208</a></dd> --> |
| 63 | + <!-- <dd><a href="http://www.w3.org/TR/2011/ED-css3-ui-20110218">http://www.w3.org/TR/2011/ED-css3-ui-20110218</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> |
@@ -3104,7 +3104,8 @@ <h4 id=cursor><span class=secno>10.1.1. </span><span |
3104 | 3104 | alias | copy | move | no-drop | not-allowed | <br> |
3105 | 3105 | e-resize | n-resize | ne-resize | nw-resize | s-resize | se-resize | |
3106 | 3106 | sw-resize | w-resize | ew-resize | ns-resize | nesw-resize | |
3107 | | - nwse-resize | col-resize | row-resize | all-scroll <br> |
| 3107 | + nwse-resize | col-resize | row-resize | all-scroll | zoom-in | zoom-out |
| 3108 | + <br> |
3108 | 3109 | ] ] | inherit |
3109 | 3110 |
|
3110 | 3111 | <tr> |
@@ -3322,6 +3323,17 @@ <h5 class="no-num no-toc" id=resizing-and-scrolling-cursors>resizing and |
3322 | 3323 | middle. |
3323 | 3324 | </dl> |
3324 | 3325 |
|
| 3326 | + <h5 class="no-num no-toc" id=zooming-cursors>zooming cursors</h5> |
| 3327 | + |
| 3328 | + <dl> |
| 3329 | + <dt><strong> <span style="cursor:-moz-zoom-in; cursor:-o-zoom-in; |
| 3330 | + cursor:zoom-in"> zoom-in</span>, <span style="cursor:-moz-zoom-out; |
| 3331 | + cursor:-o-zoom-out; cursor:zoom-out"> zoom-out</span> </strong> |
| 3332 | + |
| 3333 | + <dd>Indicates that something can be zoomed (magnified) in or out |
| 3334 | + respectively. |
| 3335 | + </dl> |
| 3336 | + |
3325 | 3337 | <p>The UA may treat unsupported values as ‘<code class=css><span |
3326 | 3338 | class=value>auto</span></code>’. E.g. on platforms that do not have |
3327 | 3339 | a concept of a ‘<code class=css><span |
@@ -3828,10 +3840,10 @@ <h3 class="no-num no-toc" id=normative-references>Normative References</h3> |
3828 | 3840 | <dt id=CSS21>[CSS21] |
3829 | 3841 |
|
3830 | 3842 | <dd>Bert Bos; et al. <a |
3831 | | - href="http://www.w3.org/TR/2009/CR-CSS2-20090908"><cite>Cascading Style |
3832 | | - Sheets Level 2 Revision 1 (CSS 2.1) Specification.</cite></a> 8 September |
3833 | | - 2009. W3C Candidate Recommendation. (Work in progress.) URL: <a |
3834 | | - href="http://www.w3.org/TR/2009/CR-CSS2-20090908">http://www.w3.org/TR/2009/CR-CSS2-20090908</a> |
| 3843 | + href="http://www.w3.org/TR/2010/WD-CSS2-20101207"><cite>Cascading Style |
| 3844 | + Sheets Level 2 Revision 1 (CSS 2.1) Specification.</cite></a> 7 December |
| 3845 | + 2010. W3C Working Draft. (Work in progress.) URL: <a |
| 3846 | + href="http://www.w3.org/TR/2010/WD-CSS2-20101207">http://www.w3.org/TR/2010/WD-CSS2-20101207</a> |
3835 | 3847 | </dd> |
3836 | 3848 | <!----> |
3837 | 3849 |
|
@@ -4727,7 +4739,8 @@ <h2 class=no-num id=property-index>Property index</h2> |
4727 | 4739 | text | vertical-text | alias | copy | move | no-drop | not-allowed | |
4728 | 4740 | e-resize | n-resize | ne-resize | nw-resize | s-resize | se-resize | |
4729 | 4741 | sw-resize | w-resize | ew-resize | ns-resize | nesw-resize | |
4730 | | - nwse-resize | col-resize | row-resize | all-scroll ] ] | inherit |
| 4742 | + nwse-resize | col-resize | row-resize | all-scroll | zoom-in | zoom-out |
| 4743 | + ] ] | inherit |
4731 | 4744 |
|
4732 | 4745 | <td>auto |
4733 | 4746 |
|
|
0 commit comments