Skip to content

Commit

Permalink
[giow] (3) Missed a (minor) case of handling the /> talisman.
Browse files Browse the repository at this point in the history
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=17852
Affected topics: HTML Syntax and Parsing

git-svn-id: http://svn.whatwg.org/webapps@7417 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Sep 27, 2012
1 parent 355387f commit ab21a25
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions complete.html
Expand Up @@ -94527,6 +94527,9 @@ <h6 id=the-before-head-insertion-mode><span class=secno>12.2.5.4.3 </span>The "<
<p>Pop that <code><a href=#the-input-element>input</a></code> element off the <a href=#stack-of-open-elements>stack of
open elements</a>.</p>

<p><a href=#acknowledge-self-closing-flag title="acknowledge self-closing flag">Acknowledge the
token's <i>self-closing flag</i></a>, if it is set.</p>

</dd>

<dt>A start tag whose tag name is "form"</dt>
Expand Down
3 changes: 3 additions & 0 deletions index
Expand Up @@ -94527,6 +94527,9 @@ document.body.appendChild(text);
<p>Pop that <code><a href=#the-input-element>input</a></code> element off the <a href=#stack-of-open-elements>stack of
open elements</a>.</p>

<p><a href=#acknowledge-self-closing-flag title="acknowledge self-closing flag">Acknowledge the
token's <i>self-closing flag</i></a>, if it is set.</p>

</dd>

<dt>A start tag whose tag name is "form"</dt>
Expand Down
3 changes: 3 additions & 0 deletions source
Expand Up @@ -109554,6 +109554,9 @@ document.body.appendChild(text);
<p>Pop that <code>input</code> element off the <span>stack of
open elements</span>.</p>

<p><span title="acknowledge self-closing flag">Acknowledge the
token's <i>self-closing flag</i></span>, if it is set.</p>

</dd>

<dt>A start tag whose tag name is "form"</dt>
Expand Down

0 comments on commit ab21a25

Please sign in to comment.