Skip to content

Commit

Permalink
[e] (0) extra <p> in structured data section
Browse files Browse the repository at this point in the history
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=24938
Affected topics: DOM APIs

git-svn-id: http://svn.whatwg.org/webapps@8522 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Mar 5, 2014
1 parent 34a1338 commit 2cc7df9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion complete.html
Expand Up @@ -8235,7 +8235,7 @@ <h4 id=safe-passing-of-structured-data><span class=secno>2.7.6 </span>Safe passi

<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>
Expand Down
2 changes: 1 addition & 1 deletion index
Expand Up @@ -8235,7 +8235,7 @@ interface <dfn id=domstringmap>DOMStringMap</dfn> {

<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>
Expand Down
2 changes: 1 addition & 1 deletion source
Expand Up @@ -7801,7 +7801,7 @@ interface <dfn>DOMStringMap</dfn> {

<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
Expand Down

0 comments on commit 2cc7df9

Please sign in to comment.