[html5] r6335 - [e] (0) clarification Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=12578

whatwg at whatwg.org whatwg at whatwg.org
Wed Jul 27 18:23:28 PDT 2011


Author: ianh
Date: 2011-07-27 18:23:26 -0700 (Wed, 27 Jul 2011)
New Revision: 6335

Modified:
   complete.html
   index
   source
Log:
[e] (0) clarification
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=12578

Modified: complete.html
===================================================================
--- complete.html	2011-07-28 00:48:48 UTC (rev 6334)
+++ complete.html	2011-07-28 01:23:26 UTC (rev 6335)
@@ -82658,11 +82658,10 @@
 
   <p>Certain tags can be <dfn id=syntax-tag-omission title=syntax-tag-omission>omitted</dfn>.</p>
 
-  <p class=note>Omitting an element's <a href=#syntax-start-tag title=syntax-start-tag>start tag</a> does not mean the element
-  is not present; it is implied, but it is still there. An HTML
-  document always has a root <code><a href=#the-html-element>html</a></code> element, even if the
-  string <code title=""><html></code> doesn't appear anywhere in
-  the markup.</p>
+  <p class=note>Omitting an element's <a href=#syntax-start-tag title=syntax-start-tag>start tag</a> in the situations
+  described below does not mean the element is not present; it is
+  implied, but it is still there. For example, an HTML document always
+  has a root <code><a href=#the-html-element>html</a></code> element, even if the string <code title=""><html></code> doesn't appear anywhere in the markup.</p>
 
   <!-- <html> -->
   <p>An <code><a href=#the-html-element>html</a></code> element's <a href=#syntax-start-tag title=syntax-start-tag>start tag</a> may be omitted if the

Modified: index
===================================================================
--- index	2011-07-28 00:48:48 UTC (rev 6334)
+++ index	2011-07-28 01:23:26 UTC (rev 6335)
@@ -78231,11 +78231,10 @@
 
   <p>Certain tags can be <dfn id=syntax-tag-omission title=syntax-tag-omission>omitted</dfn>.</p>
 
-  <p class=note>Omitting an element's <a href=#syntax-start-tag title=syntax-start-tag>start tag</a> does not mean the element
-  is not present; it is implied, but it is still there. An HTML
-  document always has a root <code><a href=#the-html-element>html</a></code> element, even if the
-  string <code title=""><html></code> doesn't appear anywhere in
-  the markup.</p>
+  <p class=note>Omitting an element's <a href=#syntax-start-tag title=syntax-start-tag>start tag</a> in the situations
+  described below does not mean the element is not present; it is
+  implied, but it is still there. For example, an HTML document always
+  has a root <code><a href=#the-html-element>html</a></code> element, even if the string <code title=""><html></code> doesn't appear anywhere in the markup.</p>
 
   <!-- <html> -->
   <p>An <code><a href=#the-html-element>html</a></code> element's <a href=#syntax-start-tag title=syntax-start-tag>start tag</a> may be omitted if the

Modified: source
===================================================================
--- source	2011-07-28 00:48:48 UTC (rev 6334)
+++ source	2011-07-28 01:23:26 UTC (rev 6335)
@@ -93671,11 +93671,11 @@
   title="syntax-tag-omission">omitted</dfn>.</p>
 
   <p class="note">Omitting an element's <span
-  title="syntax-start-tag">start tag</span> does not mean the element
-  is not present; it is implied, but it is still there. An HTML
-  document always has a root <code>html</code> element, even if the
-  string <code title=""><html></code> doesn't appear anywhere in
-  the markup.</p>
+  title="syntax-start-tag">start tag</span> in the situations
+  described below does not mean the element is not present; it is
+  implied, but it is still there. For example, an HTML document always
+  has a root <code>html</code> element, even if the string <code
+  title=""><html></code> doesn't appear anywhere in the markup.</p>
 
   <!-- <html> -->
   <p>An <code>html</code> element's <span




More information about the Commit-Watchers mailing list