hixie: note to self about CSS and <br> (whatwg r5357)

hixie: note to self about CSS and <br> (whatwg r5357)

http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.4273&r2=1.4274&f=h
http://html5.org/tools/web-apps-tracker?from=5356&to=5357

===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.4273
retrieving revision 1.4274
diff -u -d -r1.4273 -r1.4274
--- Overview.html 26 Aug 2010 02:56:10 -0000 1.4273
+++ Overview.html 26 Aug 2010 04:58:33 -0000 1.4274
@@ -61127,6 +61127,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>,

Received on Thursday, 26 August 2010 04:59:21 UTC