Skip to content

Commit 4a00a48

Browse files
author
Tantek Çelik
committed
visual description of typical 'zoom-in' and 'zoom-out' cursors.
1 parent b7d993c commit 4a00a48

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

css3-ui/Overview.src.html

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1862,7 +1862,10 @@ <h5 class="no-num no-toc">zooming cursors</h5>
18621862
<span style="cursor:-moz-zoom-out; cursor:-o-zoom-out; cursor:zoom-out"> zoom-out</span>
18631863
</strong>
18641864
</dt>
1865-
<dd>Indicates that something can be zoomed (magnified) in or out respectively. </dd>
1865+
<dd>
1866+
Indicates that something can be zoomed (magnified) in or out, and
1867+
often rendered as a magnifying glass with a "+" or "-" in the center of the glass, for 'zoom-in' and 'zoom-out' respectively.
1868+
</dd>
18661869
</dl>
18671870

18681871
<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.

0 commit comments

Comments
 (0)