[html5] r2013 - [e] (0) Linkify 'void elements' more.

whatwg at whatwg.org whatwg at whatwg.org
Tue Aug 5 05:19:25 PDT 2008


Author: ianh
Date: 2008-08-05 05:19:24 -0700 (Tue, 05 Aug 2008)
New Revision: 2013

Modified:
   index
   source
Log:
[e] (0) Linkify 'void elements' more.

Modified: index
===================================================================
--- index	2008-08-05 12:10:11 UTC (rev 2012)
+++ index	2008-08-05 12:19:24 UTC (rev 2013)
@@ -44398,10 +44398,11 @@
    tag</a> to indicate where they end. The start and end tags of certain
    normal elements can be <a href="#omitted"
    title=syntax-tag-omission>omitted</a>, as described later. Those that
-   cannot be omitted must not be omitted. Void elements only have a start
-   tag; end tags must not be specified for void elements. Foreign elements
-   must either have a start tag and an end tag, or a start tag that is marked
-   as self-closing, in which case they must not have an end tag.
+   cannot be omitted must not be omitted. <a href="#void-elements">Void
+   elements</a> only have a start tag; end tags must not be specified for
+   void elements. Foreign elements must either have a start tag and an end
+   tag, or a start tag that is marked as self-closing, in which case they
+   must not have an end tag.
 
   <p>The contents of the element must be placed between just after the start
    tag (which <a href="#omitted" title=syntax-tag-omission>might be implied,
@@ -44414,8 +44415,9 @@
    content models, however, the five types of elements have additional
    <em>syntactic</em> requirements.
 
-  <p>Void elements can't have any contents (since there's no end tag, no
-   content can be put between the start tag and the end tag).
+  <p><a href="#void-elements">Void elements</a> can't have any contents
+   (since there's no end tag, no content can be put between the start tag and
+   the end tag).
 
   <p>CDATA elements can have <a href="#text2" title=syntax-text>text</a>,
    though it has <a href="#cdata-rcdata-restrictions">restrictions</a>
@@ -44488,10 +44490,11 @@
     required to be followed by a space. See the <a href="#attributes2"
     title=syntax-attributes>attributes section</a> below.)
 
-   <li>Then, if the element is one of the void elements, or if the element is
-    a foreign element, then there may be a single U+002F SOLIDUS
-    (<code>/</code>) character. This character has no effect on void
-    elements, but on foreign elements it marks the start tag as self-closing.
+   <li>Then, if the element is one of the <a href="#void-elements">void
+    elements</a>, or if the element is a foreign element, then there may be a
+    single U+002F SOLIDUS (<code>/</code>) character. This character has no
+    effect on void elements, but on foreign elements it marks the start tag
+    as self-closing.
 
    <li>Finally, start tags must be closed by a U+003E GREATER-THAN SIGN
     (<code>></code>) character.

Modified: source
===================================================================
--- source	2008-08-05 12:10:11 UTC (rev 2012)
+++ source	2008-08-05 12:19:24 UTC (rev 2013)
@@ -41775,11 +41775,11 @@
   tag</span> to indicate where they end. The start and end tags of
   certain normal elements can be <span
   title="syntax-tag-omission">omitted</span>, as described
-  later. Those that cannot be omitted must not be omitted. Void
-  elements only have a start tag; end tags must not be specified for
-  void elements. Foreign elements must either have a start tag and an
-  end tag, or a start tag that is marked as self-closing, in which
-  case they must not have an end tag.</p>
+  later. Those that cannot be omitted must not be omitted. <span>Void
+  elements</span> only have a start tag; end tags must not be
+  specified for void elements. Foreign elements must either have a
+  start tag and an end tag, or a start tag that is marked as
+  self-closing, in which case they must not have an end tag.</p>
 
   <p>The contents of the element must be placed between just after the
   start tag (which <span title="syntax-tag-omission">might be implied,
@@ -41792,8 +41792,8 @@
   the contents by those content models, however, the five types of
   elements have additional <em>syntactic</em> requirements.</p>
 
-  <p>Void elements can't have any contents (since there's no end
-  tag, no content can be put between the start tag and the end
+  <p><span>Void elements</span> can't have any contents (since there's
+  no end tag, no content can be put between the start tag and the end
   tag).</p>
 
   <p>CDATA elements can have <span title="syntax-text">text</span>,
@@ -41870,11 +41870,11 @@
    are required to be followed by a space. See the <span
    title="syntax-attributes">attributes section</span> below.)</li>
 
-   <li>Then, if the element is one of the void elements, or if the
-   element is a foreign element, then there may be a single U+002F
-   SOLIDUS (<code>/</code>) character. This character has no effect on
-   void elements, but on foreign elements it marks the start tag as
-   self-closing.</li>
+   <li>Then, if the element is one of the <span>void elements</span>,
+   or if the element is a foreign element, then there may be a single
+   U+002F SOLIDUS (<code>/</code>) character. This character has no
+   effect on void elements, but on foreign elements it marks the start
+   tag as self-closing.</li>
 
    <li>Finally, start tags must be closed by a U+003E GREATER-THAN
    SIGN (<code>></code>) character.</li>




More information about the Commit-Watchers mailing list