[html5] r7233 - [e] (0) Add reference to CSS. Fixing https://www.w3.org/Bugs/Public/show_bug.cgi [...]

whatwg at whatwg.org whatwg at whatwg.org
Thu Aug 9 10:42:53 PDT 2012


Author: ianh
Date: 2012-08-09 10:42:52 -0700 (Thu, 09 Aug 2012)
New Revision: 7233

Modified:
   complete.html
   index
   source
Log:
[e] (0) Add reference to CSS.
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=15036
Affected topics: HTML

Modified: complete.html
===================================================================
--- complete.html	2012-08-09 17:35:42 UTC (rev 7232)
+++ complete.html	2012-08-09 17:42:52 UTC (rev 7233)
@@ -42219,7 +42219,7 @@
 
   <p class=note>There are a variety of alternatives to using HTML
   tables for layout, primarily using CSS positioning and the CSS table
-  model.</p>
+  model. <a href=#refsCSS>[CSS]</a></p>
 
   <div class=impl>
 

Modified: index
===================================================================
--- index	2012-08-09 17:35:42 UTC (rev 7232)
+++ index	2012-08-09 17:42:52 UTC (rev 7233)
@@ -42219,7 +42219,7 @@
 
   <p class=note>There are a variety of alternatives to using HTML
   tables for layout, primarily using CSS positioning and the CSS table
-  model.</p>
+  model. <a href=#refsCSS>[CSS]</a></p>
 
   <div class=impl>
 

Modified: source
===================================================================
--- source	2012-08-09 17:35:42 UTC (rev 7232)
+++ source	2012-08-09 17:42:52 UTC (rev 7233)
@@ -49291,7 +49291,7 @@
 
   <p class="note">There are a variety of alternatives to using HTML
   tables for layout, primarily using CSS positioning and the CSS table
-  model.</p>
+  model. <a href="#refsCSS">[CSS]</a></p>
 
   <div class="impl">
 




More information about the Commit-Watchers mailing list