[html5] r5730 - [cgiowt] (0) Change how <input type=hidden> affects the frameset flag. Fixing ht [...]
whatwg at whatwg.org
whatwg at whatwg.org
Thu Dec 30 20:04:12 PST 2010
Author: ianh
Date: 2010-12-30 20:04:10 -0800 (Thu, 30 Dec 2010)
New Revision: 5730
Modified:
complete.html
index
source
Log:
[cgiowt] (0) Change how <input type=hidden> affects the frameset flag.
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=11156
Modified: complete.html
===================================================================
--- complete.html 2010-12-31 03:53:24 UTC (rev 5729)
+++ complete.html 2010-12-31 04:04:10 UTC (rev 5730)
@@ -81163,7 +81163,7 @@
</dd>
<dt>A start tag whose tag name is one of: "area", "br", "embed",
- "img", "input", "keygen", "wbr"</dt>
+ "img", "keygen", "wbr"</dt>
<dd>
<p><a href=#reconstruct-the-active-formatting-elements>Reconstruct the active formatting elements</a>, if
@@ -81181,6 +81181,26 @@
</dd>
+ <dt>A start tag whose tag name is "input"</dt>
+ <dd>
+
+ <p><a href=#reconstruct-the-active-formatting-elements>Reconstruct the active formatting elements</a>, if
+ any.</p>
+
+ <p><a href=#insert-an-html-element>Insert an HTML element</a> for the token. Immediately
+ pop the <a href=#current-node>current node</a> 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>
+
+ <p>If the token does not have an attribute with the name "type",
+ or if it does, but that attribute's value is not an <a href=#ascii-case-insensitive>ASCII
+ case-insensitive</a> match for the string "<code title="">hidden</code>", then: set the <a href=#frameset-ok-flag>frameset-ok
+ flag</a> to "not ok".</p>
+
+ </dd>
+
<dt>A start tag whose tag name is one of: "param", "source", "track"</dt>
<dd>
Modified: index
===================================================================
--- index 2010-12-31 03:53:24 UTC (rev 5729)
+++ index 2010-12-31 04:04:10 UTC (rev 5730)
@@ -77068,7 +77068,7 @@
</dd>
<dt>A start tag whose tag name is one of: "area", "br", "embed",
- "img", "input", "keygen", "wbr"</dt>
+ "img", "keygen", "wbr"</dt>
<dd>
<p><a href=#reconstruct-the-active-formatting-elements>Reconstruct the active formatting elements</a>, if
@@ -77086,6 +77086,26 @@
</dd>
+ <dt>A start tag whose tag name is "input"</dt>
+ <dd>
+
+ <p><a href=#reconstruct-the-active-formatting-elements>Reconstruct the active formatting elements</a>, if
+ any.</p>
+
+ <p><a href=#insert-an-html-element>Insert an HTML element</a> for the token. Immediately
+ pop the <a href=#current-node>current node</a> 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>
+
+ <p>If the token does not have an attribute with the name "type",
+ or if it does, but that attribute's value is not an <a href=#ascii-case-insensitive>ASCII
+ case-insensitive</a> match for the string "<code title="">hidden</code>", then: set the <a href=#frameset-ok-flag>frameset-ok
+ flag</a> to "not ok".</p>
+
+ </dd>
+
<dt>A start tag whose tag name is one of: "param", "source", "track"</dt>
<dd>
Modified: source
===================================================================
--- source 2010-12-31 03:53:24 UTC (rev 5729)
+++ source 2010-12-31 04:04:10 UTC (rev 5730)
@@ -93094,7 +93094,7 @@
</dd>
<dt>A start tag whose tag name is one of: "area", "br", "embed",
- "img", "input", "keygen", "wbr"</dt>
+ "img", "keygen", "wbr"</dt>
<dd>
<p><span>Reconstruct the active formatting elements</span>, if
@@ -93112,6 +93112,27 @@
</dd>
+ <dt>A start tag whose tag name is "input"</dt>
+ <dd>
+
+ <p><span>Reconstruct the active formatting elements</span>, if
+ any.</p>
+
+ <p><span>Insert an HTML element</span> for the token. Immediately
+ pop the <span>current node</span> 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>
+
+ <p>If the token does not have an attribute with the name "type",
+ or if it does, but that attribute's value is not an <span>ASCII
+ case-insensitive</span> match for the string "<code
+ title="">hidden</code>", then: set the <span>frameset-ok
+ flag</span> to "not ok".</p>
+
+ </dd>
+
<dt>A start tag whose tag name is one of: "param", "source", "track"</dt>
<dd>
More information about the Commit-Watchers
mailing list