[html5] r8189 - [e] (0) Missing article in serializing section Fixing https://www.w3.org/Bugs/Pu [...]

whatwg at whatwg.org whatwg at whatwg.org
Mon Sep 16 10:52:58 PDT 2013


Author: ianh
Date: 2013-09-16 10:52:57 -0700 (Mon, 16 Sep 2013)
New Revision: 8189

Modified:
   complete.html
   index
   source
Log:
[e] (0) Missing article in serializing section
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=23248
Affected topics: HTML Syntax and Parsing

Modified: complete.html
===================================================================
--- complete.html	2013-09-16 17:35:27 UTC (rev 8188)
+++ complete.html	2013-09-16 17:52:57 UTC (rev 8189)
@@ -93767,6 +93767,7 @@
 
 
   <h3 id=serializing-html-fragments><span class=secno>12.3 </span>Serializing HTML fragments</h3>
+<!--CLEANUP-->
 
   <p>The following steps form the <dfn id=html-fragment-serialization-algorithm>HTML fragment serialization
   algorithm</dfn>. The algorithm takes as input a DOM
@@ -93910,7 +93911,7 @@
         <code><a href=#the-style-element>style</a></code>, <code><a href=#the-script-element>script</a></code>, <code><a href=#xmp>xmp</a></code>,
         <code><a href=#the-iframe-element>iframe</a></code>, <code><a href=#noembed>noembed</a></code>,
         <code><a href=#noframes>noframes</a></code>, or <code><a href=#plaintext>plaintext</a></code> element, or
-        if the parent of <var title="">current node</var> is
+        if the parent of <var title="">current node</var> is a
         <code><a href=#the-noscript-element>noscript</a></code> element and <a href=#concept-n-script title=concept-n-script>scripting is enabled</a> for the
         node, then append the value of <var title="">current
         node</var>'s <code title="">data</code> IDL attribute

Modified: index
===================================================================
--- index	2013-09-16 17:35:27 UTC (rev 8188)
+++ index	2013-09-16 17:52:57 UTC (rev 8189)
@@ -93767,6 +93767,7 @@
 
 
   <h3 id=serializing-html-fragments><span class=secno>12.3 </span>Serializing HTML fragments</h3>
+<!--CLEANUP-->
 
   <p>The following steps form the <dfn id=html-fragment-serialization-algorithm>HTML fragment serialization
   algorithm</dfn>. The algorithm takes as input a DOM
@@ -93910,7 +93911,7 @@
         <code><a href=#the-style-element>style</a></code>, <code><a href=#the-script-element>script</a></code>, <code><a href=#xmp>xmp</a></code>,
         <code><a href=#the-iframe-element>iframe</a></code>, <code><a href=#noembed>noembed</a></code>,
         <code><a href=#noframes>noframes</a></code>, or <code><a href=#plaintext>plaintext</a></code> element, or
-        if the parent of <var title="">current node</var> is
+        if the parent of <var title="">current node</var> is a
         <code><a href=#the-noscript-element>noscript</a></code> element and <a href=#concept-n-script title=concept-n-script>scripting is enabled</a> for the
         node, then append the value of <var title="">current
         node</var>'s <code title="">data</code> IDL attribute

Modified: source
===================================================================
--- source	2013-09-16 17:35:27 UTC (rev 8188)
+++ source	2013-09-16 17:52:57 UTC (rev 8189)
@@ -104746,6 +104746,7 @@
 
 
   <h3>Serializing HTML fragments</h3>
+<!--CLEANUP-->
 
   <p>The following steps form the <dfn>HTML fragment serialization
   algorithm</dfn>. The algorithm takes as input a DOM
@@ -104911,7 +104912,7 @@
         <code>style</code>, <code>script</code>, <code>xmp</code>,
         <code>iframe</code>, <code>noembed</code>,
         <code>noframes</code>, or <code>plaintext</code> element, or
-        if the parent of <var title="">current node</var> is
+        if the parent of <var title="">current node</var> is a
         <code>noscript</code> element and <span
         title="concept-n-script">scripting is enabled</span> for the
         node, then append the value of <var title="">current




More information about the Commit-Watchers mailing list