Skip to content

Commit eb536e9

Browse files
author
Tantek Çelik
committed
remove -o-, -moz- cursor zoom in/out CSS.
1 parent 66b56f4 commit eb536e9

2 files changed

Lines changed: 4 additions & 6 deletions

File tree

css3-ui/Overview.html

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2495,10 +2495,8 @@ <h5 class="no-num no-toc" id=resizing-and-scrolling-cursors>resizing and
24952495
<h5 class="no-num no-toc" id=zooming-cursors>zooming cursors</h5>
24962496

24972497
<dl>
2498-
<dt> <span style="cursor:-moz-zoom-in; cursor:-o-zoom-in; cursor:zoom-in">
2499-
zoom-in</span>, <span
2500-
style="cursor:-moz-zoom-out; cursor:-o-zoom-out; cursor:zoom-out">
2501-
zoom-out</span>
2498+
<dt> <span style="cursor:zoom-in"> zoom-in</span>, <span
2499+
style="cursor:zoom-out"> zoom-out</span>
25022500

25032501
<dd> Indicates that something can be zoomed (magnified) in or out, and
25042502
often rendered as a magnifying glass with a "+" or "-" in the center of

css3-ui/Overview.src.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1586,8 +1586,8 @@ <h5 class="no-num no-toc">resizing and scrolling cursors</h5>
15861586
<h5 class="no-num no-toc">zooming cursors</h5>
15871587
<dl>
15881588
<dt>
1589-
<span style="cursor:-moz-zoom-in; cursor:-o-zoom-in; cursor:zoom-in"> zoom-in</span>,
1590-
<span style="cursor:-moz-zoom-out; cursor:-o-zoom-out; cursor:zoom-out"> zoom-out</span>
1589+
<span style="cursor:zoom-in"> zoom-in</span>,
1590+
<span style="cursor:zoom-out"> zoom-out</span>
15911591
</dt>
15921592
<dd>
15931593
Indicates that something can be zoomed (magnified) in or out, and

0 commit comments

Comments
 (0)