csswg/css3-values Overview.html,1.68,1.69 Overview.src.html,1.71,1.72

Update of /sources/public/csswg/css3-values
In directory hutz:/tmp/cvs-serv26512

Modified Files:
	Overview.html Overview.src.html 
Log Message:
switch 'illegal-example' to 'illegal example' to match csswg style sheet update

Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-values/Overview.html,v
retrieving revision 1.68
retrieving revision 1.69
diff -u -d -r1.68 -r1.69
--- Overview.html	21 Mar 2011 20:29:16 -0000	1.68
+++ Overview.html	9 Aug 2011 22:24:29 -0000	1.69
@@ -13,6 +13,10 @@
     tt.declaration { white-space: nowrap }
     .del { text-decoration: line-through}
     .say { font-style: italic }
+    .value { font: inherit; white-space: pre-wrap; margin: 0; padding: 0; }
+    #propvalues td { text-align: right; }
+    #propvalues td + td { text-align: left; }
+    p { text-indent: 0 !important; margin: 1em 0 !important; }
   </style>
   <link href="../default.css" rel=stylesheet type="text/css">
   <link href="http://www.w3.org/StyleSheets/TR/W3C-ED.css" rel=stylesheet
@@ -25,13 +29,13 @@
[...1297 lines suppressed...]
    <li>used value, <a href="#used-value" title="used
-    value"><strong>7.3.</strong></a>
+    value"><strong>6.3.</strong></a>
 
    <li>vh (unit), <a href="#vh" title="vh
-    (unit)"><strong>6.3.2.6.</strong></a>
+    (unit)"><strong>5.4.2.6.</strong></a>
 
    <li>vm (unit), <a href="#vm" title="vm
-    (unit)"><strong>6.3.2.7.</strong></a>
+    (unit)"><strong>5.4.2.7.</strong></a>
 
    <li>vw (unit), <a href="#vw" title="vw
-    (unit)"><strong>6.3.2.5.</strong></a>
+    (unit)"><strong>5.4.2.5.</strong></a>
 
-   <li>x-height, <a href="#ex" title=x-height><strong>6.3.2.2.</strong></a>
+   <li>x-height, <a href="#ex" title=x-height><strong>5.4.2.2.</strong></a>
   </ul>
   <!--end-index-->

Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-values/Overview.src.html,v
retrieving revision 1.71
retrieving revision 1.72
diff -u -d -r1.71 -r1.72
--- Overview.src.html	21 Mar 2011 20:29:16 -0000	1.71
+++ Overview.src.html	9 Aug 2011 22:24:29 -0000	1.72
@@ -816,7 +816,7 @@
 ignored):
 
 
-<div class="illegal-example">
+<div class="illegal example">
 <p style="display:none">Illegal Examples:
 <pre>
       content: attr(title, color); /* 'content' doesn't accept colors */

Received on Tuesday, 9 August 2011 22:24:32 UTC