[html5] r3691 - [e] (0) <br>: mark implementation reqs as such; remove requirement redundant wit [...]

whatwg at whatwg.org whatwg at whatwg.org
Fri Aug 28 17:49:08 PDT 2009


Author: ianh
Date: 2009-08-28 17:49:07 -0700 (Fri, 28 Aug 2009)
New Revision: 3691

Modified:
   index
   source
Log:
[e] (0) <br>: mark implementation reqs as such; remove requirement redundant with content model.

Modified: index
===================================================================
--- index	2009-08-29 00:42:59 UTC (rev 3690)
+++ index	2009-08-29 00:49:07 UTC (rev 3691)
@@ -13737,10 +13737,6 @@
   </dl><p>The <code><a href=#the-br-element>br</a></code> element <a href=#represents>represents</a> a line
   break.</p>
 
-  <p><code><a href=#the-br-element>br</a></code> elements must be empty. Any content inside
-  <code><a href=#the-br-element>br</a></code> elements must not be considered part of the
-  surrounding text.</p>
-
   <p><code><a href=#the-br-element>br</a></code> elements must be used only for line breaks that
   are actually part of the content, as in poems or addresses.</p>
 
@@ -13784,7 +13780,14 @@
   (e.g. as in a template). Such blank lines must not be used for
   presentation purposes.</p>
 
+  <div class=impl>
 
+  <p>Any content inside <code><a href=#the-br-element>br</a></code> elements must not be
+  considered part of the surrounding text.</p>
+
+  </div>
+
+
   <h4 id=the-pre-element><span class=secno>4.5.4 </span>The <dfn><code>pre</code></dfn> element</h4>
 
   <dl class=element><dt>Categories</dt>

Modified: source
===================================================================
--- source	2009-08-29 00:42:59 UTC (rev 3690)
+++ source	2009-08-29 00:49:07 UTC (rev 3691)
@@ -14693,10 +14693,6 @@
   <p>The <code>br</code> element <span>represents</span> a line
   break.</p>
 
-  <p><code>br</code> elements must be empty. Any content inside
-  <code>br</code> elements must not be considered part of the
-  surrounding text.</p>
-
   <p><code>br</code> elements must be used only for line breaks that
   are actually part of the content, as in poems or addresses.</p>
 
@@ -14740,7 +14736,14 @@
   (e.g. as in a template). Such blank lines must not be used for
   presentation purposes.</p>
 
+  <div class="impl">
 
+  <p>Any content inside <code>br</code> elements must not be
+  considered part of the surrounding text.</p>
+
+  </div>
+
+
   <h4>The <dfn><code>pre</code></dfn> element</h4>
 
   <dl class="element">




More information about the Commit-Watchers mailing list