Skip to content

Commit

Permalink
[giow] (0) Match reality better.
Browse files Browse the repository at this point in the history
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=21712
Affected topics: HTML

git-svn-id: http://svn.whatwg.org/webapps@7905 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Jun 4, 2013
1 parent 5677123 commit eb0d5c9
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 @@ -96931,7 +96931,7 @@ <h4 id=other-elements,-attributes-and-apis><span class=secno>15.3.4 </span>Other
for purposes of rendering. (The parser has special behavior for this
element though.)</p>

<hr><p>The <code><a href=#bgsound>bgsound</a></code>, <code><a href=#isindex-0>isindex</a></code>,
<hr><p>The <code><a href=#blink>blink</a></code>, <code><a href=#bgsound>bgsound</a></code>, <code><a href=#isindex-0>isindex</a></code>,
<code><a href=#multicol>multicol</a></code>, <code><a href=#nextid>nextid</a></code>, <code><a href=#rb>rb</a></code>, and
<code><a href=#spacer>spacer</a></code> elements must use the
<code><a href=#htmlunknownelement>HTMLUnknownElement</a></code> interface.</p> <!-- has to be
Expand Down
2 changes: 1 addition & 1 deletion index
Expand Up @@ -96931,7 +96931,7 @@ if (s = prompt('What is your name?')) {
for purposes of rendering. (The parser has special behavior for this
element though.)</p>

<hr><p>The <code><a href=#bgsound>bgsound</a></code>, <code><a href=#isindex-0>isindex</a></code>,
<hr><p>The <code><a href=#blink>blink</a></code>, <code><a href=#bgsound>bgsound</a></code>, <code><a href=#isindex-0>isindex</a></code>,
<code><a href=#multicol>multicol</a></code>, <code><a href=#nextid>nextid</a></code>, <code><a href=#rb>rb</a></code>, and
<code><a href=#spacer>spacer</a></code> elements must use the
<code><a href=#htmlunknownelement>HTMLUnknownElement</a></code> interface.</p> <!-- has to be
Expand Down
2 changes: 1 addition & 1 deletion source
Expand Up @@ -108312,7 +108312,7 @@ if (s = prompt('What is your name?')) {

<hr>

<p>The <code>bgsound</code>, <code>isindex</code>,
<p>The <code>blink</code>, <code>bgsound</code>, <code>isindex</code>,
<code>multicol</code>, <code>nextid</code>, <code>rb</code>, and
<code>spacer</code> elements must use the
<code>HTMLUnknownElement</code> interface.</p> <!-- has to be
Expand Down

0 comments on commit eb0d5c9

Please sign in to comment.