Skip to content

Commit

Permalink
[ct] (0) ack the self-closing flag on isindex in order to avoid an ex…
Browse files Browse the repository at this point in the history
…tra error and to keep test cases and errors reported in conformance checker UI closer to each other (credit: hs)

git-svn-id: http://svn.whatwg.org/webapps@1697 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed May 24, 2008
1 parent 381915a commit 86e4e0b
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
8 changes: 8 additions & 0 deletions index
Original file line number Diff line number Diff line change
Expand Up @@ -46683,6 +46683,14 @@ function receiver(e) {

<p>Otherwise:</p>

<p><a href="#acknowledged" title="acknowledge self-closing
flag">Acknowledge the token's <i>self-closing flag</i></a>, if it is
set.</p>
<!--
purely to reduce the number of errors (we don't care if they
included the /, they're not supposed to be including the tag at
all! -->

<p>Act as if a start tag token with the tag name "form" had been seen.</p>

<p>If the token has an attribute called "action", set the <code
Expand Down
6 changes: 6 additions & 0 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -43867,6 +43867,12 @@ function receiver(e) {

<p>Otherwise:</p>

<p><span title="acknowledge self-closing flag">Acknowledge the
token's <i>self-closing flag</i></span>, if it is set.</p> <!--
purely to reduce the number of errors (we don't care if they
included the /, they're not supposed to be including the tag at
all! -->

<p>Act as if a start tag token with the tag name "form" had been seen.</p>

<p>If the token has an attribute called "action", set the
Expand Down

0 comments on commit 86e4e0b

Please sign in to comment.