- From: Tantek Celik via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 12 Jan 2012 16:24:44 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/css3-ui
In directory hutz:/tmp/cvs-serv9094
Modified Files:
Overview.html Overview.src.html
Log Message:
remove -o-, -moz- cursor zoom in/out CSS.
Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-ui/Overview.html,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -d -r1.43 -r1.44
--- Overview.html 12 Jan 2012 07:39:20 -0000 1.43
+++ Overview.html 12 Jan 2012 16:24:42 -0000 1.44
@@ -2495,10 +2495,8 @@
<h5 class="no-num no-toc" id=zooming-cursors>zooming cursors</h5>
<dl>
- <dt> <span style="cursor:-moz-zoom-in; cursor:-o-zoom-in; cursor:zoom-in">
- zoom-in</span>, <span
- style="cursor:-moz-zoom-out; cursor:-o-zoom-out; cursor:zoom-out">
- zoom-out</span>
+ <dt> <span style="cursor:zoom-in"> zoom-in</span>, <span
+ style="cursor:zoom-out"> zoom-out</span>
<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
Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-ui/Overview.src.html,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -d -r1.44 -r1.45
--- Overview.src.html 12 Jan 2012 07:39:20 -0000 1.44
+++ Overview.src.html 12 Jan 2012 16:24:42 -0000 1.45
@@ -1586,8 +1586,8 @@
<h5 class="no-num no-toc">zooming cursors</h5>
<dl>
<dt>
-<span style="cursor:-moz-zoom-in; cursor:-o-zoom-in; cursor:zoom-in"> zoom-in</span>,
-<span style="cursor:-moz-zoom-out; cursor:-o-zoom-out; cursor:zoom-out"> zoom-out</span>
+<span style="cursor:zoom-in"> zoom-in</span>,
+<span style="cursor:zoom-out"> zoom-out</span>
</dt>
<dd>
Indicates that something can be zoomed (magnified) in or out, and
Received on Thursday, 12 January 2012 16:24:49 UTC