- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 31 Dec 2010 04:04:20 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv4074
Modified Files:
Overview.html
Log Message:
Change how <input type=hidden> affects the frameset flag. (whatwg r5730)
Index: Overview.html
===================================================================
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 Friday, 31 December 2010 04:04:21 UTC