[html5] r8522 - [e] (0) extra <p> in structured data section Fixing https://www.w3.org/Bugs/Publ [...]

whatwg at whatwg.org whatwg at whatwg.org
Wed Mar 5 13:23:03 PST 2014


Author: ianh
Date: 2014-03-05 13:23:02 -0800 (Wed, 05 Mar 2014)
New Revision: 8522

Modified:
   complete.html
   index
   source
Log:
[e] (0) extra <p> in structured data section
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=24938
Affected topics: DOM APIs

Modified: complete.html
===================================================================
--- complete.html	2014-03-05 21:21:42 UTC (rev 8521)
+++ complete.html	2014-03-05 21:23:02 UTC (rev 8522)
@@ -8235,7 +8235,7 @@
 
      <dt>If <var title="">input</var> is a <code><a href=#blob>Blob</a></code> object</dt>
 
-     <dd><p><p>If <var title="">input</var> has been disabled through the <code title=dom-Blob-close><a href=#dom-blob-close>close()</a></code> method, throw a <code><a href=#datacloneerror>DataCloneError</a></code> exception
+     <dd><p>If <var title="">input</var> has been disabled through the <code title=dom-Blob-close><a href=#dom-blob-close>close()</a></code> method, throw a <code><a href=#datacloneerror>DataCloneError</a></code> exception
      and abort the overall <a href=#structured-clone>structured clone</a> algorithm. Otherwise, let <var title="">output</var> be a newly constructed object of the same class as <var title="">input</var>, corresponding to the same underlying data.</dd>
 
      <dt>If <var title="">input</var> is a <code><a href=#filelist>FileList</a></code> object</dt>

Modified: index
===================================================================
--- index	2014-03-05 21:21:42 UTC (rev 8521)
+++ index	2014-03-05 21:23:02 UTC (rev 8522)
@@ -8235,7 +8235,7 @@
 
      <dt>If <var title="">input</var> is a <code><a href=#blob>Blob</a></code> object</dt>
 
-     <dd><p><p>If <var title="">input</var> has been disabled through the <code title=dom-Blob-close><a href=#dom-blob-close>close()</a></code> method, throw a <code><a href=#datacloneerror>DataCloneError</a></code> exception
+     <dd><p>If <var title="">input</var> has been disabled through the <code title=dom-Blob-close><a href=#dom-blob-close>close()</a></code> method, throw a <code><a href=#datacloneerror>DataCloneError</a></code> exception
      and abort the overall <a href=#structured-clone>structured clone</a> algorithm. Otherwise, let <var title="">output</var> be a newly constructed object of the same class as <var title="">input</var>, corresponding to the same underlying data.</dd>
 
      <dt>If <var title="">input</var> is a <code><a href=#filelist>FileList</a></code> object</dt>

Modified: source
===================================================================
--- source	2014-03-05 21:21:42 UTC (rev 8521)
+++ source	2014-03-05 21:23:02 UTC (rev 8522)
@@ -7801,7 +7801,7 @@
 
      <dt>If <var data-x="">input</var> is a <code>Blob</code> object</dt>
 
-     <dd><p><p>If <var data-x="">input</var> has been disabled through the <code
+     <dd><p>If <var data-x="">input</var> has been disabled through the <code
      data-x="dom-Blob-close">close()</code> method, throw a <code>DataCloneError</code> exception
      and abort the overall <span>structured clone</span> algorithm. Otherwise, let <var
      data-x="">output</var> be a newly constructed object of the same class as <var




More information about the Commit-Watchers mailing list