hixie: Change how <input type=hidden> affects the frameset flag. (whatwg r5730)

hixie: Change how <input type=hidden> affects the frameset flag. (whatwg
r5730)

http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.4592&r2=1.4593&f=h
http://html5.org/tools/web-apps-tracker?from=5729&to=5730

===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.4592
retrieving revision 1.4593
diff -u -d -r1.4592 -r1.4593
--- Overview.html 31 Dec 2010 03:53:29 -0000 1.4592
+++ Overview.html 31 Dec 2010 04:04:16 -0000 1.4593
@@ -59345,7 +59345,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
@@ -59363,6 +59363,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>

Received on Wednesday, 12 January 2011 02:44:27 UTC