[html5] r5357 - [e] (0) note to self about CSS and <br>

whatwg at whatwg.org whatwg at whatwg.org
Wed Aug 25 21:58:29 PDT 2010


Author: ianh
Date: 2010-08-25 21:58:27 -0700 (Wed, 25 Aug 2010)
New Revision: 5357

Modified:
   complete.html
   index
   source
Log:
[e] (0) note to self about CSS and <br>

Modified: complete.html
===================================================================
--- complete.html	2010-08-26 02:56:05 UTC (rev 5356)
+++ complete.html	2010-08-26 04:58:27 UTC (rev 5357)
@@ -86741,6 +86741,7 @@
   <code><a href=#the-br-element>br</a></code> elements with <code title=attr-br-clear><a href=#attr-br-clear>clear</a></code> attributes) in the manner
   described in the non-normative note to this effect in CSS2.1.</p>
   <!-- section 9.5.2 of CSS2.1 -->
+  <!-- br { content: '\A'; } /* waiting for 'content' to apply to elements */ -->
 
   <p>The user agent is expected to hide <code><a href=#the-noscript-element>noscript</a></code> elements
   for whom <a href=#concept-n-script title=concept-n-script>scripting is enabled</a>,

Modified: index
===================================================================
--- index	2010-08-26 02:56:05 UTC (rev 5356)
+++ index	2010-08-26 04:58:27 UTC (rev 5357)
@@ -79831,6 +79831,7 @@
   <code><a href=#the-br-element>br</a></code> elements with <code title=attr-br-clear><a href=#attr-br-clear>clear</a></code> attributes) in the manner
   described in the non-normative note to this effect in CSS2.1.</p>
   <!-- section 9.5.2 of CSS2.1 -->
+  <!-- br { content: '\A'; } /* waiting for 'content' to apply to elements */ -->
 
   <p>The user agent is expected to hide <code><a href=#the-noscript-element>noscript</a></code> elements
   for whom <a href=#concept-n-script title=concept-n-script>scripting is enabled</a>,

Modified: source
===================================================================
--- source	2010-08-26 02:56:05 UTC (rev 5356)
+++ source	2010-08-26 04:58:27 UTC (rev 5357)
@@ -98909,6 +98909,7 @@
   title="attr-br-clear">clear</code> attributes) in the manner
   described in the non-normative note to this effect in CSS2.1.</p>
   <!-- section 9.5.2 of CSS2.1 -->
+  <!-- br { content: '\A'; } /* waiting for 'content' to apply to elements */ -->
 
   <p>The user agent is expected to hide <code>noscript</code> elements
   for whom <span title="concept-n-script">scripting is enabled</span>,




More information about the Commit-Watchers mailing list