- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 31 Dec 2010 04:46:55 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec In directory hutz:/tmp/cvs-serv9380 Modified Files: acknowledgements.html editing.html infrastructure.html spec.html tokenization.html Log Message: Change how <input type=hidden> affects the frameset flag. (whatwg r5730) [updated by splitter] Index: infrastructure.html =================================================================== RCS file: /sources/public/html5/spec/infrastructure.html,v retrieving revision 1.1040 retrieving revision 1.1041 diff -u -d -r1.1040 -r1.1041 --- infrastructure.html 29 Dec 2010 23:46:43 -0000 1.1040 +++ infrastructure.html 31 Dec 2010 04:46:47 -0000 1.1041 @@ -814,8 +814,8 @@ this specification describes two authoring formats: one based on XML (referred to as <a href="the-xhtml-syntax.html#the-xhtml-syntax">the XHTML syntax</a>), and one using a <a href="syntax.html#writing">custom format</a> inspired by SGML (referred to as <a href="syntax.html#syntax">the HTML syntax</a>). <span class="impl">Implementations - may support only one of these two formats, although supporting both - is encouraged.</span></p><p class="impl" id="entity-references">The language in this + must support at least one of these two formats, although supporting + both is encouraged.</span></p><p class="impl" id="entity-references">The language in this specification assumes that the user agent expands all entity references, and therefore does not include entity reference nodes in the DOM. If user agents do include entity reference nodes in the Index: acknowledgements.html =================================================================== RCS file: /sources/public/html5/spec/acknowledgements.html,v retrieving revision 1.1057 retrieving revision 1.1058 diff -u -d -r1.1057 -r1.1058 --- acknowledgements.html 14 Dec 2010 02:46:40 -0000 1.1057 +++ acknowledgements.html 31 Dec 2010 04:46:47 -0000 1.1058 @@ -585,6 +585,7 @@ George Lund, Gianmarco Armellin, Giovanni Campagna, + Glenn Adams, Graham Klyne, Greg Botten, Greg Houston, @@ -592,6 +593,7 @@ Gregg Tavares, Gregory J. Rosmaita, Grey, + Guilherme Johansson Tramontina, Gytis Jakutonis, Håkon Wium Lie, Hallvord Reiar Michaelsen Steen, Index: tokenization.html =================================================================== RCS file: /sources/public/html5/spec/tokenization.html,v retrieving revision 1.55 retrieving revision 1.56 diff -u -d -r1.55 -r1.56 --- tokenization.html 14 Dec 2010 02:46:45 -0000 1.55 +++ tokenization.html 31 Dec 2010 04:46:53 -0000 1.56 @@ -4382,7 +4382,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="parsing.html#reconstruct-the-active-formatting-elements">Reconstruct the active formatting elements</a>, if @@ -4400,6 +4400,26 @@ </dd> + <dt>A start tag whose tag name is "input"</dt> + <dd> + + <p><a href="parsing.html#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="parsing.html#current-node">current node</a> off the <a href="parsing.html#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="infrastructure.html#ascii-case-insensitive">ASCII + case-insensitive</a> match for the string "<code title="">hidden</code>", then: set the <a href="parsing.html#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> Index: editing.html =================================================================== RCS file: /sources/public/html5/spec/editing.html,v retrieving revision 1.1022 retrieving revision 1.1023 diff -u -d -r1.1022 -r1.1023 --- editing.html 14 Dec 2010 02:46:41 -0000 1.1022 +++ editing.html 31 Dec 2010 04:46:47 -0000 1.1023 @@ -636,6 +636,8 @@ user to begin a drag operations for those elements without the use of a pointing device</li> + <li><a href="#editing-host" title="editing host">Editing hosts</a></li> + </ul><p>In addition, each shape that is generated for an <code><a href="the-map-element.html#the-area-element">area</a></code> element should be <a href="#focusable">focusable</a>, unless platform conventions dictate otherwise. (A single <code><a href="the-map-element.html#the-area-element">area</a></code> @@ -1059,11 +1061,11 @@ <p>If an element is <a href="#editable">editable</a> and its parent element is not, or if an element is <a href="#editable">editable</a> and it has no parent element, then the element is an <dfn id="editing-host">editing host</dfn>. Editable - elements can be nested. User agents must make editing hosts - focusable (which typically means they enter the <a href="#attr-tabindex" title="attr-tabindex">tab order</a>). An editing host can contain - non-editable sections, these are handled as described below. An - editing host can contain non-editable sections that contain further - editing hosts.</p> + elements can be nested. Editing hosts are typically focusable and + typically form part of the <a href="#attr-tabindex" title="attr-tabindex">tab + order</a>. An editing host can contain non-editable sections, + these are handled as described below. An editing host can contain + non-editable sections that contain further editing hosts.</p> <p>When an editing host has focus, it must have a <dfn id="caret-position">caret position</dfn> that specifies where the current editing position is. Index: spec.html =================================================================== RCS file: /sources/public/html5/spec/spec.html,v retrieving revision 1.1358 retrieving revision 1.1359 diff -u -d -r1.1358 -r1.1359 --- spec.html 30 Dec 2010 06:46:53 -0000 1.1358 +++ spec.html 31 Dec 2010 04:46:53 -0000 1.1359 @@ -388,7 +388,7 @@ <a href="Overview.html">single page HTML</a>, <a href="spec.html">multipage HTML</a>, <a href="author/">web developer edition</a>. -This is revision 1.4590. +This is revision 1.4593. </p> <p class="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a> © 2010 <a href="http://www.w3.org/"><abbr title="World Wide
Received on Friday, 31 December 2010 04:47:10 UTC