Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[e] (0) Apparently I don't know my alphabet.
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=8847

git-svn-id: http://svn.whatwg.org/webapps@4718 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Feb 14, 2010
1 parent 247b1d5 commit 07354a5
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
8 changes: 4 additions & 4 deletions complete.html
Expand Up @@ -86274,10 +86274,6 @@ <h3 class=no-num id=attributes-0>Attributes</h3>
<code title=attr-media-autoplay><a href=#attr-media-autoplay>video</a></code>
<td> Hint that the <a href=#media-resource>media resource</a> can be started automatically when the page is loaded
<td> <a href=#boolean-attribute>Boolean attribute</a>
<tr><th> <code title="">srcdoc</code>
<td> <code title=attr-iframe-srcdoc><a href=#attr-iframe-srcdoc>iframe</a></code>
<td> A document to render in the <code><a href=#the-iframe-element>iframe</a></code>
<td> The source of <a href=#an-iframe-srcdoc-document>an <code>iframe</code> <code title=attr-iframe-srcdoc>srcdoc</code> document</a>*
<tr><th> <code title="">challenge</code>
<td> <code title=attr-keygen-challenge><a href=#attr-keygen-challenge>keygen</a></code>
<td> String to package with the generated and signed public key
Expand Down Expand Up @@ -86732,6 +86728,10 @@ <h3 class=no-num id=attributes-0>Attributes</h3>
<code title=attr-media-src><a href=#attr-media-src>video</a></code>
<td> Address of the resource
<td> <a href=#valid-url>Valid URL</a>
<tr><th> <code title="">srcdoc</code>
<td> <code title=attr-iframe-srcdoc><a href=#attr-iframe-srcdoc>iframe</a></code>
<td> A document to render in the <code><a href=#the-iframe-element>iframe</a></code>
<td> The source of <a href=#an-iframe-srcdoc-document>an <code>iframe</code> <code title=attr-iframe-srcdoc>srcdoc</code> document</a>*
<tr><th> <code title="">start</code>
<td> <code title=attr-ol-start><a href=#attr-ol-start>ol</a></code>
<td> Ordinal value of the first item
Expand Down
8 changes: 4 additions & 4 deletions index
Expand Up @@ -80574,10 +80574,6 @@ interface <a href=#htmldocument>HTMLDocument</a> {
<code title=attr-media-autoplay><a href=#attr-media-autoplay>video</a></code>
<td> Hint that the <a href=#media-resource>media resource</a> can be started automatically when the page is loaded
<td> <a href=#boolean-attribute>Boolean attribute</a>
<tr><th> <code title="">srcdoc</code>
<td> <code title=attr-iframe-srcdoc><a href=#attr-iframe-srcdoc>iframe</a></code>
<td> A document to render in the <code><a href=#the-iframe-element>iframe</a></code>
<td> The source of <a href=#an-iframe-srcdoc-document>an <code>iframe</code> <code title=attr-iframe-srcdoc>srcdoc</code> document</a>*
<tr><th> <code title="">challenge</code>
<td> <code title=attr-keygen-challenge><a href=#attr-keygen-challenge>keygen</a></code>
<td> String to package with the generated and signed public key
Expand Down Expand Up @@ -81032,6 +81028,10 @@ interface <a href=#htmldocument>HTMLDocument</a> {
<code title=attr-media-src><a href=#attr-media-src>video</a></code>
<td> Address of the resource
<td> <a href=#valid-url>Valid URL</a>
<tr><th> <code title="">srcdoc</code>
<td> <code title=attr-iframe-srcdoc><a href=#attr-iframe-srcdoc>iframe</a></code>
<td> A document to render in the <code><a href=#the-iframe-element>iframe</a></code>
<td> The source of <a href=#an-iframe-srcdoc-document>an <code>iframe</code> <code title=attr-iframe-srcdoc>srcdoc</code> document</a>*
<tr><th> <code title="">start</code>
<td> <code title=attr-ol-start><a href=#attr-ol-start>ol</a></code>
<td> Ordinal value of the first item
Expand Down
10 changes: 5 additions & 5 deletions source
Expand Up @@ -96211,11 +96211,6 @@ interface <span>HTMLDocument</span> {
<code title="attr-media-autoplay">video</code>
<td> Hint that the <span>media resource</span> can be started automatically when the page is loaded
<td> <span>Boolean attribute</span>
<tr>
<th> <code title="">srcdoc</code>
<td> <code title="attr-iframe-srcdoc">iframe</code>
<td> A document to render in the <code>iframe</code>
<td> The source of <span>an <code>iframe</code> <code title="attr-iframe-srcdoc">srcdoc</code> document</span>*
<tr>
<th> <code title="">challenge</code>
<td> <code title="attr-keygen-challenge">keygen</code>
Expand Down Expand Up @@ -96762,6 +96757,11 @@ interface <span>HTMLDocument</span> {
<code title="attr-media-src">video</code>
<td> Address of the resource
<td> <span>Valid URL</span>
<tr>
<th> <code title="">srcdoc</code>
<td> <code title="attr-iframe-srcdoc">iframe</code>
<td> A document to render in the <code>iframe</code>
<td> The source of <span>an <code>iframe</code> <code title="attr-iframe-srcdoc">srcdoc</code> document</span>*
<tr>
<th> <code title="">start</code>
<td> <code title="attr-ol-start">ol</code>
Expand Down

0 comments on commit 07354a5

Please sign in to comment.