[html5] r2945 - [a] (0) Clarify when start tags can be omitted, in the face of empty elements. ( [...]

whatwg at whatwg.org whatwg at whatwg.org
Tue Mar 31 17:20:53 PDT 2009


Author: ianh
Date: 2009-03-31 17:20:52 -0700 (Tue, 31 Mar 2009)
New Revision: 2945

Modified:
   index
   source
Log:
[a] (0) Clarify when start tags can be omitted, in the face of empty elements. (credit: sp) (bug 6630)

Modified: index
===================================================================
--- index	2009-04-01 00:19:33 UTC (rev 2944)
+++ index	2009-04-01 00:20:52 UTC (rev 2945)
@@ -51115,7 +51115,6 @@
   element.</p>
 
   <!-- <tbody> -->
-
   <p>A <code><a href=#the-tbody-element>tbody</a></code> element's <a href=#syntax-start-tag title=syntax-start-tag>start tag</a> may be omitted if the
   first thing inside the <code><a href=#the-tbody-element>tbody</a></code> element is a
   <code><a href=#the-tr-element>tr</a></code> element, and if the element is not immediately

Modified: source
===================================================================
--- source	2009-04-01 00:19:33 UTC (rev 2944)
+++ source	2009-04-01 00:20:52 UTC (rev 2945)
@@ -62867,7 +62867,6 @@
   element.</p>
 
   <!-- <tbody> -->
-
   <p>A <code>tbody</code> element's <span
   title="syntax-start-tag">start tag</span> may be omitted if the
   first thing inside the <code>tbody</code> element is a




More information about the Commit-Watchers mailing list