- From: Tantek Celik via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 23 Feb 2011 00:09:58 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/css3-ui In directory hutz:/tmp/cvs-serv16108 Modified Files: Overview.src.html Log Message: visual description of typical 'zoom-in' and 'zoom-out' cursors. Index: Overview.src.html =================================================================== RCS file: /sources/public/csswg/css3-ui/Overview.src.html,v retrieving revision 1.20 retrieving revision 1.21 diff -u -d -r1.20 -r1.21 --- Overview.src.html 18 Feb 2011 18:45:35 -0000 1.20 +++ Overview.src.html 23 Feb 2011 00:09:56 -0000 1.21 @@ -1862,7 +1862,10 @@ <span style="cursor:-moz-zoom-out; cursor:-o-zoom-out; cursor:zoom-out"> zoom-out</span> </strong> </dt> -<dd>Indicates that something can be zoomed (magnified) in or out respectively. </dd> +<dd> +Indicates that something can be zoomed (magnified) in or out, and +often rendered as a magnifying glass with a "+" or "-" in the center of the glass, for 'zoom-in' and 'zoom-out' respectively. +</dd> </dl> <p>The UA may treat unsupported values as '<span class="value">auto</span>'. E.g. on platforms that do not have a concept of a '<span class="value">context-menu</span>' cursor, the UA may render '<span class="value">default</span>' or whatever is appropriate.
Received on Wednesday, 23 February 2011 00:10:00 UTC