- From: Sam Ruby via cvs-syncmail <cvsmail@w3.org>
- Date: Sun, 11 Nov 2012 01:15:04 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec In directory hutz:/tmp/cvs-serv10825 Modified Files: acknowledgements.html association-of-controls-and-forms.html attributes-common-to-form-controls.html attributes-common-to-ins-and-del-elements.html attributes-common-to-td-and-th-elements.html browsers.html commands.html common-dom-interfaces.html common-input-element-apis.html common-input-element-attributes.html common-microsyntaxes.html constraints.html content-models.html dimension-attributes.html dnd.html dom.html dynamic-markup-insertion.html editing-apis.html editing.html edits-and-lists.html edits-and-paragraphs.html edits.html element-definitions.html elements.html examples.html form-submission.html forms.html global-attributes.html grouping-content.html headings-and-sections.html history.html iana.html image-maps.html index.html infrastructure.html interactions-with-xpath-and-xslt.html interactive-elements.html introduction.html links.html mathml.html media-elements.html named-character-references.html namespaces.html obsolete.html offline.html parsing.html references.html rendering.html requirements-relating-to-bidirectional-algorithm-formatting-characters.html scripting-1.html section-index.html sections.html semantics.html single-page.html states-of-the-type-attribute.html styling.html syntax.html system-state-and-capabilities.html tabular-data.html text-level-semantics.html textFieldSelection.html the-a-element.html the-abbr-element.html the-address-element.html the-area-element.html the-article-element.html the-aside-element.html the-audio-element.html the-b-element.html the-base-element.html the-bdi-element.html the-bdo-element.html the-blockquote-element.html the-body-element.html the-br-element.html the-button-element.html the-canvas-element.html the-caption-element.html the-cite-element.html the-code-element.html the-col-element.html the-colgroup-element.html the-command-element.html the-datalist-element.html the-dd-element.html the-del-element.html the-details-element.html the-dfn-element.html the-div-element.html the-dl-element.html the-dt-element.html the-em-element.html the-embed-element.html the-end.html the-fieldset-element.html the-figcaption-element.html the-figure-element.html the-footer-element.html the-form-element.html the-head-element.html the-header-element.html the-hgroup-element.html the-hr-element.html the-html-element.html the-i-element.html the-iframe-element.html the-img-element.html the-input-element.html the-ins-element.html the-kbd-element.html the-keygen-element.html the-label-element.html the-legend-element.html the-li-element.html the-link-element.html the-map-element.html the-mark-element.html the-menu-element.html the-meta-element.html the-meter-element.html the-nav-element.html the-noscript-element.html the-object-element.html the-ol-element.html the-optgroup-element.html the-option-element.html the-output-element.html the-p-element.html the-param-element.html the-pre-element.html the-progress-element.html the-q-element.html the-rp-element.html the-rt-element.html the-ruby-element.html the-s-element.html the-samp-element.html the-script-element.html the-section-element.html the-select-element.html the-small-element.html the-source-element.html the-span-element.html the-strong-element.html the-style-element.html the-sub-and-sup-elements.html the-summary-element.html the-table-element.html the-tbody-element.html the-td-element.html the-textarea-element.html the-tfoot-element.html the-th-element.html the-thead-element.html the-time-element.html the-title-element.html the-tr-element.html the-track-element.html the-u-element.html the-ul-element.html the-var-element.html the-video-element.html the-wbr-element.html the-xhtml-syntax.html timers.html tokenization.html urls.html usage-summary.html user-prompts.html wai-aria.html webappapis.html Log Message: commit 377632709aea4c5f69d295d4ed2b9316b01a17fb Author: Silvia Pfeiffer <silviapfeiffer1@gmail.com> Date: Sun Nov 4 23:45:07 2012 +1100 [giow] (0) Provide a way for authors to broadcast to many ports without memory leaks. Affected topics: DOM APIs, WebSocket API git-svn-id: http://svn.whatwg.org/webapps@7502 340c8d12-0b0e-0410-8428-c7bf67bfef74 (cherry picked from commit be7f311abd383043c06ef2928bcf2fbe3c69ee41) Index: the-a-element.html =================================================================== RCS file: /sources/public/html5/spec/the-a-element.html,v retrieving revision 1.212 retrieving revision 1.213 diff -u -d -r1.212 -r1.213 --- the-a-element.html 8 Nov 2012 20:16:11 -0000 1.212 +++ the-a-element.html 11 Nov 2012 01:14:55 -0000 1.213 @@ -326,7 +326,7 @@ <h1>HTML5</h1> <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2> - <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 8 November 2012</h2> + <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 11 November 2012</h2> </div> Index: the-img-element.html =================================================================== RCS file: /sources/public/html5/spec/the-img-element.html,v retrieving revision 1.215 retrieving revision 1.216 diff -u -d -r1.215 -r1.216 --- the-img-element.html 8 Nov 2012 20:16:13 -0000 1.215 +++ the-img-element.html 11 Nov 2012 01:14:58 -0000 1.216 @@ -326,7 +326,7 @@ <h1>HTML5</h1> <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2> - <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 8 November 2012</h2> + <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 11 November 2012</h2> </div> Index: the-del-element.html =================================================================== RCS file: /sources/public/html5/spec/the-del-element.html,v retrieving revision 1.211 retrieving revision 1.212 diff -u -d -r1.211 -r1.212 --- the-del-element.html 8 Nov 2012 20:16:12 -0000 1.211 +++ the-del-element.html 11 Nov 2012 01:14:56 -0000 1.212 @@ -326,7 +326,7 @@ <h1>HTML5</h1> <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2> - <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 8 November 2012</h2> + <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 11 November 2012</h2> </div> Index: the-option-element.html =================================================================== RCS file: /sources/public/html5/spec/the-option-element.html,v retrieving revision 1.210 retrieving revision 1.211 diff -u -d -r1.210 -r1.211 --- the-option-element.html 8 Nov 2012 20:16:14 -0000 1.210 +++ the-option-element.html 11 Nov 2012 01:14:59 -0000 1.211 @@ -326,7 +326,7 @@ <h1>HTML5</h1> <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2> - <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 8 November 2012</h2> + <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 11 November 2012</h2> </div> Index: the-figcaption-element.html =================================================================== RCS file: /sources/public/html5/spec/the-figcaption-element.html,v retrieving revision 1.210 retrieving revision 1.211 diff -u -d -r1.210 -r1.211 --- the-figcaption-element.html 8 Nov 2012 20:16:12 -0000 1.210 +++ the-figcaption-element.html 11 Nov 2012 01:14:57 -0000 1.211 @@ -326,7 +326,7 @@ <h1>HTML5</h1> <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2> - <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 8 November 2012</h2> + <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 11 November 2012</h2> </div> Index: the-hr-element.html =================================================================== RCS file: /sources/public/html5/spec/the-hr-element.html,v retrieving revision 1.210 retrieving revision 1.211 diff -u -d -r1.210 -r1.211 --- the-hr-element.html 8 Nov 2012 20:16:13 -0000 1.210 +++ the-hr-element.html 11 Nov 2012 01:14:57 -0000 1.211 @@ -326,7 +326,7 @@ <h1>HTML5</h1> <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2> - <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 8 November 2012</h2> + <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 11 November 2012</h2> </div> Index: the-summary-element.html =================================================================== RCS file: /sources/public/html5/spec/the-summary-element.html,v retrieving revision 1.198 retrieving revision 1.199 diff -u -d -r1.198 -r1.199 --- the-summary-element.html 8 Nov 2012 20:16:16 -0000 1.198 +++ the-summary-element.html 11 Nov 2012 01:15:01 -0000 1.199 @@ -326,7 +326,7 @@ <h1>HTML5</h1> <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2> - <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 8 November 2012</h2> + <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 11 November 2012</h2> </div> Index: the-small-element.html =================================================================== RCS file: /sources/public/html5/spec/the-small-element.html,v retrieving revision 1.210 retrieving revision 1.211 diff -u -d -r1.210 -r1.211 --- the-small-element.html 8 Nov 2012 20:16:15 -0000 1.210 +++ the-small-element.html 11 Nov 2012 01:15:00 -0000 1.211 @@ -326,7 +326,7 @@ <h1>HTML5</h1> <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2> - <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 8 November 2012</h2> + <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 11 November 2012</h2> </div> Index: the-kbd-element.html =================================================================== RCS file: /sources/public/html5/spec/the-kbd-element.html,v retrieving revision 1.210 retrieving revision 1.211 diff -u -d -r1.210 -r1.211 --- the-kbd-element.html 8 Nov 2012 20:16:13 -0000 1.210 +++ the-kbd-element.html 11 Nov 2012 01:14:58 -0000 1.211 @@ -326,7 +326,7 @@ <h1>HTML5</h1> <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2> - <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 8 November 2012</h2> + <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 11 November 2012</h2> </div> Index: single-page.html =================================================================== RCS file: /sources/public/html5/spec/single-page.html,v retrieving revision 1.197 retrieving revision 1.198 diff -u -d -r1.197 -r1.198 --- single-page.html 8 Nov 2012 20:16:09 -0000 1.197 +++ single-page.html 11 Nov 2012 01:14:52 -0000 1.198 @@ -338,7 +338,7 @@ <h1>HTML5</h1> <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2> - <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 8 November 2012</h2> + <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 11 November 2012</h2> <dl> <dt>Latest Published Version:</dt> <dd><a href="http://www.w3.org/TR/html5/">http://www.w3.org/TR/html5/</a></dd> @@ -473,7 +473,7 @@ Group</a> is the W3C working group responsible for this specification's progress along the W3C Recommendation track. - This specification is the 8 November 2012 Editor's Draft. + This specification is the 11 November 2012 Editor's Draft. </p> @@ -1018,10 +1018,11 @@ <li><a href="#tag-clouds"><span class="secno">4.13.3 </span>Tag clouds</a></li> <li><a href="#conversations"><span class="secno">4.13.4 </span>Conversations</a></li> <li><a href="#footnotes"><span class="secno">4.13.5 </span>Footnotes</a></li></ol></li> - <li><a href="#selectors"><span class="secno">4.14 </span>Matching HTML elements using selectors</a> + <li><a href="#disabled-elements"><span class="secno">4.14 </span>Disabled elements</a></li> + <li><a href="#selectors"><span class="secno">4.15 </span>Matching HTML elements using selectors</a> <ol class="toc"> - <li><a href="#case-sensitivity"><span class="secno">4.14.1 </span>Case-sensitivity</a></li> - <li><a href="#pseudo-classes"><span class="secno">4.14.2 </span>Pseudo-classes</a></li></ol></li></ol></li> + <li><a href="#case-sensitivity"><span class="secno">4.15.1 </span>Case-sensitivity</a></li> + <li><a href="#pseudo-classes"><span class="secno">4.15.2 </span>Pseudo-classes</a></li></ol></li></ol></li> <li><a href="#browsers"><span class="secno">5 </span>Loading Web pages</a> <ol class="toc"> <li><a href="#windows"><span class="secno">5.1 </span>Browsing contexts</a> @@ -9500,7 +9501,8 @@ It is intended only for the legacy <code title="dom-document-all"><a href="#dom-document-all">document.all</a></code> attribute.</p> <pre class="idl">interface <dfn id="htmlallcollection-0">HTMLAllCollection</dfn> : <a href="#htmlcollection">HTMLCollection</a> { - // inherits <span title="dom-HTMLCollection-length">length</span> and <span title="dom-HTMLCollection-item">item</span>() + // inherits <span title="dom-HTMLCollection-length">length</span> and <span title="dom-HTMLCollection-item">item</span>(unsigned long index) + object? <a href="#dom-htmlallcollection-item-string" title="dom-HTMLAllCollection-item-string">item</a>(DOMString name); legacycaller getter object? <a href="#dom-htmlallcollection-nameditem" title="dom-HTMLAllCollection-namedItem">namedItem</a>(DOMString name); // overrides inherited namedItem() <a href="#htmlallcollection-0">HTMLAllCollection</a> <a href="#dom-htmlallcollection-tags" title="dom-HTMLAllCollection-tags">tags</a>(DOMString tagName); };</pre> @@ -9638,7 +9640,6 @@ <dt><var title="">element</var> = <var title="">collection</var> . <code title="dom-HTMLFormControlsCollection-namedItem"><a href="#dom-htmlformcontrolscollection-nameditem">namedItem</a></code>(<var title="">name</var>)</dt> <dt><var title="">radioNodeList</var> = <var title="">collection</var> . <code title="dom-HTMLFormControlsCollection-namedItem"><a href="#dom-htmlformcontrolscollection-nameditem">namedItem</a></code>(<var title="">name</var>)</dt> - <dt><var title="">element</var> = <var title="">collection</var> . <code title="dom-HTMLCollection-item">item</code>(<var title="">name</var>)</dt> <dt><var title="">collection</var>[<var title="">name</var>]</dt> <dt><var title="">collection</var>(<var title="">name</var>)</dt> <dd> @@ -9777,7 +9778,6 @@ <dt><var title="">element</var> = <var title="">collection</var> . <code title="dom-HTMLOptionsCollection-namedItem"><a href="#dom-htmloptionscollection-nameditem">namedItem</a></code>(<var title="">name</var>)</dt> <dt><var title="">nodeList</var> = <var title="">collection</var> . <code title="dom-HTMLOptionsCollection-namedItem"><a href="#dom-htmloptionscollection-nameditem">namedItem</a></code>(<var title="">name</var>)</dt> - <dt><var title="">element</var> = <var title="">collection</var> . <code title="dom-HTMLCollection-item">item</code>(<var title="">name</var>)</dt> <dt><var title="">collection</var>[<var title="">name</var>]</dt> <dt><var title="">collection</var>(<var title="">name</var>)</dt> <dd> @@ -12126,8 +12126,9 @@ <p>The attribute has no <i>invalid value default</i> and no <i>missing value default</i>.</p> - <p><dfn id="the-directionality">The directionality</dfn> of an element is either '<dfn id="concept-ltr" title="concept-ltr">ltr</dfn>' or '<dfn id="concept-rtl" title="concept-rtl">rtl</dfn>', and is determined as per the first - appropriate set of steps from the following list:</p> + <p><dfn id="the-directionality">The directionality</dfn> of an element (any element, not just an <a href="#html-elements" title="HTML + elements">HTML element</a>) is either '<dfn id="concept-ltr" title="concept-ltr">ltr</dfn>' or '<dfn id="concept-rtl" title="concept-rtl">rtl</dfn>', and is determined as per the first appropriate set of steps from + the following list:</p> <dl class="switch"> @@ -12226,6 +12227,12 @@ </dl> + <p class="note">Since the <code title="attr-dir"><a href="#the-dir-attribute">dir</a></code> attribute is only defined for + <a href="#html-elements">HTML elements</a>, it cannot be present on elements from other namespaces. Thus, elements + from other namespaces always just inherit their <a href="#the-directionality" title="the + directionality">directionality</a> from their parent element, or, if they don't have one, + default to '<a href="#concept-ltr" title="concept-ltr">ltr</a>'.</p> + <p>The effect of this attribute is primarily on the presentation layer. For example, the rendering section in this specification defines a mapping from this attribute to the CSS 'direction' and @@ -14707,9 +14714,9 @@ <li><p>Change the <a href="#document's-character-encoding">document's character encoding</a> to UTF-8.</p></li> - <li><p>Set the <code><a href="#document">Document</a></code> object's <a href="#reload-override-flag">reload override - flag</a> and set the <code><a href="#document">Document</a></code>'s <a href="#reload-override-buffer">reload - override buffer</a> to the empty string.</p></li> + <li><p>If the <code><a href="#document">Document</a></code> is <a href="#ready-for-post-load-tasks">ready for post-load tasks</a>, then set the + <code><a href="#document">Document</a></code> object's <a href="#reload-override-flag">reload override flag</a> and set the + <code><a href="#document">Document</a></code>'s <a href="#reload-override-buffer">reload override buffer</a> to the empty string.</p></li> <li><p>Set the <code><a href="#document">Document</a></code>'s <var title="concept-document-salvageable"><a href="#concept-document-salvageable">salvageable</a></var> state back to true.</p></li> @@ -16848,7 +16855,7 @@ <div class="impl"> - <!-- this paragraph is also present in the <script> section --> + <!-- similar paragraph is also present in the <script> section --> <p>When examining types to determine if they support the language, user agents must not ignore unknown MIME parameters — types with unknown parameters must be assumed to be unsupported. The <code title="">charset</code> parameter must be treated as an unknown @@ -18220,14 +18227,14 @@ <div class="impl"> - <p>A user agent is said to <dfn id="support-the-scripting-language">support the scripting language</dfn> - if <var><a href="#the-script-block's-type">the script block's type</a></var> is an <a href="#ascii-case-insensitive">ASCII - case-insensitive</a> match for the <a href="#mime-type">MIME type</a> string - of a scripting language that the user agent implements.</p> + <p>A user agent is said to <dfn id="support-the-scripting-language">support the scripting language</dfn> if each component of <var><a href="#the-script-block's-type">the + script block's type</a></var> is an <a href="#ascii-case-insensitive">ASCII case-insensitive</a> match for the corresponding + component in the <a href="#mime-type">MIME type</a> string of a scripting language that the user agent + implements.</p> </div> - <p>The following lists some <a href="#mime-type">MIME type</a> strings and the + <p>The following lists the <a href="#mime-type">MIME type</a> strings that user agents must recognize, and the languages to which they refer:</p> <dl> @@ -18257,10 +18264,11 @@ <div class="impl"> - <p>User agents may support other <a href="#mime-type" title="MIME type">MIME - types</a> and other languages.</p> + <p>User agents may support other <a href="#mime-type" title="MIME type">MIME types</a> for other languages, + but must not support other <a href="#mime-type" title="MIME type">MIME types</a> for the languages in the list + above. User agents are not required to support the languages listed above.</p> - <p>The following <a href="#mime-type" title="MIME type">MIME types</a> must not + <p>The following <a href="#mime-type" title="MIME type">MIME types</a> (with or without parameters) must not be interpreted as scripting languages:</p> <ul class="brief"> @@ -18285,12 +18293,15 @@ formats for data blocks, and it would be problematic if they were suddenly to be interpreted as script by a user agent.</p> - <!-- this paragraph is also present in the <style> section --> - <p>When examining types to determine if they support the language, - user agents must not ignore unknown MIME parameters — types - with unknown parameters must be assumed to be unsupported. The <code title="">charset</code> parameter must be treated as an unknown - parameter for the purpose of comparing <a href="#mime-type" title="MIME type">MIME - types</a> here.</p> + <!-- a similar paragraph is also present in the <style> section --> + + <p>When examining types to determine if they represent supported languages, user agents must not + ignore MIME parameters. Types are to be compared including all parameters.</p> <!-- whether the + order of parameters matters is left undefined until such time as it matters; so far the only + relevant parameter is 'e4x' --> + + <p class="note">For example, types that include the <code title="">charset</code> parameter will + not be recognized as referencing any of the scripting languages listed above.</p> </div> @@ -27191,11 +27202,11 @@ <p class="note">A <code title="event-load">load</code> event is also fired at the <code><a href="#the-iframe-element">iframe</a></code> element when it is created if no other data is loaded in it.</p> - <p>When the <code><a href="#the-iframe-element">iframe</a></code>'s <a href="#active-document">active document</a> is not <a href="#ready-for-post-load-tasks">ready for post-load - tasks</a>, and when anything in the <code><a href="#the-iframe-element">iframe</a></code> is <a href="#delay-the-load-event" title="delay the load - event">delaying the load event</a> of the <code><a href="#the-iframe-element">iframe</a></code>'s <a href="#browsing-context">browsing context</a>'s - <a href="#active-document">active document</a>, the <code><a href="#the-iframe-element">iframe</a></code> must <a href="#delay-the-load-event">delay the load event</a> of - its document.</p> + <p>When the <code><a href="#the-iframe-element">iframe</a></code>'s <a href="#browsing-context">browsing context</a>'s <a href="#active-document">active document</a> is + not <a href="#ready-for-post-load-tasks">ready for post-load tasks</a>, and when anything in the <code><a href="#the-iframe-element">iframe</a></code> is <a href="#delay-the-load-event" title="delay the load event">delaying the load event</a> of the <code><a href="#the-iframe-element">iframe</a></code>'s + <a href="#browsing-context">browsing context</a>'s <a href="#active-document">active document</a>, and when the <code><a href="#the-iframe-element">iframe</a></code>'s + <a href="#browsing-context">browsing context</a> is in the <a href="#delaying-load-events-mode">delaying <code title="event-load">load</code> events + mode</a>, the <code><a href="#the-iframe-element">iframe</a></code> must <a href="#delay-the-load-event">delay the load event</a> of its document.</p> <p class="note">If, during the handling of the <code title="event-load">load</code> event, the <a href="#browsing-context">browsing context</a> in the <code><a href="#the-iframe-element">iframe</a></code> is again <a href="#navigate" title="navigate">navigated</a>, that will further <a href="#delay-the-load-event">delay the load event</a>.</p> @@ -30289,6 +30300,12 @@ source</a> in one of the <a href="#task-queue" title="task queue">task queues</a>, then remove those tasks.</p> + <p>If there are any <a href="#concept-task" title="concept-task">tasks</a> that were <a href="#queue-a-task" title="queue a + task">queued</a> by the <a href="#concept-media-load-algorithm" title="concept-media-load-algorithm">resource selection + algorithm</a> for this same <a href="#media-element">media element</a> from the <a href="#dom-manipulation-task-source">DOM manipulation task + source</a> in one of the <a href="#task-queue" title="task queue">task queues</a>, then remove those + tasks.</p> + <p class="note">Basically, pending events and callbacks for the media element are discarded when the media element starts loading a new resource.</p> @@ -30499,9 +30516,8 @@ </li> - <li><p><a href="#queue-a-task">Queue a task</a> to <a href="#fire-a-simple-event">fire a simple - event</a> named <code title="event-media-error"><a href="#event-media-error">error</a></code> - at the <a href="#media-element">media element</a>.</p></li> + <li><p><a href="#queue-a-task">Queue a task</a> to <a href="#fire-a-simple-event">fire a simple event</a> named <code title="event-media-error"><a href="#event-media-error">error</a></code> at the <a href="#media-element">media element</a>, using the <a href="#dom-manipulation-task-source">DOM + manipulation task source</a>.</p></li> <li><p>Set the element's <a href="#delaying-the-load-event-flag">delaying-the-load-event flag</a> to false. This stops <a href="#delay-the-load-event" title="delay the load event">delaying @@ -33421,7 +33437,7 @@ <p>The <a href="#task-source">task source</a> for the <a href="#concept-task" title="concept-task">tasks</a> listed in this section is the <a href="#dom-manipulation-task-source">DOM manipulation task source</a>.</p> - <!-- v2 should also fire an event when the list changes --> + <!-- v2 should also fire an event when the list changes (but note that that should be on the media element event task source) --> </div> @@ -58237,13 +58253,47 @@ </div> + <h3 id="disabled-elements"><span class="secno">4.14 </span>Disabled elements</h3> + + <p>An element is said to be <dfn id="concept-element-disabled" title="concept-element-disabled">actually disabled</dfn> if it + falls into one of the following categories:</p> + + <ul> + + <li><code><a href="#the-button-element">button</a></code> elements that are <a href="#concept-fe-disabled" title="concept-fe-disabled">disabled</a></li> + + <li><code><a href="#the-input-element">input</a></code> elements that are <a href="#concept-fe-disabled" title="concept-fe-disabled">disabled</a></li> + + <li><code><a href="#the-select-element">select</a></code> elements that are <a href="#concept-fe-disabled" title="concept-fe-disabled">disabled</a></li> + + <li><code><a href="#the-textarea-element">textarea</a></code> elements that are <a href="#concept-fe-disabled" title="concept-fe-disabled">disabled</a></li> + + <li><code><a href="#the-optgroup-element">optgroup</a></code> elements that have a <code title="attr-optgroup-disabled"><a href="#attr-optgroup-disabled">disabled</a></code> attribute</li> + + <li><code><a href="#the-option-element">option</a></code> elements that are <a href="#concept-option-disabled" title="concept-option-disabled">disabled</a></li> + + <li><code><a href="#the-command-element">command</a></code> elements that have a <code title="attr-command-disabled"><a href="#attr-command-disabled">disabled</a></code> attribute</li> + + <li><code><a href="#the-li-element">li</a></code> elements that are children of + <code><a href="#the-menu-element">menu</a></code> elements, and that have a child element that + defines a <a href="#concept-command" title="concept-command">command</a>, if the + first such element's <a href="#command-facet-disabledstate" title="command-facet-DisabledState">Disabled State</a> facet + is true (disabled)</li> + + <li><code><a href="#the-fieldset-element">fieldset</a></code> elements that have a <code title="attr-fieldset-disabled"><a href="#attr-fieldset-disabled">disabled</a></code> attribute</li> + + </ul> + + <p class="note">This definition is used to determine what elements can be <a href="#specially-focusable" title="tabindex + focus flag">focused</a> and which elements match the <code title="selector-disabled"><a href="#selector-disabled">:disabled</a></code> pseudo-class.</p> + <div class="impl"> - <h3 id="selectors"><span class="secno">4.14 </span>Matching HTML elements using selectors</h3> + <h3 id="selectors"><span class="secno">4.15 </span>Matching HTML elements using selectors</h3> - <h4 id="case-sensitivity"><span class="secno">4.14.1 </span>Case-sensitivity</h4> + <h4 id="case-sensitivity"><span class="secno">4.15.1 </span>Case-sensitivity</h4> <p>The Selectors specification leaves the case-sensitivity of IDs, classes, element names, attribute names, and attribute values to be @@ -58272,7 +58322,7 @@ matching.</p> - <h4 id="pseudo-classes"><span class="secno">4.14.2 </span>Pseudo-classes</h4> + <h4 id="pseudo-classes"><span class="secno">4.15.2 </span>Pseudo-classes</h4> <p>There are a number of dynamic selectors that can be used with HTML. This section defines when these selectors match HTML elements. @@ -58481,35 +58531,8 @@ <dd> - <p>The <code title="selector-disabled"><a href="#selector-disabled">:disabled</a></code> - pseudo-class must match any element falling into one of the - following categories:</p> - - <ul> - - <li><code><a href="#the-button-element">button</a></code> elements that are <a href="#concept-fe-disabled" title="concept-fe-disabled">disabled</a></li> - - <li><code><a href="#the-input-element">input</a></code> elements that are <a href="#concept-fe-disabled" title="concept-fe-disabled">disabled</a></li> - - <li><code><a href="#the-select-element">select</a></code> elements that are <a href="#concept-fe-disabled" title="concept-fe-disabled">disabled</a></li> - - <li><code><a href="#the-textarea-element">textarea</a></code> elements that are <a href="#concept-fe-disabled" title="concept-fe-disabled">disabled</a></li> - - <li><code><a href="#the-optgroup-element">optgroup</a></code> elements that have a <code title="attr-optgroup-disabled"><a href="#attr-optgroup-disabled">disabled</a></code> attribute</li> - - <li><code><a href="#the-option-element">option</a></code> elements that are <a href="#concept-option-disabled" title="concept-option-disabled">disabled</a></li> - - <li><code><a href="#the-command-element">command</a></code> elements that have a <code title="attr-command-disabled"><a href="#attr-command-disabled">disabled</a></code> attribute</li> - - <li><code><a href="#the-li-element">li</a></code> elements that are children of - <code><a href="#the-menu-element">menu</a></code> elements, and that have a child element that - defines a <a href="#concept-command" title="concept-command">command</a>, if the - first such element's <a href="#command-facet-disabledstate" title="command-facet-DisabledState">Disabled State</a> facet - is true (disabled)</li> - - <li><code><a href="#the-fieldset-element">fieldset</a></code> elements that have a <code title="attr-fieldset-disabled"><a href="#attr-fieldset-disabled">disabled</a></code> attribute</li> - - </ul> + <p>The <code title="selector-disabled"><a href="#selector-disabled">:disabled</a></code> pseudo-class must match any element that + is <a href="#concept-element-disabled" title="concept-element-disabled">actually disabled</a>.</p> </dd> @@ -58726,9 +58749,9 @@ <dd> - <p>The <code title="selector-read-write"><a href="#selector-read-write">:read-write</a></code> - pseudo-class must match any element falling into one of the - following categories:</p> + <p>The <code title="selector-read-write"><a href="#selector-read-write">:read-write</a></code> pseudo-class must match any element + falling into one of the following categories, which for the purposes of Selectors are thus + considered <i>user-alterable</i>: <a href="#refsSELECTORS">[SELECTORS]</a></p> <ul> @@ -58994,21 +59017,27 @@ browsing context flag</a> set, if it is embedded through an <code><a href="#the-iframe-element">iframe</a></code> element with a <code title="attr-iframe-seamless"><a href="#attr-iframe-seamless">seamless</a></code> attribute.</p> - <p class="note">A <a href="#nested-browsing-context">nested browsing context</a> can in some - cases be taken out of its <a href="#parent-browsing-context">parent browsing context</a> (e.g. - if an <code><a href="#the-iframe-element">iframe</a></code> element is removed from its - <code><a href="#document">Document</a></code>). In such a situation, the <a href="#nested-browsing-context">nested - browsing context</a> has no <a href="#parent-browsing-context">parent browsing context</a>, - but it still has the same <a href="#browsing-context-container">browsing context container</a> - and is still <a href="#browsing-context-nested-through" title="browsing context nested through">nested - through</a> that element's <code><a href="#document">Document</a></code>. Such a - <a href="#nested-browsing-context">nested browsing context</a> is <em>not</em> a - <a href="#top-level-browsing-context">top-level browsing context</a>, and cannot contain - <code><a href="#document">Document</a></code>s that are <a href="#fully-active">fully active</a>. - Furthermore, if a <a href="#browsing-context-container">browsing context container</a> (such as - an <code><a href="#the-iframe-element">iframe</a></code>) is moved to another <code><a href="#document">Document</a></code>, - then the <a href="#parent-browsing-context">parent browsing context</a> of its <a href="#nested-browsing-context">nested - browsing context</a> will change.</p> + <p>A <a href="#nested-browsing-context">nested browsing context</a> can be put into a <dfn id="delaying-load-events-mode">delaying <code title="event-load">load</code> events mode</dfn>. This is used when it is <a href="#navigate" title="navigate">navigated</a>, to <a href="#delay-the-load-event">delay the load event</a> of the <a href="#browsing-context-container">browsing + context container</a> <code><a href="#the-iframe-element">iframe</a></code> element before the new <code><a href="#document">Document</a></code> is + created.</p> + +<!--(There's no current way for this to happen, since removing an iframe from a document discards its browsing context) + <p class="note">A <span>nested browsing context</span> can in some + cases be taken out of its <span>parent browsing context</span> (e.g. + if an <code>iframe</code> element is removed from its + <code>Document</code>). In such a situation, the <span>nested + browsing context</span> has no <span>parent browsing context</span>, + but it still has the same <span>browsing context container</span> + and is still <span title="browsing context nested through">nested + through</span> that element's <code>Document</code>. Such a + <span>nested browsing context</span> is <em>not</em> a + <span>top-level browsing context</span>, and cannot contain + <code>Document</code>s that are <span>fully active</span>. + Furthermore, if a <span>browsing context container</span> (such as + an <code>iframe</code>) is moved to another <code>Document</code>, + then the <span>parent browsing context</span> of its <span>nested + browsing context</span> will change.</p> +--> <p>The <dfn id="document-family">document family</dfn> of a <a href="#browsing-context">browsing context</a> consists of the union of all the <code><a href="#document">Document</a></code> objects in @@ -62544,11 +62573,12 @@ origin</a>, if it has one.</p> <!-- potentially http-origin privacy sensitive --> - <p>The <a href="#fetch">fetch</a> algorithm must <a href="#delay-the-load-event">delay the load - event</a> of the <a href="#browsing-context">browsing context</a>.</p> <!-- this - is what makes <iframe> elements delay the load event of their - parent browsing context when their child browsing context is in - between this step and the step that starts the parser. --> + <p>If the <a href="#browsing-context">browsing context</a> is a <a href="#nested-browsing-context">nested browsing context</a>, then in the + time between the <a href="#fetch">fetch</a> algorithm being started by this step, and either the + creation of a <code><a href="#document">Document</a></code> object or the canceling of the <a href="#fetch">fetch</a> or <a href="#navigate" title="navigate">navigation</a> algorithms, the <a href="#browsing-context">browsing context</a> must be put in + the <a href="#delaying-load-events-mode">delaying <code title="event-load">load</code> events mode</a>.</p> <!-- this is + what makes <iframe> elements delay the load event of their parent browsing context when their + child browsing context is in between this step and the step that starts the parser. --> </li> @@ -64014,22 +64044,22 @@ <ol> - <li><p><a href="#abort-a-document" title="abort a document">Abort</a> the <a href="#active-document" title="active document">active documents</a> of every - <a href="#child-browsing-context">child browsing context</a>.</p></li> - - <li><p>Cancel any instances of the <a href="#fetch" title="fetch">fetch</a> - algorithm in the context of this <code><a href="#document">Document</a></code>, discarding - any <a href="#concept-task" title="concept-task">tasks</a> <a href="#queue-a-task" title="queue a - task">queued</a> for them, and discarding any further data - received from the network for them.</p></li> - - <li><p>If the <code><a href="#document">Document</a></code> has an <a href="#active-parser">active - parser</a>, then <a href="#abort-a-parser" title="abort a parser">abort that - parser</a>.</p></li> + <li><p><a href="#abort-a-document" title="abort a document">Abort</a> the <a href="#active-document" title="active document">active + documents</a> of every <a href="#child-browsing-context">child browsing context</a>. If this results in any of those + <code><a href="#document">Document</a></code> objects having their <var title="concept-document-salvageable"><a href="#concept-document-salvageable">salvageable</a></var> state set to false, then set this + <code><a href="#document">Document</a></code>'s <var title="concept-document-salvageable"><a href="#concept-document-salvageable">salvageable</a></var> state to + false also.</p></li> - <li><p>Set the <code><a href="#document">Document</a></code>'s <var title="concept-document-salvageable"><a href="#concept-document-salvageable">salvageable</a></var> state to + <li><p>Cancel any instances of the <a href="#fetch" title="fetch">fetch</a> algorithm in the context of + this <code><a href="#document">Document</a></code>, discarding any <a href="#concept-task" title="concept-task">tasks</a> <a href="#queue-a-task" title="queue a task">queued</a> for them, and discarding any further data received from the + network for them. If this resulted in any any instances of the <a href="#fetch" title="fetch">fetch</a> + algorithm being canceled or any <a href="#queue-a-task" title="queue a task">queued</a> <a href="#concept-task" title="concept-task">tasks</a> or any network data getting discarded, then set the + <code><a href="#document">Document</a></code>'s <var title="concept-document-salvageable"><a href="#concept-document-salvageable">salvageable</a></var> state to false.</p></li> + <li><p>If the <code><a href="#document">Document</a></code> has an <a href="#active-parser">active parser</a>, then <a href="#abort-a-parser" title="abort a + parser">abort that parser</a> and set the <code><a href="#document">Document</a></code>'s <var title="concept-document-salvageable"><a href="#concept-document-salvageable">salvageable</a></var> state to false.</p></li> + <!-- we could also stop all script, or stop animations --> </ol> @@ -70584,10 +70614,9 @@ <div class="impl"> - <p>Each element has a <dfn id="specially-focusable">tabindex focus - flag</dfn>. This flag is a factor that contributes towards - determining whether an element is <a href="#focusable">focusable</a>, as - described in the next section.</p> + <p>Each element can have a <dfn id="specially-focusable">tabindex focus flag</dfn> set, as defined + below. This flag is a factor that contributes towards determining whether an element is + <a href="#focusable">focusable</a>, as described in the next section.</p> <p>If the attribute is specified, it must be parsed using the <a href="#rules-for-parsing-integers">rules for parsing integers</a>. The attribute's values have @@ -70605,6 +70634,38 @@ so, whether the element can be reached using sequential focus navigation, and if so, what its relative order should be.</p> + <p>Modulo platform conventions, it is suggested that for the following elements, the + <a href="#specially-focusable">tabindex focus flag</a> be set:</p> + + <ul> + + <li><code><a href="#the-a-element">a</a></code> elements that have an <code title="attr-hyperlink-href"><a href="#attr-hyperlink-href">href</a></code> attribute</li> + + <li><code><a href="#the-link-element">link</a></code> elements that have an <code title="attr-link-href"><a href="#attr-link-href">href</a></code> attribute</li> + + <li><code><a href="#the-button-element">button</a></code> elements</li> + + <li><code><a href="#the-input-element">input</a></code> elements whose <code title="attr-input-type"><a href="#attr-input-type">type</a></code> attribute are not in the + <a href="#hidden-state-(type=hidden)" title="attr-input-type-hidden">Hidden</a> state</li> + + <li><code><a href="#the-select-element">select</a></code> elements</li> + + <li><code><a href="#the-textarea-element">textarea</a></code> elements</li> + + <li><code><a href="#the-command-element">command</a></code> elements</li> + + <li>Elements with a <code title="attr-draggable"><a href="#the-draggable-attribute">draggable</a></code> + attribute set, if that would enable the user agent to allow the + 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> + + <li><a href="#browsing-context-container" title="browsing context container">Browsing context + containers</a></li> <!-- like <iframe>s --> + + </ul> + <p class="note">One valid reason to ignore the platform conventions and always allow an element to be focused (by setting its <a href="#specially-focusable">tabindex focus flag</a>) would be if the user's only @@ -70706,46 +70767,19 @@ <h4 id="focus-management"><span class="secno">7.4.2 </span>Focus management</h4> - <p>An element is <dfn id="focusable">focusable</dfn> if the user agent's default - behavior allows it to be focusable or if the element has its - <a href="#specially-focusable">tabindex focus flag</a> set, but only if the element is - either <a href="#being-rendered">being rendered</a> or <!-- CANVAS-FOCUS-FALLBACK --> - is a descendant of a <code><a href="#the-canvas-element">canvas</a></code> element that - <a href="#represents">represents</a> <a href="#embedded-content-2">embedded content</a>, and only if - neither the element nor any of its ancestors are - <a href="#inert">inert</a>.</p> - - <p>User agents should make the following elements - <a href="#focusable">focusable</a> as part of their default behavior, unless - platform conventions dictate otherwise:</p> + <p>An element is <dfn id="focusable">focusable</dfn> if all of the following conditions are met:</p> <ul> - <li><code><a href="#the-a-element">a</a></code> elements that have an <code title="attr-hyperlink-href"><a href="#attr-hyperlink-href">href</a></code> attribute</li> - - <li><code><a href="#the-link-element">link</a></code> elements that have an <code title="attr-link-href"><a href="#attr-link-href">href</a></code> attribute</li> - - <li><code><a href="#the-button-element">button</a></code> elements that are not <a href="#concept-fe-disabled" title="concept-fe-disabled">disabled</a></li> - - <li><code><a href="#the-input-element">input</a></code> elements whose <code title="attr-input-type"><a href="#attr-input-type">type</a></code> attribute are not in the - <a href="#hidden-state-(type=hidden)" title="attr-input-type-hidden">Hidden</a> state and that - are not <a href="#concept-fe-disabled" title="concept-fe-disabled">disabled</a></li> - - <li><code><a href="#the-select-element">select</a></code> elements that are not <a href="#concept-fe-disabled" title="concept-fe-disabled">disabled</a></li> - - <li><code><a href="#the-textarea-element">textarea</a></code> elements that are not <a href="#concept-fe-disabled" title="concept-fe-disabled">disabled</a></li> - - <li><code><a href="#the-command-element">command</a></code> elements that do not have a <code title="attr-command-disabled"><a href="#attr-command-disabled">disabled</a></code> attribute</li> + <li>The element's <a href="#specially-focusable">tabindex focus flag</a> is set.</li> - <li>Elements with a <code title="attr-draggable"><a href="#the-draggable-attribute">draggable</a></code> - attribute set, if that would enable the user agent to allow the - user to begin a drag operations for those elements without the use - of a pointing device</li> + <li>The element is either <a href="#being-rendered">being rendered</a> or <!-- CANVAS-FOCUS-FALLBACK --> is a + descendant of a <code><a href="#the-canvas-element">canvas</a></code> element that <a href="#represents">represents</a> <a href="#embedded-content-2">embedded + content</a>.</li> - <li><a href="#editing-host" title="editing host">Editing hosts</a></li> + <li>Neither the element nor any of its ancestors are <a href="#inert">inert</a>.</li> - <li><a href="#browsing-context-container" title="browsing context container">Browsing context - containers</a></li> <!-- like <iframe>s --> + <li>The element is not <a href="#concept-element-disabled" title="concept-element-disabled">disabled</a>.</li> </ul> @@ -70753,14 +70787,14 @@ user-agent-provided interface components of <span title="media elements">media elements</span> (e.g. a play button), and distinct user interface components of form controls (e.g. "up" and "down" buttons on an <code title="attr-input-type-number"><a href="#number-state-(type=number)"><input type=number></a></code> spin - control), should be <a href="#focusable">focusable</a>, unless platform conventions dictate otherwise. (A + control), should be <a href="#focusable">focusable</a>, unless platform conventions dictate otherwise or + unless their corresponding element is <a href="#concept-element-disabled" title="concept-element-disabled">disabled</a>. (A single <code><a href="#the-area-element">area</a></code> element can correspond to multiple shapes, since image maps can be reused with multiple images on a page.)</p> - <p>The user agent may also make part of a <code><a href="#the-details-element">details</a></code> - element's rendering <a href="#focusable">focusable</a>, to enable the element to - be opened or closed using keyboard input. However, this is distinct - from the <code><a href="#the-details-element">details</a></code> or <code><a href="#the-summary-element">summary</a></code> element being + <p>The user agent may also make part of a <code><a href="#the-details-element">details</a></code> element's rendering + <a href="#focusable">focusable</a>, to enable the element to be opened or closed using keyboard input. + However, this is distinct from the <code><a href="#the-details-element">details</a></code> or <code><a href="#the-summary-element">summary</a></code> element being focusable.</p> <p>Notwithstanding the above, user agents may make <em>any</em> element or part of an element @@ -87991,9 +88025,13 @@ ul[type=circle i], li[type=circle i] { list-style-type: circle; } ul[type=square i], li[type=square i] { list-style-type: square; }</pre> - <p>When rendering <code><a href="#the-li-element">li</a></code> elements, user agents are expected - to use the <a href="#ordinal-value">ordinal value</a> of the <code><a href="#the-li-element">li</a></code> element - to render the counter in the list item marker.</p> + <p>When rendering <code><a href="#the-li-element">li</a></code> elements, non-CSS user agents are expected to use the + <a href="#ordinal-value">ordinal value</a> of the <code><a href="#the-li-element">li</a></code> element to render the counter in the list item + marker.</p> + + <p class="critical" id="css-list-rendering">This specification does not yet define the + CSS-specific rules for rendering <code><a href="#the-li-element">li</a></code> elements, because CSS doesn't yet provide + sufficient hooks for this purpose.</p> <h4 id="tables"><span class="secno">10.3.9 </span>Tables</h4> @@ -96184,7 +96222,7 @@ <dd><cite><a href="http://www.w3.org/TR/css3-fonts/">CSS Fonts Module Level 3</a></cite>, J. Daggett. W3C.</dd> <dt id="refsCSSIMAGES">[CSSIMAGES]</dt> - <dd><cite><a href="http://dev.w3.org/csswg/css3-images/">CSS Image Values and Replaced Content Module Level 3</a></cite>, E. Etemad, T. Atkins. W3C.</dd> + <dd><cite><a href="http://dev.w3.org/csswg/css4-images/">CSS Image Values and Replaced Content Module</a></cite>, E. Etemad, T. Atkins. W3C.</dd> <dt id="refsCSSOM">[CSSOM]</dt> <dd><cite><a href="http://dev.w3.org/csswg/cssom/">Cascading Style Sheets Object Model (CSSOM)</a></cite>, A. van Kesteren. W3C.</dd> Index: the-end.html =================================================================== RCS file: /sources/public/html5/spec/the-end.html,v retrieving revision 1.196 retrieving revision 1.197 diff -u -d -r1.196 -r1.197 --- the-end.html 8 Nov 2012 20:16:12 -0000 1.196 +++ the-end.html 11 Nov 2012 01:14:57 -0000 1.197 @@ -326,7 +326,7 @@ <h1>HTML5</h1> <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2> - <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 8 November 2012</h2> + <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 11 November 2012</h2> </div> Index: parsing.html =================================================================== RCS file: /sources/public/html5/spec/parsing.html,v retrieving revision 1.207 retrieving revision 1.208 diff -u -d -r1.207 -r1.208 --- parsing.html 8 Nov 2012 20:16:08 -0000 1.207 +++ parsing.html 11 Nov 2012 01:14:52 -0000 1.208 @@ -326,7 +326,7 @@ <h1>HTML5</h1> <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2> - <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 8 November 2012</h2> + <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 11 November 2012</h2> </div> Index: the-span-element.html =================================================================== RCS file: /sources/public/html5/spec/the-span-element.html,v retrieving revision 1.210 retrieving revision 1.211 diff -u -d -r1.210 -r1.211 --- the-span-element.html 8 Nov 2012 20:16:15 -0000 1.210 +++ the-span-element.html 11 Nov 2012 01:15:00 -0000 1.211 @@ -326,7 +326,7 @@ <h1>HTML5</h1> <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2> - <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 8 November 2012</h2> + <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 11 November 2012</h2> </div> Index: the-fieldset-element.html =================================================================== RCS file: /sources/public/html5/spec/the-fieldset-element.html,v retrieving revision 1.211 retrieving revision 1.212 diff -u -d -r1.211 -r1.212 --- the-fieldset-element.html 8 Nov 2012 20:16:12 -0000 1.211 +++ the-fieldset-element.html 11 Nov 2012 01:14:57 -0000 1.212 @@ -326,7 +326,7 @@ <h1>HTML5</h1> <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2> - <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 8 November 2012</h2> + <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 11 November 2012</h2> </div> Index: the-figure-element.html =================================================================== RCS file: /sources/public/html5/spec/the-figure-element.html,v retrieving revision 1.210 retrieving revision 1.211 diff -u -d -r1.210 -r1.211 --- the-figure-element.html 8 Nov 2012 20:16:12 -0000 1.210 +++ the-figure-element.html 11 Nov 2012 01:14:57 -0000 1.211 @@ -326,7 +326,7 @@ <h1>HTML5</h1> <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2> - <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 8 November 2012</h2> + <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 11 November 2012</h2> </div> Index: the-script-element.html =================================================================== RCS file: /sources/public/html5/spec/the-script-element.html,v retrieving revision 1.215 retrieving revision 1.216 diff -u -d -r1.215 -r1.216 --- the-script-element.html 8 Nov 2012 20:16:15 -0000 1.215 +++ the-script-element.html 11 Nov 2012 01:15:00 -0000 1.216 @@ -326,7 +326,7 @@ <h1>HTML5</h1> <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2> - <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 8 November 2012</h2> + <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 11 November 2012</h2> </div> @@ -1237,14 +1237,14 @@ <div class="impl"> - <p>A user agent is said to <dfn id="support-the-scripting-language">support the scripting language</dfn> - if <var><a href="#the-script-block's-type">the script block's type</a></var> is an <a href="infrastructure.html#ascii-case-insensitive">ASCII - case-insensitive</a> match for the <a href="infrastructure.html#mime-type">MIME type</a> string - of a scripting language that the user agent implements.</p> + <p>A user agent is said to <dfn id="support-the-scripting-language">support the scripting language</dfn> if each component of <var><a href="#the-script-block's-type">the + script block's type</a></var> is an <a href="infrastructure.html#ascii-case-insensitive">ASCII case-insensitive</a> match for the corresponding + component in the <a href="infrastructure.html#mime-type">MIME type</a> string of a scripting language that the user agent + implements.</p> </div> - <p>The following lists some <a href="infrastructure.html#mime-type">MIME type</a> strings and the + <p>The following lists the <a href="infrastructure.html#mime-type">MIME type</a> strings that user agents must recognize, and the languages to which they refer:</p> <dl><dt>"<code>application/ecmascript</code>"</dt> @@ -1270,10 +1270,11 @@ </dl><div class="impl"> - <p>User agents may support other <a href="infrastructure.html#mime-type" title="MIME type">MIME - types</a> and other languages.</p> + <p>User agents may support other <a href="infrastructure.html#mime-type" title="MIME type">MIME types</a> for other languages, + but must not support other <a href="infrastructure.html#mime-type" title="MIME type">MIME types</a> for the languages in the list + above. User agents are not required to support the languages listed above.</p> - <p>The following <a href="infrastructure.html#mime-type" title="MIME type">MIME types</a> must not + <p>The following <a href="infrastructure.html#mime-type" title="MIME type">MIME types</a> (with or without parameters) must not be interpreted as scripting languages:</p> <ul class="brief"><li>"<code>text/plain</code>" @@ -1294,12 +1295,15 @@ formats for data blocks, and it would be problematic if they were suddenly to be interpreted as script by a user agent.</p> - <!-- this paragraph is also present in the <style> section --> - <p>When examining types to determine if they support the language, - user agents must not ignore unknown MIME parameters — types - with unknown parameters must be assumed to be unsupported. The <code title="">charset</code> parameter must be treated as an unknown - parameter for the purpose of comparing <a href="infrastructure.html#mime-type" title="MIME type">MIME - types</a> here.</p> + <!-- a similar paragraph is also present in the <style> section --> + + <p>When examining types to determine if they represent supported languages, user agents must not + ignore MIME parameters. Types are to be compared including all parameters.</p> <!-- whether the + order of parameters matters is left undefined until such time as it matters; so far the only + relevant parameter is 'e4x' --> + + <p class="note">For example, types that include the <code title="">charset</code> parameter will + not be recognized as referencing any of the scripting languages listed above.</p> </div> Index: the-input-element.html =================================================================== RCS file: /sources/public/html5/spec/the-input-element.html,v retrieving revision 1.275 retrieving revision 1.276 diff -u -d -r1.275 -r1.276 --- the-input-element.html 8 Nov 2012 20:16:13 -0000 1.275 +++ the-input-element.html 11 Nov 2012 01:14:58 -0000 1.276 @@ -326,7 +326,7 @@ <h1>HTML5</h1> <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2> - <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 8 November 2012</h2> + <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 11 November 2012</h2> </div> Index: constraints.html =================================================================== RCS file: /sources/public/html5/spec/constraints.html,v retrieving revision 1.202 retrieving revision 1.203 diff -u -d -r1.202 -r1.203 --- constraints.html 8 Nov 2012 20:16:05 -0000 1.202 +++ constraints.html 11 Nov 2012 01:14:48 -0000 1.203 @@ -326,7 +326,7 @@ <h1>HTML5</h1> <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2> - <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 8 November 2012</h2> + <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 11 November 2012</h2> </div> Index: the-p-element.html =================================================================== RCS file: /sources/public/html5/spec/the-p-element.html,v retrieving revision 1.210 retrieving revision 1.211 diff -u -d -r1.210 -r1.211 --- the-p-element.html 8 Nov 2012 20:16:14 -0000 1.210 +++ the-p-element.html 11 Nov 2012 01:14:59 -0000 1.211 @@ -326,7 +326,7 @@ <h1>HTML5</h1> <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2> - <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 8 November 2012</h2> + <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 11 November 2012</h2> </div> Index: examples.html =================================================================== RCS file: /sources/public/html5/spec/examples.html,v retrieving revision 1.209 retrieving revision 1.210 diff -u -d -r1.209 -r1.210 --- examples.html 8 Nov 2012 20:16:06 -0000 1.209 +++ examples.html 11 Nov 2012 01:14:49 -0000 1.210 @@ -326,7 +326,7 @@ <h1>HTML5</h1> <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2> - <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 8 November 2012</h2> + <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 11 November 2012</h2> </div> Index: the-map-element.html =================================================================== RCS file: /sources/public/html5/spec/the-map-element.html,v retrieving revision 1.272 retrieving revision 1.273 diff -u -d -r1.272 -r1.273 --- the-map-element.html 8 Nov 2012 20:16:13 -0000 1.272 +++ the-map-element.html 11 Nov 2012 01:14:59 -0000 1.273 @@ -326,7 +326,7 @@ <h1>HTML5</h1> <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2> - <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 8 November 2012</h2> + <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 11 November 2012</h2> </div> Index: the-head-element.html =================================================================== RCS file: /sources/public/html5/spec/the-head-element.html,v retrieving revision 1.210 retrieving revision 1.211 diff -u -d -r1.210 -r1.211 --- the-head-element.html 8 Nov 2012 20:16:13 -0000 1.210 +++ the-head-element.html 11 Nov 2012 01:14:57 -0000 1.211 @@ -326,7 +326,7 @@ <h1>HTML5</h1> <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2> - <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 8 November 2012</h2> + <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 11 November 2012</h2> </div> Index: the-s-element.html =================================================================== RCS file: /sources/public/html5/spec/the-s-element.html,v retrieving revision 1.210 retrieving revision 1.211 diff -u -d -r1.210 -r1.211 --- the-s-element.html 8 Nov 2012 20:16:15 -0000 1.210 +++ the-s-element.html 11 Nov 2012 01:15:00 -0000 1.211 @@ -326,7 +326,7 @@ <h1>HTML5</h1> <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2> - <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 8 November 2012</h2> + <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 11 November 2012</h2> </div> Index: the-section-element.html =================================================================== RCS file: /sources/public/html5/spec/the-section-element.html,v retrieving revision 1.212 retrieving revision 1.213 diff -u -d -r1.212 -r1.213 --- the-section-element.html 8 Nov 2012 20:16:15 -0000 1.212 +++ the-section-element.html 11 Nov 2012 01:15:00 -0000 1.213 @@ -326,7 +326,7 @@ <h1>HTML5</h1> <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2> - <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 8 November 2012</h2> + <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 11 November 2012</h2> </div> Index: the-article-element.html =================================================================== RCS file: /sources/public/html5/spec/the-article-element.html,v retrieving revision 1.212 retrieving revision 1.213 diff -u -d -r1.212 -r1.213 --- the-article-element.html 8 Nov 2012 20:16:11 -0000 1.212 +++ the-article-element.html 11 Nov 2012 01:14:55 -0000 1.213 @@ -326,7 +326,7 @@ <h1>HTML5</h1> <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2> - <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 8 November 2012</h2> + <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 11 November 2012</h2> </div> Index: the-blockquote-element.html =================================================================== RCS file: /sources/public/html5/spec/the-blockquote-element.html,v retrieving revision 1.210 retrieving revision 1.211 diff -u -d -r1.210 -r1.211 --- the-blockquote-element.html 8 Nov 2012 20:16:11 -0000 1.210 +++ the-blockquote-element.html 11 Nov 2012 01:14:55 -0000 1.211 @@ -326,7 +326,7 @@ <h1>HTML5</h1> <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2> - <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 8 November 2012</h2> + <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 11 November 2012</h2> </div> Index: the-rp-element.html =================================================================== RCS file: /sources/public/html5/spec/the-rp-element.html,v retrieving revision 1.210 retrieving revision 1.211 diff -u -d -r1.210 -r1.211 --- the-rp-element.html 8 Nov 2012 20:16:15 -0000 1.210 +++ the-rp-element.html 11 Nov 2012 01:15:00 -0000 1.211 @@ -326,7 +326,7 @@ <h1>HTML5</h1> <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2> - <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 8 November 2012</h2> + <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 11 November 2012</h2> </div> Index: the-details-element.html =================================================================== RCS file: /sources/public/html5/spec/the-details-element.html,v retrieving revision 1.198 retrieving revision 1.199 diff -u -d -r1.198 -r1.199 --- the-details-element.html 8 Nov 2012 20:16:12 -0000 1.198 +++ the-details-element.html 11 Nov 2012 01:14:56 -0000 1.199 @@ -326,7 +326,7 @@ <h1>HTML5</h1> <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2> - <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 8 November 2012</h2> + <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 11 November 2012</h2> </div> Index: the-aside-element.html =================================================================== RCS file: /sources/public/html5/spec/the-aside-element.html,v retrieving revision 1.211 retrieving revision 1.212 diff -u -d -r1.211 -r1.212 --- the-aside-element.html 8 Nov 2012 20:16:11 -0000 1.211 +++ the-aside-element.html 11 Nov 2012 01:14:55 -0000 1.212 @@ -326,7 +326,7 @@ <h1>HTML5</h1> <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2> - <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 8 November 2012</h2> + <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 11 November 2012</h2> </div> Index: the-title-element.html =================================================================== RCS file: /sources/public/html5/spec/the-title-element.html,v retrieving revision 1.210 retrieving revision 1.211 diff -u -d -r1.210 -r1.211 --- the-title-element.html 8 Nov 2012 20:16:16 -0000 1.210 +++ the-title-element.html 11 Nov 2012 01:15:01 -0000 1.211 @@ -326,7 +326,7 @@ <h1>HTML5</h1> <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2> - <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 8 November 2012</h2> + <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 11 November 2012</h2> </div> Index: offline.html =================================================================== RCS file: /sources/public/html5/spec/offline.html,v retrieving revision 1.1257 retrieving revision 1.1258 diff -u -d -r1.1257 -r1.1258 --- offline.html 8 Nov 2012 20:16:08 -0000 1.1257 +++ offline.html 11 Nov 2012 01:14:52 -0000 1.1258 @@ -326,7 +326,7 @@ <h1>HTML5</h1> <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2> - <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 8 November 2012</h2> + <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 11 November 2012</h2> </div> Index: textFieldSelection.html =================================================================== RCS file: /sources/public/html5/spec/textFieldSelection.html,v retrieving revision 1.218 retrieving revision 1.219 diff -u -d -r1.218 -r1.219 --- textFieldSelection.html 8 Nov 2012 20:16:10 -0000 1.218 +++ textFieldSelection.html 11 Nov 2012 01:14:54 -0000 1.219 @@ -326,7 +326,7 @@ <h1>HTML5</h1> <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2> - <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 8 November 2012</h2> + <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 11 November 2012</h2> </div> Index: global-attributes.html =================================================================== RCS file: /sources/public/html5/spec/global-attributes.html,v retrieving revision 1.216 retrieving revision 1.217 diff -u -d -r1.216 -r1.217 --- global-attributes.html 8 Nov 2012 20:16:07 -0000 1.216 +++ global-attributes.html 11 Nov 2012 01:14:50 -0000 1.217 @@ -326,7 +326,7 @@ <h1>HTML5</h1> <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2> - <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 8 November 2012</h2> + <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 11 November 2012</h2> </div> @@ -863,8 +863,9 @@ </dl><p>The attribute has no <i>invalid value default</i> and no <i>missing value default</i>.</p> - <p><dfn id="the-directionality">The directionality</dfn> of an element is either '<dfn id="concept-ltr" title="concept-ltr">ltr</dfn>' or '<dfn id="concept-rtl" title="concept-rtl">rtl</dfn>', and is determined as per the first - appropriate set of steps from the following list:</p> + <p><dfn id="the-directionality">The directionality</dfn> of an element (any element, not just an <a href="infrastructure.html#html-elements" title="HTML + elements">HTML element</a>) is either '<dfn id="concept-ltr" title="concept-ltr">ltr</dfn>' or '<dfn id="concept-rtl" title="concept-rtl">rtl</dfn>', and is determined as per the first appropriate set of steps from + the following list:</p> <dl class="switch"><dt>If the element's <code title="attr-dir"><a href="#the-dir-attribute">dir</a></code> attribute is in the <a href="#attr-dir-ltr-state" title="attr-dir-ltr-state">ltr</a> state</dt> @@ -951,7 +952,13 @@ directionality">directionality</a>.</dd> - </dl><p>The effect of this attribute is primarily on the presentation + </dl><p class="note">Since the <code title="attr-dir"><a href="#the-dir-attribute">dir</a></code> attribute is only defined for + <a href="infrastructure.html#html-elements">HTML elements</a>, it cannot be present on elements from other namespaces. Thus, elements + from other namespaces always just inherit their <a href="#the-directionality" title="the + directionality">directionality</a> from their parent element, or, if they don't have one, + default to '<a href="#concept-ltr" title="concept-ltr">ltr</a>'.</p> + + <p>The effect of this attribute is primarily on the presentation layer. For example, the rendering section in this specification defines a mapping from this attribute to the CSS 'direction' and 'unicode-bidi' properties, and CSS defines rendering in terms of Index: the-bdi-element.html =================================================================== RCS file: /sources/public/html5/spec/the-bdi-element.html,v retrieving revision 1.210 retrieving revision 1.211 diff -u -d -r1.210 -r1.211 --- the-bdi-element.html 8 Nov 2012 20:16:11 -0000 1.210 +++ the-bdi-element.html 11 Nov 2012 01:14:55 -0000 1.211 @@ -326,7 +326,7 @@ <h1>HTML5</h1> <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2> - <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 8 November 2012</h2> + <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 11 November 2012</h2> </div> Index: the-legend-element.html =================================================================== RCS file: /sources/public/html5/spec/the-legend-element.html,v retrieving revision 1.210 retrieving revision 1.211 diff -u -d -r1.210 -r1.211 --- the-legend-element.html 8 Nov 2012 20:16:13 -0000 1.210 +++ the-legend-element.html 11 Nov 2012 01:14:58 -0000 1.211 @@ -326,7 +326,7 @@ <h1>HTML5</h1> <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2> - <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 8 November 2012</h2> + <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 11 November 2012</h2> </div> Index: the-dt-element.html =================================================================== RCS file: /sources/public/html5/spec/the-dt-element.html,v retrieving revision 1.210 retrieving revision 1.211 diff -u -d -r1.210 -r1.211 --- the-dt-element.html 8 Nov 2012 20:16:12 -0000 1.210 +++ the-dt-element.html 11 Nov 2012 01:14:57 -0000 1.211 @@ -326,7 +326,7 @@ <h1>HTML5</h1> <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2> - <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 8 November 2012</h2> + <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 11 November 2012</h2> </div> Index: history.html =================================================================== RCS file: /sources/public/html5/spec/history.html,v retrieving revision 1.1295 retrieving revision 1.1296 diff -u -d -r1.1295 -r1.1296 --- history.html 8 Nov 2012 20:16:07 -0000 1.1295 +++ history.html 11 Nov 2012 01:14:50 -0000 1.1296 @@ -326,7 +326,7 @@ <h1>HTML5</h1> <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2> - <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 8 November 2012</h2> + <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 11 November 2012</h2> </div> @@ -1405,11 +1405,12 @@ origin</a>, if it has one.</p> <!-- potentially http-origin privacy sensitive --> - <p>The <a href="urls.html#fetch">fetch</a> algorithm must <a href="the-end.html#delay-the-load-event">delay the load - event</a> of the <a href="browsers.html#browsing-context">browsing context</a>.</p> <!-- this - is what makes <iframe> elements delay the load event of their - parent browsing context when their child browsing context is in - between this step and the step that starts the parser. --> + <p>If the <a href="browsers.html#browsing-context">browsing context</a> is a <a href="browsers.html#nested-browsing-context">nested browsing context</a>, then in the + time between the <a href="urls.html#fetch">fetch</a> algorithm being started by this step, and either the + creation of a <code><a href="dom.html#document">Document</a></code> object or the canceling of the <a href="urls.html#fetch">fetch</a> or <a href="#navigate" title="navigate">navigation</a> algorithms, the <a href="browsers.html#browsing-context">browsing context</a> must be put in + the <a href="browsers.html#delaying-load-events-mode">delaying <code title="event-load">load</code> events mode</a>.</p> <!-- this is + what makes <iframe> elements delay the load event of their parent browsing context when their + child browsing context is in between this step and the step that starts the parser. --> </li> @@ -2762,22 +2763,22 @@ document">aborted</dfn>, the user agent must run the following steps:</p> - <ol><li><p><a href="#abort-a-document" title="abort a document">Abort</a> the <a href="browsers.html#active-document" title="active document">active documents</a> of every - <a href="browsers.html#child-browsing-context">child browsing context</a>.</li> - - <li><p>Cancel any instances of the <a href="urls.html#fetch" title="fetch">fetch</a> - algorithm in the context of this <code><a href="dom.html#document">Document</a></code>, discarding - any <a href="webappapis.html#concept-task" title="concept-task">tasks</a> <a href="webappapis.html#queue-a-task" title="queue a - task">queued</a> for them, and discarding any further data - received from the network for them.</li> - - <li><p>If the <code><a href="dom.html#document">Document</a></code> has an <a href="dom.html#active-parser">active - parser</a>, then <a href="the-end.html#abort-a-parser" title="abort a parser">abort that - parser</a>.</li> + <ol><li><p><a href="#abort-a-document" title="abort a document">Abort</a> the <a href="browsers.html#active-document" title="active document">active + documents</a> of every <a href="browsers.html#child-browsing-context">child browsing context</a>. If this results in any of those + <code><a href="dom.html#document">Document</a></code> objects having their <var title="concept-document-salvageable"><a href="#concept-document-salvageable">salvageable</a></var> state set to false, then set this + <code><a href="dom.html#document">Document</a></code>'s <var title="concept-document-salvageable"><a href="#concept-document-salvageable">salvageable</a></var> state to + false also.</li> - <li><p>Set the <code><a href="dom.html#document">Document</a></code>'s <var title="concept-document-salvageable"><a href="#concept-document-salvageable">salvageable</a></var> state to + <li><p>Cancel any instances of the <a href="urls.html#fetch" title="fetch">fetch</a> algorithm in the context of + this <code><a href="dom.html#document">Document</a></code>, discarding any <a href="webappapis.html#concept-task" title="concept-task">tasks</a> <a href="webappapis.html#queue-a-task" title="queue a task">queued</a> for them, and discarding any further data received from the + network for them. If this resulted in any any instances of the <a href="urls.html#fetch" title="fetch">fetch</a> + algorithm being canceled or any <a href="webappapis.html#queue-a-task" title="queue a task">queued</a> <a href="webappapis.html#concept-task" title="concept-task">tasks</a> or any network data getting discarded, then set the + <code><a href="dom.html#document">Document</a></code>'s <var title="concept-document-salvageable"><a href="#concept-document-salvageable">salvageable</a></var> state to false.</li> + <li><p>If the <code><a href="dom.html#document">Document</a></code> has an <a href="dom.html#active-parser">active parser</a>, then <a href="the-end.html#abort-a-parser" title="abort a + parser">abort that parser</a> and set the <code><a href="dom.html#document">Document</a></code>'s <var title="concept-document-salvageable"><a href="#concept-document-salvageable">salvageable</a></var> state to false.</li> + <!-- we could also stop all script, or stop animations --> </ol><p>User agents may allow users to explicitly invoke the <a href="#abort-a-document" title="abort a document">abort a document</a> algorithm for a Index: the-source-element.html =================================================================== RCS file: /sources/public/html5/spec/the-source-element.html,v retrieving revision 1.211 retrieving revision 1.212 diff -u -d -r1.211 -r1.212 --- the-source-element.html 8 Nov 2012 20:16:15 -0000 1.211 +++ the-source-element.html 11 Nov 2012 01:15:00 -0000 1.212 @@ -326,7 +326,7 @@ <h1>HTML5</h1> <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2> - <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 8 November 2012</h2> + <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 11 November 2012</h2> </div> Index: the-embed-element.html =================================================================== RCS file: /sources/public/html5/spec/the-embed-element.html,v retrieving revision 1.211 retrieving revision 1.212 diff -u -d -r1.211 -r1.212 --- the-embed-element.html 8 Nov 2012 20:16:12 -0000 1.211 +++ the-embed-element.html 11 Nov 2012 01:14:57 -0000 1.212 @@ -326,7 +326,7 @@ <h1>HTML5</h1> <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2> - <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 8 November 2012</h2> + <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 11 November 2012</h2> </div> Index: the-ins-element.html =================================================================== RCS file: /sources/public/html5/spec/the-ins-element.html,v retrieving revision 1.212 retrieving revision 1.213 diff -u -d -r1.212 -r1.213 --- the-ins-element.html 8 Nov 2012 20:16:13 -0000 1.212 +++ the-ins-element.html 11 Nov 2012 01:14:58 -0000 1.213 @@ -326,7 +326,7 @@ <h1>HTML5</h1> <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2> - <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 8 November 2012</h2> + <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 11 November 2012</h2> </div> Index: the-col-element.html =================================================================== RCS file: /sources/public/html5/spec/the-col-element.html,v retrieving revision 1.210 retrieving revision 1.211 diff -u -d -r1.210 -r1.211 --- the-col-element.html 8 Nov 2012 20:16:12 -0000 1.210 +++ the-col-element.html 11 Nov 2012 01:14:56 -0000 1.211 @@ -326,7 +326,7 @@ <h1>HTML5</h1> <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2> - <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 8 November 2012</h2> + <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 11 November 2012</h2> </div> Index: the-em-element.html =================================================================== RCS file: /sources/public/html5/spec/the-em-element.html,v retrieving revision 1.211 retrieving revision 1.212 diff -u -d -r1.211 -r1.212 --- the-em-element.html 8 Nov 2012 20:16:12 -0000 1.211 +++ the-em-element.html 11 Nov 2012 01:14:57 -0000 1.212 @@ -326,7 +326,7 @@ <h1>HTML5</h1> <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2> - <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 8 November 2012</h2> + <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 11 November 2012</h2> </div> Index: semantics.html =================================================================== RCS file: /sources/public/html5/spec/semantics.html,v retrieving revision 1.1290 retrieving revision 1.1291 diff -u -d -r1.1290 -r1.1291 --- semantics.html 8 Nov 2012 20:16:09 -0000 1.1290 +++ semantics.html 11 Nov 2012 01:14:52 -0000 1.1291 @@ -326,7 +326,7 @@ <h1>HTML5</h1> <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2> - <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 8 November 2012</h2> + <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 11 November 2012</h2> </div> Index: the-q-element.html =================================================================== RCS file: /sources/public/html5/spec/the-q-element.html,v retrieving revision 1.210 retrieving revision 1.211 diff -u -d -r1.210 -r1.211 --- the-q-element.html 8 Nov 2012 20:16:14 -0000 1.210 +++ the-q-element.html 11 Nov 2012 01:15:00 -0000 1.211 @@ -326,7 +326,7 @@ <h1>HTML5</h1> <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2> - <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 8 November 2012</h2> + <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 11 November 2012</h2> </div> Index: the-style-element.html =================================================================== RCS file: /sources/public/html5/spec/the-style-element.html,v retrieving revision 1.213 retrieving revision 1.214 diff -u -d -r1.213 -r1.214 --- the-style-element.html 8 Nov 2012 20:16:16 -0000 1.213 +++ the-style-element.html 11 Nov 2012 01:15:01 -0000 1.214 @@ -326,7 +326,7 @@ <h1>HTML5</h1> <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2> - <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 8 November 2012</h2> + <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 11 November 2012</h2> </div> @@ -377,7 +377,7 @@ <div class="impl"> - <!-- this paragraph is also present in the <script> section --> + <!-- similar paragraph is also present in the <script> section --> <p>When examining types to determine if they support the language, user agents must not ignore unknown MIME parameters — types with unknown parameters must be assumed to be unsupported. The <code title="">charset</code> parameter must be treated as an unknown Index: syntax.html =================================================================== RCS file: /sources/public/html5/spec/syntax.html,v retrieving revision 1.1251 retrieving revision 1.1252 diff -u -d -r1.1251 -r1.1252 --- syntax.html 8 Nov 2012 20:16:10 -0000 1.1251 +++ syntax.html 11 Nov 2012 01:14:54 -0000 1.1252 @@ -326,7 +326,7 @@ <h1>HTML5</h1> <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2> - <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 8 November 2012</h2> + <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 11 November 2012</h2> </div> Index: webappapis.html =================================================================== RCS file: /sources/public/html5/spec/webappapis.html,v retrieving revision 1.411 retrieving revision 1.412 diff -u -d -r1.411 -r1.412 --- webappapis.html 8 Nov 2012 20:16:17 -0000 1.411 +++ webappapis.html 11 Nov 2012 01:15:02 -0000 1.412 @@ -326,7 +326,7 @@ <h1>HTML5</h1> <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2> - <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 8 November 2012</h2> + <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 11 November 2012</h2> </div> Index: attributes-common-to-form-controls.html =================================================================== RCS file: /sources/public/html5/spec/attributes-common-to-form-controls.html,v retrieving revision 1.211 retrieving revision 1.212 diff -u -d -r1.211 -r1.212 --- attributes-common-to-form-controls.html 8 Nov 2012 20:16:04 -0000 1.211 +++ attributes-common-to-form-controls.html 11 Nov 2012 01:14:47 -0000 1.212 @@ -326,7 +326,7 @@ <h1>HTML5</h1> <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2> - <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 8 November 2012</h2> + <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 11 November 2012</h2> </div> Index: scripting-1.html =================================================================== RCS file: /sources/public/html5/spec/scripting-1.html,v retrieving revision 1.286 retrieving revision 1.287 diff -u -d -r1.286 -r1.287 --- scripting-1.html 8 Nov 2012 20:16:09 -0000 1.286 +++ scripting-1.html 11 Nov 2012 01:14:52 -0000 1.287 @@ -326,7 +326,7 @@ <h1>HTML5</h1> <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2> - <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 8 November 2012</h2> + <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 11 November 2012</h2> </div> Index: the-abbr-element.html =================================================================== RCS file: /sources/public/html5/spec/the-abbr-element.html,v retrieving revision 1.211 retrieving revision 1.212 diff -u -d -r1.211 -r1.212 --- the-abbr-element.html 8 Nov 2012 20:16:11 -0000 1.211 +++ the-abbr-element.html 11 Nov 2012 01:14:55 -0000 1.212 @@ -326,7 +326,7 @@ <h1>HTML5</h1> <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2> - <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 8 November 2012</h2> + <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 11 November 2012</h2> </div> Index: the-caption-element.html =================================================================== RCS file: /sources/public/html5/spec/the-caption-element.html,v retrieving revision 1.210 retrieving revision 1.211 diff -u -d -r1.210 -r1.211 --- the-caption-element.html 8 Nov 2012 20:16:11 -0000 1.210 +++ the-caption-element.html 11 Nov 2012 01:14:56 -0000 1.211 @@ -326,7 +326,7 @@ <h1>HTML5</h1> <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2> - <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 8 November 2012</h2> + <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 11 November 2012</h2> </div> Index: edits-and-paragraphs.html =================================================================== RCS file: /sources/public/html5/spec/edits-and-paragraphs.html,v retrieving revision 1.209 retrieving revision 1.210 diff -u -d -r1.209 -r1.210 --- edits-and-paragraphs.html 8 Nov 2012 20:16:06 -0000 1.209 +++ edits-and-paragraphs.html 11 Nov 2012 01:14:49 -0000 1.210 @@ -326,7 +326,7 @@ <h1>HTML5</h1> <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2> - <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 8 November 2012</h2> + <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 11 November 2012</h2> </div> Index: the-tbody-element.html =================================================================== RCS file: /sources/public/html5/spec/the-tbody-element.html,v retrieving revision 1.210 retrieving revision 1.211 diff -u -d -r1.210 -r1.211 --- the-tbody-element.html 8 Nov 2012 20:16:16 -0000 1.210 +++ the-tbody-element.html 11 Nov 2012 01:15:01 -0000 1.211 @@ -326,7 +326,7 @@ <h1>HTML5</h1> <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2> - <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 8 November 2012</h2> + <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 11 November 2012</h2> </div> Index: the-td-element.html =================================================================== RCS file: /sources/public/html5/spec/the-td-element.html,v retrieving revision 1.210 retrieving revision 1.211 diff -u -d -r1.210 -r1.211 --- the-td-element.html 8 Nov 2012 20:16:16 -0000 1.210 +++ the-td-element.html 11 Nov 2012 01:15:01 -0000 1.211 @@ -326,7 +326,7 @@ <h1>HTML5</h1> <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2> - <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 8 November 2012</h2> + <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 11 November 2012</h2> </div> Index: system-state-and-capabilities.html =================================================================== RCS file: /sources/public/html5/spec/system-state-and-capabilities.html,v retrieving revision 1.202 retrieving revision 1.203 diff -u -d -r1.202 -r1.203 --- system-state-and-capabilities.html 8 Nov 2012 20:16:10 -0000 1.202 +++ system-state-and-capabilities.html 11 Nov 2012 01:14:54 -0000 1.203 @@ -326,7 +326,7 @@ <h1>HTML5</h1> <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2> - <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 8 November 2012</h2> + <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 11 November 2012</h2> </div> Index: browsers.html =================================================================== RCS file: /sources/public/html5/spec/browsers.html,v retrieving revision 1.1290 retrieving revision 1.1291 diff -u -d -r1.1290 -r1.1291 --- browsers.html 8 Nov 2012 20:16:05 -0000 1.1290 +++ browsers.html 11 Nov 2012 01:14:47 -0000 1.1291 @@ -326,7 +326,7 @@ <h1>HTML5</h1> <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2> - <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 8 November 2012</h2> + <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 11 November 2012</h2> </div> @@ -538,21 +538,27 @@ browsing context flag</a> set, if it is embedded through an <code><a href="the-iframe-element.html#the-iframe-element">iframe</a></code> element with a <code title="attr-iframe-seamless"><a href="the-iframe-element.html#attr-iframe-seamless">seamless</a></code> attribute.</p> - <p class="note">A <a href="#nested-browsing-context">nested browsing context</a> can in some - cases be taken out of its <a href="#parent-browsing-context">parent browsing context</a> (e.g. - if an <code><a href="the-iframe-element.html#the-iframe-element">iframe</a></code> element is removed from its - <code><a href="dom.html#document">Document</a></code>). In such a situation, the <a href="#nested-browsing-context">nested - browsing context</a> has no <a href="#parent-browsing-context">parent browsing context</a>, - but it still has the same <a href="#browsing-context-container">browsing context container</a> - and is still <a href="#browsing-context-nested-through" title="browsing context nested through">nested - through</a> that element's <code><a href="dom.html#document">Document</a></code>. Such a - <a href="#nested-browsing-context">nested browsing context</a> is <em>not</em> a - <a href="#top-level-browsing-context">top-level browsing context</a>, and cannot contain - <code><a href="dom.html#document">Document</a></code>s that are <a href="#fully-active">fully active</a>. - Furthermore, if a <a href="#browsing-context-container">browsing context container</a> (such as - an <code><a href="the-iframe-element.html#the-iframe-element">iframe</a></code>) is moved to another <code><a href="dom.html#document">Document</a></code>, - then the <a href="#parent-browsing-context">parent browsing context</a> of its <a href="#nested-browsing-context">nested - browsing context</a> will change.</p> + <p>A <a href="#nested-browsing-context">nested browsing context</a> can be put into a <dfn id="delaying-load-events-mode">delaying <code title="event-load">load</code> events mode</dfn>. This is used when it is <a href="history.html#navigate" title="navigate">navigated</a>, to <a href="the-end.html#delay-the-load-event">delay the load event</a> of the <a href="#browsing-context-container">browsing + context container</a> <code><a href="the-iframe-element.html#the-iframe-element">iframe</a></code> element before the new <code><a href="dom.html#document">Document</a></code> is + created.</p> + +<!--(There's no current way for this to happen, since removing an iframe from a document discards its browsing context) + <p class="note">A <span>nested browsing context</span> can in some + cases be taken out of its <span>parent browsing context</span> (e.g. + if an <code>iframe</code> element is removed from its + <code>Document</code>). In such a situation, the <span>nested + browsing context</span> has no <span>parent browsing context</span>, + but it still has the same <span>browsing context container</span> + and is still <span title="browsing context nested through">nested + through</span> that element's <code>Document</code>. Such a + <span>nested browsing context</span> is <em>not</em> a + <span>top-level browsing context</span>, and cannot contain + <code>Document</code>s that are <span>fully active</span>. + Furthermore, if a <span>browsing context container</span> (such as + an <code>iframe</code>) is moved to another <code>Document</code>, + then the <span>parent browsing context</span> of its <span>nested + browsing context</span> will change.</p> +--> <p>The <dfn id="document-family">document family</dfn> of a <a href="#browsing-context">browsing context</a> consists of the union of all the <code><a href="dom.html#document">Document</a></code> objects in Index: media-elements.html =================================================================== RCS file: /sources/public/html5/spec/media-elements.html,v retrieving revision 1.220 retrieving revision 1.221 diff -u -d -r1.220 -r1.221 --- media-elements.html 8 Nov 2012 20:16:08 -0000 1.220 +++ media-elements.html 11 Nov 2012 01:14:51 -0000 1.221 @@ -326,7 +326,7 @@ <h1>HTML5</h1> <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2> - <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 8 November 2012</h2> + <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 11 November 2012</h2> </div> @@ -817,6 +817,12 @@ source</a> in one of the <a href="webappapis.html#task-queue" title="task queue">task queues</a>, then remove those tasks.</p> + <p>If there are any <a href="webappapis.html#concept-task" title="concept-task">tasks</a> that were <a href="webappapis.html#queue-a-task" title="queue a + task">queued</a> by the <a href="#concept-media-load-algorithm" title="concept-media-load-algorithm">resource selection + algorithm</a> for this same <a href="#media-element">media element</a> from the <a href="webappapis.html#dom-manipulation-task-source">DOM manipulation task + source</a> in one of the <a href="webappapis.html#task-queue" title="task queue">task queues</a>, then remove those + tasks.</p> + <p class="note">Basically, pending events and callbacks for the media element are discarded when the media element starts loading a new resource.</p> @@ -1011,9 +1017,8 @@ </ol></li> - <li><p><a href="webappapis.html#queue-a-task">Queue a task</a> to <a href="webappapis.html#fire-a-simple-event">fire a simple - event</a> named <code title="event-media-error"><a href="#event-media-error">error</a></code> - at the <a href="#media-element">media element</a>.</li> + <li><p><a href="webappapis.html#queue-a-task">Queue a task</a> to <a href="webappapis.html#fire-a-simple-event">fire a simple event</a> named <code title="event-media-error"><a href="#event-media-error">error</a></code> at the <a href="#media-element">media element</a>, using the <a href="webappapis.html#dom-manipulation-task-source">DOM + manipulation task source</a>.</li> <li><p>Set the element's <a href="#delaying-the-load-event-flag">delaying-the-load-event flag</a> to false. This stops <a href="the-end.html#delay-the-load-event" title="delay the load event">delaying @@ -3731,7 +3736,7 @@ </table><hr><p>The <a href="webappapis.html#task-source">task source</a> for the <a href="webappapis.html#concept-task" title="concept-task">tasks</a> listed in this section is the <a href="webappapis.html#dom-manipulation-task-source">DOM manipulation task source</a>.</p> - <!-- v2 should also fire an event when the list changes --> + <!-- v2 should also fire an event when the list changes (but note that that should be on the media element event task source) --> </div> Index: the-base-element.html =================================================================== RCS file: /sources/public/html5/spec/the-base-element.html,v retrieving revision 1.211 retrieving revision 1.212 diff -u -d -r1.211 -r1.212 --- the-base-element.html 8 Nov 2012 20:16:11 -0000 1.211 +++ the-base-element.html 11 Nov 2012 01:14:55 -0000 1.212 @@ -326,7 +326,7 @@ <h1>HTML5</h1> <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2> - <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 8 November 2012</h2> + <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 11 November 2012</h2> </div> Index: the-menu-element.html =================================================================== RCS file: /sources/public/html5/spec/the-menu-element.html,v retrieving revision 1.199 retrieving revision 1.200 diff -u -d -r1.199 -r1.200 --- the-menu-element.html 8 Nov 2012 20:16:14 -0000 1.199 +++ the-menu-element.html 11 Nov 2012 01:14:59 -0000 1.200 @@ -326,7 +326,7 @@ <h1>HTML5</h1> <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2> - <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 8 November 2012</h2> + <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 11 November 2012</h2> </div> Index: styling.html =================================================================== RCS file: /sources/public/html5/spec/styling.html,v retrieving revision 1.210 retrieving revision 1.211 diff -u -d -r1.210 -r1.211 --- styling.html 8 Nov 2012 20:16:10 -0000 1.210 +++ styling.html 11 Nov 2012 01:14:54 -0000 1.211 @@ -326,7 +326,7 @@ <h1>HTML5</h1> <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2> - <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 8 November 2012</h2> + <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 11 November 2012</h2> </div> Index: the-noscript-element.html =================================================================== RCS file: /sources/public/html5/spec/the-noscript-element.html,v retrieving revision 1.210 retrieving revision 1.211 diff -u -d -r1.210 -r1.211 --- the-noscript-element.html 8 Nov 2012 20:16:14 -0000 1.210 +++ the-noscript-element.html 11 Nov 2012 01:14:59 -0000 1.211 @@ -326,7 +326,7 @@ <h1>HTML5</h1> <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2> - <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 8 November 2012</h2> + <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 11 November 2012</h2> </div> Index: the-code-element.html =================================================================== RCS file: /sources/public/html5/spec/the-code-element.html,v retrieving revision 1.210 retrieving revision 1.211 diff -u -d -r1.210 -r1.211 --- the-code-element.html 8 Nov 2012 20:16:11 -0000 1.210 +++ the-code-element.html 11 Nov 2012 01:14:56 -0000 1.211 @@ -326,7 +326,7 @@ <h1>HTML5</h1> <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2> - <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 8 November 2012</h2> + <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 11 November 2012</h2> </div> Index: the-command-element.html =================================================================== RCS file: /sources/public/html5/spec/the-command-element.html,v retrieving revision 1.199 retrieving revision 1.200 diff -u -d -r1.199 -r1.200 --- the-command-element.html 8 Nov 2012 20:16:12 -0000 1.199 +++ the-command-element.html 11 Nov 2012 01:14:56 -0000 1.200 @@ -326,7 +326,7 @@ <h1>HTML5</h1> <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2> - <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 8 November 2012</h2> + <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 11 November 2012</h2> </div> Index: urls.html =================================================================== RCS file: /sources/public/html5/spec/urls.html,v retrieving revision 1.282 retrieving revision 1.283 diff -u -d -r1.282 -r1.283 --- urls.html 8 Nov 2012 20:16:17 -0000 1.282 +++ urls.html 11 Nov 2012 01:15:02 -0000 1.283 @@ -326,7 +326,7 @@ <h1>HTML5</h1> <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2> - <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 8 November 2012</h2> + <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 11 November 2012</h2> </div> Index: the-textarea-element.html =================================================================== RCS file: /sources/public/html5/spec/the-textarea-element.html,v retrieving revision 1.213 retrieving revision 1.214 diff -u -d -r1.213 -r1.214 --- the-textarea-element.html 8 Nov 2012 20:16:16 -0000 1.213 +++ the-textarea-element.html 11 Nov 2012 01:15:01 -0000 1.214 @@ -326,7 +326,7 @@ <h1>HTML5</h1> <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2> - <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 8 November 2012</h2> + <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 11 November 2012</h2> </div> Index: the-div-element.html =================================================================== RCS file: /sources/public/html5/spec/the-div-element.html,v retrieving revision 1.211 retrieving revision 1.212 diff -u -d -r1.211 -r1.212 --- the-div-element.html 8 Nov 2012 20:16:12 -0000 1.211 +++ the-div-element.html 11 Nov 2012 01:14:57 -0000 1.212 @@ -326,7 +326,7 @@ <h1>HTML5</h1> <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2> - <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 8 November 2012</h2> + <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 11 November 2012</h2> </div> Index: the-output-element.html =================================================================== RCS file: /sources/public/html5/spec/the-output-element.html,v retrieving revision 1.212 retrieving revision 1.213 diff -u -d -r1.212 -r1.213 --- the-output-element.html 8 Nov 2012 20:16:14 -0000 1.212 +++ the-output-element.html 11 Nov 2012 01:14:59 -0000 1.213 @@ -326,7 +326,7 @@ <h1>HTML5</h1> <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2> - <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 8 November 2012</h2> + <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 11 November 2012</h2> </div> Index: the-label-element.html =================================================================== RCS file: /sources/public/html5/spec/the-label-element.html,v retrieving revision 1.210 retrieving revision 1.211 diff -u -d -r1.210 -r1.211 --- the-label-element.html 8 Nov 2012 20:16:13 -0000 1.210 +++ the-label-element.html 11 Nov 2012 01:14:58 -0000 1.211 @@ -326,7 +326,7 @@ <h1>HTML5</h1> <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2> - <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 8 November 2012</h2> + <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 11 November 2012</h2> </div> Index: dnd.html =================================================================== RCS file: /sources/public/html5/spec/dnd.html,v retrieving revision 1.292 retrieving revision 1.293 diff -u -d -r1.292 -r1.293 --- dnd.html 8 Nov 2012 20:16:05 -0000 1.292 +++ dnd.html 11 Nov 2012 01:14:48 -0000 1.293 @@ -326,7 +326,7 @@ <h1>HTML5</h1> <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2> - <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 8 November 2012</h2> + <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 11 November 2012</h2> </div> Index: the-dl-element.html =================================================================== RCS file: /sources/public/html5/spec/the-dl-element.html,v retrieving revision 1.210 retrieving revision 1.211 diff -u -d -r1.210 -r1.211 --- the-dl-element.html 8 Nov 2012 20:16:12 -0000 1.210 +++ the-dl-element.html 11 Nov 2012 01:14:57 -0000 1.211 @@ -326,7 +326,7 @@ <h1>HTML5</h1> <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2> - <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 8 November 2012</h2> + <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 11 November 2012</h2> </div> Index: the-select-element.html =================================================================== RCS file: /sources/public/html5/spec/the-select-element.html,v retrieving revision 1.212 retrieving revision 1.213 diff -u -d -r1.212 -r1.213 --- the-select-element.html 8 Nov 2012 20:16:15 -0000 1.212 +++ the-select-element.html 11 Nov 2012 01:15:00 -0000 1.213 @@ -326,7 +326,7 @@ <h1>HTML5</h1> <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2> - <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 8 November 2012</h2> + <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 11 November 2012</h2> </div> Index: editing-apis.html =================================================================== RCS file: /sources/public/html5/spec/editing-apis.html,v retrieving revision 1.199 retrieving revision 1.200 diff -u -d -r1.199 -r1.200 --- editing-apis.html 8 Nov 2012 20:16:06 -0000 1.199 +++ editing-apis.html 11 Nov 2012 01:14:49 -0000 1.200 @@ -326,7 +326,7 @@ <h1>HTML5</h1> <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2> - <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 8 November 2012</h2> + <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 11 November 2012</h2> </div> Index: dom.html =================================================================== RCS file: /sources/public/html5/spec/dom.html,v retrieving revision 1.1294 retrieving revision 1.1295 diff -u -d -r1.1294 -r1.1295 --- dom.html 8 Nov 2012 20:16:06 -0000 1.1294 +++ dom.html 11 Nov 2012 01:14:48 -0000 1.1295 @@ -326,7 +326,7 @@ <h1>HTML5</h1> <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2> - <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 8 November 2012</h2> + <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 11 November 2012</h2> </div> Index: the-xhtml-syntax.html =================================================================== RCS file: /sources/public/html5/spec/the-xhtml-syntax.html,v retrieving revision 1.1245 retrieving revision 1.1246 diff -u -d -r1.1245 -r1.1246 --- the-xhtml-syntax.html 8 Nov 2012 20:16:17 -0000 1.1245 +++ the-xhtml-syntax.html 11 Nov 2012 01:15:02 -0000 1.1246 @@ -326,7 +326,7 @@ <h1>HTML5</h1> <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2> - <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 8 November 2012</h2> + <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 11 November 2012</h2> </div> Index: the-colgroup-element.html =================================================================== RCS file: /sources/public/html5/spec/the-colgroup-element.html,v retrieving revision 1.210 retrieving revision 1.211 diff -u -d -r1.210 -r1.211 --- the-colgroup-element.html 8 Nov 2012 20:16:12 -0000 1.210 +++ the-colgroup-element.html 11 Nov 2012 01:14:56 -0000 1.211 @@ -326,7 +326,7 @@ <h1>HTML5</h1> <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2> - <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 8 November 2012</h2> + <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 11 November 2012</h2> </div> Index: attributes-common-to-ins-and-del-elements.html =================================================================== RCS file: /sources/public/html5/spec/attributes-common-to-ins-and-del-elements.html,v retrieving revision 1.209 retrieving revision 1.210 diff -u -d -r1.209 -r1.210 --- attributes-common-to-ins-and-del-elements.html 8 Nov 2012 20:16:04 -0000 1.209 +++ attributes-common-to-ins-and-del-elements.html 11 Nov 2012 01:14:47 -0000 1.210 @@ -326,7 +326,7 @@ <h1>HTML5</h1> <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2> - <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 8 November 2012</h2> + <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 11 November 2012</h2> </div> Index: the-video-element.html =================================================================== RCS file: /sources/public/html5/spec/the-video-element.html,v retrieving revision 1.212 retrieving revision 1.213 diff -u -d -r1.212 -r1.213 --- the-video-element.html 8 Nov 2012 20:16:17 -0000 1.212 +++ the-video-element.html 11 Nov 2012 01:15:02 -0000 1.213 @@ -326,7 +326,7 @@ <h1>HTML5</h1> <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2> - <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 8 November 2012</h2> + <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 11 November 2012</h2> </div> Index: the-table-element.html =================================================================== RCS file: /sources/public/html5/spec/the-table-element.html,v retrieving revision 1.211 retrieving revision 1.212 diff -u -d -r1.211 -r1.212 --- the-table-element.html 8 Nov 2012 20:16:16 -0000 1.211 +++ the-table-element.html 11 Nov 2012 01:15:01 -0000 1.212 @@ -326,7 +326,7 @@ <h1>HTML5</h1> <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2> - <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 8 November 2012</h2> + <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 11 November 2012</h2> </div> Index: the-audio-element.html =================================================================== RCS file: /sources/public/html5/spec/the-audio-element.html,v retrieving revision 1.210 retrieving revision 1.211 diff -u -d -r1.210 -r1.211 --- the-audio-element.html 8 Nov 2012 20:16:11 -0000 1.210 +++ the-audio-element.html 11 Nov 2012 01:14:55 -0000 1.211 @@ -326,7 +326,7 @@ <h1>HTML5</h1> <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2> - <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 8 November 2012</h2> + <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 11 November 2012</h2> </div> Index: edits-and-lists.html =================================================================== RCS file: /sources/public/html5/spec/edits-and-lists.html,v retrieving revision 1.209 retrieving revision 1.210 diff -u -d -r1.209 -r1.210 --- edits-and-lists.html 8 Nov 2012 20:16:06 -0000 1.209 +++ edits-and-lists.html 11 Nov 2012 01:14:49 -0000 1.210 @@ -326,7 +326,7 @@ <h1>HTML5</h1> <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2> - <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 8 November 2012</h2> + <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 11 November 2012</h2> </div> Index: the-pre-element.html =================================================================== RCS file: /sources/public/html5/spec/the-pre-element.html,v retrieving revision 1.210 retrieving revision 1.211 diff -u -d -r1.210 -r1.211 --- the-pre-element.html 8 Nov 2012 20:16:14 -0000 1.210 +++ the-pre-element.html 11 Nov 2012 01:15:00 -0000 1.211 @@ -326,7 +326,7 @@ <h1>HTML5</h1> <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2> - <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 8 November 2012</h2> + <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 11 November 2012</h2> </div> Index: dynamic-markup-insertion.html =================================================================== RCS file: /sources/public/html5/spec/dynamic-markup-insertion.html,v retrieving revision 1.212 retrieving revision 1.213 diff -u -d -r1.212 -r1.213 --- dynamic-markup-insertion.html 8 Nov 2012 20:16:06 -0000 1.212 +++ dynamic-markup-insertion.html 11 Nov 2012 01:14:49 -0000 1.213 @@ -326,7 +326,7 @@ <h1>HTML5</h1> <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2> - <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 8 November 2012</h2> + <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 11 November 2012</h2> </div> @@ -496,9 +496,9 @@ <li><p>Change the <a href="infrastructure.html#document's-character-encoding">document's character encoding</a> to UTF-8.</li> - <li><p>Set the <code><a href="dom.html#document">Document</a></code> object's <a href="dom.html#reload-override-flag">reload override - flag</a> and set the <code><a href="dom.html#document">Document</a></code>'s <a href="dom.html#reload-override-buffer">reload - override buffer</a> to the empty string.</li> + <li><p>If the <code><a href="dom.html#document">Document</a></code> is <a href="the-end.html#ready-for-post-load-tasks">ready for post-load tasks</a>, then set the + <code><a href="dom.html#document">Document</a></code> object's <a href="dom.html#reload-override-flag">reload override flag</a> and set the + <code><a href="dom.html#document">Document</a></code>'s <a href="dom.html#reload-override-buffer">reload override buffer</a> to the empty string.</li> <li><p>Set the <code><a href="dom.html#document">Document</a></code>'s <var title="concept-document-salvageable"><a href="history.html#concept-document-salvageable">salvageable</a></var> state back to true.</li> Index: the-tfoot-element.html =================================================================== RCS file: /sources/public/html5/spec/the-tfoot-element.html,v retrieving revision 1.210 retrieving revision 1.211 diff -u -d -r1.210 -r1.211 --- the-tfoot-element.html 8 Nov 2012 20:16:16 -0000 1.210 +++ the-tfoot-element.html 11 Nov 2012 01:15:01 -0000 1.211 @@ -326,7 +326,7 @@ <h1>HTML5</h1> <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2> - <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 8 November 2012</h2> + <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 11 November 2012</h2> </div> Index: the-thead-element.html =================================================================== RCS file: /sources/public/html5/spec/the-thead-element.html,v retrieving revision 1.210 retrieving revision 1.211 diff -u -d -r1.210 -r1.211 --- the-thead-element.html 8 Nov 2012 20:16:16 -0000 1.210 +++ the-thead-element.html 11 Nov 2012 01:15:01 -0000 1.211 @@ -326,7 +326,7 @@ <h1>HTML5</h1> <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2> - <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 8 November 2012</h2> + <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 11 November 2012</h2> </div> Index: image-maps.html =================================================================== RCS file: /sources/public/html5/spec/image-maps.html,v retrieving revision 1.211 retrieving revision 1.212 diff -u -d -r1.211 -r1.212 --- image-maps.html 8 Nov 2012 20:16:07 -0000 1.211 +++ image-maps.html 11 Nov 2012 01:14:50 -0000 1.212 @@ -326,7 +326,7 @@ <h1>HTML5</h1> <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2> - <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 8 November 2012</h2> + <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 11 November 2012</h2> </div> Index: the-br-element.html =================================================================== RCS file: /sources/public/html5/spec/the-br-element.html,v retrieving revision 1.210 retrieving revision 1.211 diff -u -d -r1.210 -r1.211 --- the-br-element.html 8 Nov 2012 20:16:11 -0000 1.210 +++ the-br-element.html 11 Nov 2012 01:14:56 -0000 1.211 @@ -326,7 +326,7 @@ <h1>HTML5</h1> <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2> - <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 8 November 2012</h2> + <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 11 November 2012</h2> </div> Index: the-meta-element.html =================================================================== RCS file: /sources/public/html5/spec/the-meta-element.html,v retrieving revision 1.216 retrieving revision 1.217 diff -u -d -r1.216 -r1.217 --- the-meta-element.html 8 Nov 2012 20:16:14 -0000 1.216 +++ the-meta-element.html 11 Nov 2012 01:14:59 -0000 1.217 @@ -326,7 +326,7 @@ <h1>HTML5</h1> <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2> - <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 8 November 2012</h2> + <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 11 November 2012</h2> </div> Index: the-wbr-element.html =================================================================== RCS file: /sources/public/html5/spec/the-wbr-element.html,v retrieving revision 1.210 retrieving revision 1.211 diff -u -d -r1.210 -r1.211 --- the-wbr-element.html 8 Nov 2012 20:16:17 -0000 1.210 +++ the-wbr-element.html 11 Nov 2012 01:15:02 -0000 1.211 @@ -326,7 +326,7 @@ <h1>HTML5</h1> <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2> - <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 8 November 2012</h2> + <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 11 November 2012</h2> </div> Index: introduction.html =================================================================== RCS file: /sources/public/html5/spec/introduction.html,v retrieving revision 1.1281 retrieving revision 1.1282 diff -u -d -r1.1281 -r1.1282 --- introduction.html 8 Nov 2012 20:16:08 -0000 1.1281 +++ introduction.html 11 Nov 2012 01:14:51 -0000 1.1282 @@ -325,7 +325,7 @@ <h1>HTML5</h1> <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2> - <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 8 November 2012</h2> + <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 11 November 2012</h2> </div> Index: editing.html =================================================================== RCS file: /sources/public/html5/spec/editing.html,v retrieving revision 1.1266 retrieving revision 1.1267 diff -u -d -r1.1266 -r1.1267 --- editing.html 8 Nov 2012 20:16:06 -0000 1.1266 +++ editing.html 11 Nov 2012 01:14:49 -0000 1.1267 @@ -326,7 +326,7 @@ <h1>HTML5</h1> <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2> - <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 8 November 2012</h2> + <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 11 November 2012</h2> </div> @@ -619,10 +619,9 @@ <div class="impl"> - <p>Each element has a <dfn id="specially-focusable">tabindex focus - flag</dfn>. This flag is a factor that contributes towards - determining whether an element is <a href="#focusable">focusable</a>, as - described in the next section.</p> + <p>Each element can have a <dfn id="specially-focusable">tabindex focus flag</dfn> set, as defined + below. This flag is a factor that contributes towards determining whether an element is + <a href="#focusable">focusable</a>, as described in the next section.</p> <p>If the attribute is specified, it must be parsed using the <a href="common-microsyntaxes.html#rules-for-parsing-integers">rules for parsing integers</a>. The attribute's values have @@ -638,7 +637,35 @@ so, whether the element can be reached using sequential focus navigation, and if so, what its relative order should be.</p> - <p class="note">One valid reason to ignore the platform + <p>Modulo platform conventions, it is suggested that for the following elements, the + <a href="#specially-focusable">tabindex focus flag</a> be set:</p> + + <ul><li><code><a href="the-a-element.html#the-a-element">a</a></code> elements that have an <code title="attr-hyperlink-href"><a href="links.html#attr-hyperlink-href">href</a></code> attribute</li> + + <li><code><a href="the-link-element.html#the-link-element">link</a></code> elements that have an <code title="attr-link-href"><a href="the-link-element.html#attr-link-href">href</a></code> attribute</li> + + <li><code><a href="the-button-element.html#the-button-element">button</a></code> elements</li> + + <li><code><a href="the-input-element.html#the-input-element">input</a></code> elements whose <code title="attr-input-type"><a href="the-input-element.html#attr-input-type">type</a></code> attribute are not in the + <a href="states-of-the-type-attribute.html#hidden-state-(type=hidden)" title="attr-input-type-hidden">Hidden</a> state</li> + + <li><code><a href="the-select-element.html#the-select-element">select</a></code> elements</li> + + <li><code><a href="the-textarea-element.html#the-textarea-element">textarea</a></code> elements</li> + + <li><code><a href="the-command-element.html#the-command-element">command</a></code> elements</li> + + <li>Elements with a <code title="attr-draggable"><a href="dnd.html#the-draggable-attribute">draggable</a></code> + attribute set, if that would enable the user agent to allow the + user to begin a drag operations for those elements without the use + of a pointing device</li> + + <li><a href="editing-apis.html#editing-host" title="editing host">Editing hosts</a></li> + + <li><a href="browsers.html#browsing-context-container" title="browsing context container">Browsing context + containers</a></li> <!-- like <iframe>s --> + + </ul><p class="note">One valid reason to ignore the platform conventions and always allow an element to be focused (by setting its <a href="#specially-focusable">tabindex focus flag</a>) would be if the user's only mechanism for activating an element is through a keyboard action @@ -733,57 +760,30 @@ <h4 id="focus-management"><span class="secno">7.4.2 </span>Focus management</h4> - <p>An element is <dfn id="focusable">focusable</dfn> if the user agent's default - behavior allows it to be focusable or if the element has its - <a href="#specially-focusable">tabindex focus flag</a> set, but only if the element is - either <a href="rendering.html#being-rendered">being rendered</a> or <!-- CANVAS-FOCUS-FALLBACK --> - is a descendant of a <code><a href="the-canvas-element.html#the-canvas-element">canvas</a></code> element that - <a href="rendering.html#represents">represents</a> <a href="content-models.html#embedded-content-2">embedded content</a>, and only if - neither the element nor any of its ancestors are - <a href="#inert">inert</a>.</p> - - <p>User agents should make the following elements - <a href="#focusable">focusable</a> as part of their default behavior, unless - platform conventions dictate otherwise:</p> - - <ul><li><code><a href="the-a-element.html#the-a-element">a</a></code> elements that have an <code title="attr-hyperlink-href"><a href="links.html#attr-hyperlink-href">href</a></code> attribute</li> - - <li><code><a href="the-link-element.html#the-link-element">link</a></code> elements that have an <code title="attr-link-href"><a href="the-link-element.html#attr-link-href">href</a></code> attribute</li> - - <li><code><a href="the-button-element.html#the-button-element">button</a></code> elements that are not <a href="attributes-common-to-form-controls.html#concept-fe-disabled" title="concept-fe-disabled">disabled</a></li> - - <li><code><a href="the-input-element.html#the-input-element">input</a></code> elements whose <code title="attr-input-type"><a href="the-input-element.html#attr-input-type">type</a></code> attribute are not in the - <a href="states-of-the-type-attribute.html#hidden-state-(type=hidden)" title="attr-input-type-hidden">Hidden</a> state and that - are not <a href="attributes-common-to-form-controls.html#concept-fe-disabled" title="concept-fe-disabled">disabled</a></li> - - <li><code><a href="the-select-element.html#the-select-element">select</a></code> elements that are not <a href="attributes-common-to-form-controls.html#concept-fe-disabled" title="concept-fe-disabled">disabled</a></li> - - <li><code><a href="the-textarea-element.html#the-textarea-element">textarea</a></code> elements that are not <a href="attributes-common-to-form-controls.html#concept-fe-disabled" title="concept-fe-disabled">disabled</a></li> + <p>An element is <dfn id="focusable">focusable</dfn> if all of the following conditions are met:</p> - <li><code><a href="the-command-element.html#the-command-element">command</a></code> elements that do not have a <code title="attr-command-disabled"><a href="the-command-element.html#attr-command-disabled">disabled</a></code> attribute</li> + <ul><li>The element's <a href="#specially-focusable">tabindex focus flag</a> is set.</li> - <li>Elements with a <code title="attr-draggable"><a href="dnd.html#the-draggable-attribute">draggable</a></code> - attribute set, if that would enable the user agent to allow the - user to begin a drag operations for those elements without the use - of a pointing device</li> + <li>The element is either <a href="rendering.html#being-rendered">being rendered</a> or <!-- CANVAS-FOCUS-FALLBACK --> is a + descendant of a <code><a href="the-canvas-element.html#the-canvas-element">canvas</a></code> element that <a href="rendering.html#represents">represents</a> <a href="content-models.html#embedded-content-2">embedded + content</a>.</li> - <li><a href="editing-apis.html#editing-host" title="editing host">Editing hosts</a></li> + <li>Neither the element nor any of its ancestors are <a href="#inert">inert</a>.</li> - <li><a href="browsers.html#browsing-context-container" title="browsing context container">Browsing context - containers</a></li> <!-- like <iframe>s --> + <li>The element is not <a href="links.html#concept-element-disabled" title="concept-element-disabled">disabled</a>.</li> </ul><p>In addition, each shape that is generated for an <code><a href="the-area-element.html#the-area-element">area</a></code> element, any user-agent-provided interface components of <span title="media elements">media elements</span> (e.g. a play button), and distinct user interface components of form controls (e.g. "up" and "down" buttons on an <code title="attr-input-type-number"><a href="states-of-the-type-attribute.html#number-state-(type=number)"><input type=number></a></code> spin - control), should be <a href="#focusable">focusable</a>, unless platform conventions dictate otherwise. (A + control), should be <a href="#focusable">focusable</a>, unless platform conventions dictate otherwise or + unless their corresponding element is <a href="links.html#concept-element-disabled" title="concept-element-disabled">disabled</a>. (A single <code><a href="the-area-element.html#the-area-element">area</a></code> element can correspond to multiple shapes, since image maps can be reused with multiple images on a page.)</p> - <p>The user agent may also make part of a <code><a href="the-details-element.html#the-details-element">details</a></code> - element's rendering <a href="#focusable">focusable</a>, to enable the element to - be opened or closed using keyboard input. However, this is distinct - from the <code><a href="the-details-element.html#the-details-element">details</a></code> or <code><a href="the-summary-element.html#the-summary-element">summary</a></code> element being + <p>The user agent may also make part of a <code><a href="the-details-element.html#the-details-element">details</a></code> element's rendering + <a href="#focusable">focusable</a>, to enable the element to be opened or closed using keyboard input. + However, this is distinct from the <code><a href="the-details-element.html#the-details-element">details</a></code> or <code><a href="the-summary-element.html#the-summary-element">summary</a></code> element being focusable.</p> <p>Notwithstanding the above, user agents may make <em>any</em> element or part of an element Index: common-microsyntaxes.html =================================================================== RCS file: /sources/public/html5/spec/common-microsyntaxes.html,v retrieving revision 1.280 retrieving revision 1.281 diff -u -d -r1.280 -r1.281 --- common-microsyntaxes.html 8 Nov 2012 20:16:05 -0000 1.280 +++ common-microsyntaxes.html 11 Nov 2012 01:14:48 -0000 1.281 @@ -326,7 +326,7 @@ <h1>HTML5</h1> <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2> - <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 8 November 2012</h2> + <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 11 November 2012</h2> </div> Index: rendering.html =================================================================== RCS file: /sources/public/html5/spec/rendering.html,v retrieving revision 1.272 retrieving revision 1.273 diff -u -d -r1.272 -r1.273 --- rendering.html 8 Nov 2012 20:16:09 -0000 1.272 +++ rendering.html 11 Nov 2012 01:14:52 -0000 1.273 @@ -326,7 +326,7 @@ <h1>HTML5</h1> <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2> - <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 8 November 2012</h2> + <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 11 November 2012</h2> </div> @@ -1173,9 +1173,13 @@ ul[type=circle i], li[type=circle i] { list-style-type: circle; } ul[type=square i], li[type=square i] { list-style-type: square; }</pre> - <p>When rendering <code><a href="the-li-element.html#the-li-element">li</a></code> elements, user agents are expected - to use the <a href="the-li-element.html#ordinal-value">ordinal value</a> of the <code><a href="the-li-element.html#the-li-element">li</a></code> element - to render the counter in the list item marker.</p> + <p>When rendering <code><a href="the-li-element.html#the-li-element">li</a></code> elements, non-CSS user agents are expected to use the + <a href="the-li-element.html#ordinal-value">ordinal value</a> of the <code><a href="the-li-element.html#the-li-element">li</a></code> element to render the counter in the list item + marker.</p> + + <p class="critical" id="css-list-rendering">This specification does not yet define the + CSS-specific rules for rendering <code><a href="the-li-element.html#the-li-element">li</a></code> elements, because CSS doesn't yet provide + sufficient hooks for this purpose.</p> <h4 id="tables"><span class="secno">10.3.9 </span>Tables</h4> Index: text-level-semantics.html =================================================================== RCS file: /sources/public/html5/spec/text-level-semantics.html,v retrieving revision 1.1277 retrieving revision 1.1278 diff -u -d -r1.1277 -r1.1278 --- text-level-semantics.html 8 Nov 2012 20:16:10 -0000 1.1277 +++ text-level-semantics.html 11 Nov 2012 01:14:54 -0000 1.1278 @@ -326,7 +326,7 @@ <h1>HTML5</h1> <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2> - <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 8 November 2012</h2> + <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 11 November 2012</h2> </div> Index: element-definitions.html =================================================================== RCS file: /sources/public/html5/spec/element-definitions.html,v retrieving revision 1.210 retrieving revision 1.211 diff -u -d -r1.210 -r1.211 --- element-definitions.html 8 Nov 2012 20:16:06 -0000 1.210 +++ element-definitions.html 11 Nov 2012 01:14:49 -0000 1.211 @@ -326,7 +326,7 @@ <h1>HTML5</h1> <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2> - <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 8 November 2012</h2> + <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 11 November 2012</h2> </div> Index: infrastructure.html =================================================================== RCS file: /sources/public/html5/spec/infrastructure.html,v retrieving revision 1.1346 retrieving revision 1.1347 diff -u -d -r1.1346 -r1.1347 --- infrastructure.html 8 Nov 2012 20:16:07 -0000 1.1346 +++ infrastructure.html 11 Nov 2012 01:14:51 -0000 1.1347 @@ -326,7 +326,7 @@ <h1>HTML5</h1> <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2> - <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 8 November 2012</h2> + <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 11 November 2012</h2> </div> Index: form-submission.html =================================================================== RCS file: /sources/public/html5/spec/form-submission.html,v retrieving revision 1.211 retrieving revision 1.212 diff -u -d -r1.211 -r1.212 --- form-submission.html 8 Nov 2012 20:16:06 -0000 1.211 +++ form-submission.html 11 Nov 2012 01:14:49 -0000 1.212 @@ -326,7 +326,7 @@ <h1>HTML5</h1> <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2> - <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 8 November 2012</h2> + <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 11 November 2012</h2> </div> Index: user-prompts.html =================================================================== RCS file: /sources/public/html5/spec/user-prompts.html,v retrieving revision 1.198 retrieving revision 1.199 diff -u -d -r1.198 -r1.199 --- user-prompts.html 8 Nov 2012 20:16:17 -0000 1.198 +++ user-prompts.html 11 Nov 2012 01:15:02 -0000 1.199 @@ -326,7 +326,7 @@ <h1>HTML5</h1> <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2> - <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 8 November 2012</h2> + <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 11 November 2012</h2> </div> Index: tabular-data.html =================================================================== RCS file: /sources/public/html5/spec/tabular-data.html,v retrieving revision 1.1257 retrieving revision 1.1258 diff -u -d -r1.1257 -r1.1258 --- tabular-data.html 8 Nov 2012 20:16:10 -0000 1.1257 +++ tabular-data.html 11 Nov 2012 01:14:54 -0000 1.1258 @@ -326,7 +326,7 @@ <h1>HTML5</h1> <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2> - <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 8 November 2012</h2> + <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 11 November 2012</h2> </div> Index: the-iframe-element.html =================================================================== RCS file: /sources/public/html5/spec/the-iframe-element.html,v retrieving revision 1.360 retrieving revision 1.361 diff -u -d -r1.360 -r1.361 --- the-iframe-element.html 8 Nov 2012 20:16:13 -0000 1.360 +++ the-iframe-element.html 11 Nov 2012 01:14:58 -0000 1.361 @@ -326,7 +326,7 @@ <h1>HTML5</h1> <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2> - <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 8 November 2012</h2> + <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 11 November 2012</h2> </div> @@ -557,11 +557,11 @@ <p class="note">A <code title="event-load">load</code> event is also fired at the <code><a href="#the-iframe-element">iframe</a></code> element when it is created if no other data is loaded in it.</p> - <p>When the <code><a href="#the-iframe-element">iframe</a></code>'s <a href="browsers.html#active-document">active document</a> is not <a href="the-end.html#ready-for-post-load-tasks">ready for post-load - tasks</a>, and when anything in the <code><a href="#the-iframe-element">iframe</a></code> is <a href="the-end.html#delay-the-load-event" title="delay the load - event">delaying the load event</a> of the <code><a href="#the-iframe-element">iframe</a></code>'s <a href="browsers.html#browsing-context">browsing context</a>'s - <a href="browsers.html#active-document">active document</a>, the <code><a href="#the-iframe-element">iframe</a></code> must <a href="the-end.html#delay-the-load-event">delay the load event</a> of - its document.</p> + <p>When the <code><a href="#the-iframe-element">iframe</a></code>'s <a href="browsers.html#browsing-context">browsing context</a>'s <a href="browsers.html#active-document">active document</a> is + not <a href="the-end.html#ready-for-post-load-tasks">ready for post-load tasks</a>, and when anything in the <code><a href="#the-iframe-element">iframe</a></code> is <a href="the-end.html#delay-the-load-event" title="delay the load event">delaying the load event</a> of the <code><a href="#the-iframe-element">iframe</a></code>'s + <a href="browsers.html#browsing-context">browsing context</a>'s <a href="browsers.html#active-document">active document</a>, and when the <code><a href="#the-iframe-element">iframe</a></code>'s + <a href="browsers.html#browsing-context">browsing context</a> is in the <a href="browsers.html#delaying-load-events-mode">delaying <code title="event-load">load</code> events + mode</a>, the <code><a href="#the-iframe-element">iframe</a></code> must <a href="the-end.html#delay-the-load-event">delay the load event</a> of its document.</p> <p class="note">If, during the handling of the <code title="event-load">load</code> event, the <a href="browsers.html#browsing-context">browsing context</a> in the <code><a href="#the-iframe-element">iframe</a></code> is again <a href="history.html#navigate" title="navigate">navigated</a>, that will further <a href="the-end.html#delay-the-load-event">delay the load event</a>.</p> Index: dimension-attributes.html =================================================================== RCS file: /sources/public/html5/spec/dimension-attributes.html,v retrieving revision 1.210 retrieving revision 1.211 diff -u -d -r1.210 -r1.211 --- dimension-attributes.html 8 Nov 2012 20:16:05 -0000 1.210 +++ dimension-attributes.html 11 Nov 2012 01:14:48 -0000 1.211 @@ -326,7 +326,7 @@ <h1>HTML5</h1> <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2> - <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 8 November 2012</h2> + <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 11 November 2012</h2> </div> Index: association-of-controls-and-forms.html =================================================================== RCS file: /sources/public/html5/spec/association-of-controls-and-forms.html,v retrieving revision 1.321 retrieving revision 1.322 diff -u -d -r1.321 -r1.322 --- association-of-controls-and-forms.html 8 Nov 2012 20:16:04 -0000 1.321 +++ association-of-controls-and-forms.html 11 Nov 2012 01:14:47 -0000 1.322 @@ -326,7 +326,7 @@ <h1>HTML5</h1> <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2> - <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 8 November 2012</h2> + <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 11 November 2012</h2> </div> Index: common-dom-interfaces.html =================================================================== RCS file: /sources/public/html5/spec/common-dom-interfaces.html,v retrieving revision 1.297 retrieving revision 1.298 diff -u -d -r1.297 -r1.298 --- common-dom-interfaces.html 8 Nov 2012 20:16:05 -0000 1.297 +++ common-dom-interfaces.html 11 Nov 2012 01:14:47 -0000 1.298 @@ -326,7 +326,7 @@ <h1>HTML5</h1> <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2> - <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 8 November 2012</h2> + <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 11 November 2012</h2> </div> @@ -586,7 +586,8 @@ It is intended only for the legacy <code title="dom-document-all"><a href="obsolete.html#dom-document-all">document.all</a></code> attribute.</p> <pre class="idl">interface <dfn id="htmlallcollection-0">HTMLAllCollection</dfn> : <a href="infrastructure.html#htmlcollection">HTMLCollection</a> { - // inherits <span title="dom-HTMLCollection-length">length</span> and <span title="dom-HTMLCollection-item">item</span>() + // inherits <span title="dom-HTMLCollection-length">length</span> and <span title="dom-HTMLCollection-item">item</span>(unsigned long index) + object? <a href="#dom-htmlallcollection-item-string" title="dom-HTMLAllCollection-item-string">item</a>(DOMString name); legacycaller getter object? <a href="#dom-htmlallcollection-nameditem" title="dom-HTMLAllCollection-namedItem">namedItem</a>(DOMString name); // overrides inherited namedItem() <a href="#htmlallcollection-0">HTMLAllCollection</a> <a href="#dom-htmlallcollection-tags" title="dom-HTMLAllCollection-tags">tags</a>(DOMString tagName); };</pre> @@ -710,7 +711,6 @@ <dt><var title="">element</var> = <var title="">collection</var> . <code title="dom-HTMLFormControlsCollection-namedItem"><a href="#dom-htmlformcontrolscollection-nameditem">namedItem</a></code>(<var title="">name</var>)</dt> <dt><var title="">radioNodeList</var> = <var title="">collection</var> . <code title="dom-HTMLFormControlsCollection-namedItem"><a href="#dom-htmlformcontrolscollection-nameditem">namedItem</a></code>(<var title="">name</var>)</dt> - <dt><var title="">element</var> = <var title="">collection</var> . <code title="dom-HTMLCollection-item">item</code>(<var title="">name</var>)</dt> <dt><var title="">collection</var>[<var title="">name</var>]</dt> <dt><var title="">collection</var>(<var title="">name</var>)</dt> <dd> @@ -829,7 +829,6 @@ <dt><var title="">element</var> = <var title="">collection</var> . <code title="dom-HTMLOptionsCollection-namedItem"><a href="#dom-htmloptionscollection-nameditem">namedItem</a></code>(<var title="">name</var>)</dt> <dt><var title="">nodeList</var> = <var title="">collection</var> . <code title="dom-HTMLOptionsCollection-namedItem"><a href="#dom-htmloptionscollection-nameditem">namedItem</a></code>(<var title="">name</var>)</dt> - <dt><var title="">element</var> = <var title="">collection</var> . <code title="dom-HTMLCollection-item">item</code>(<var title="">name</var>)</dt> <dt><var title="">collection</var>[<var title="">name</var>]</dt> <dt><var title="">collection</var>(<var title="">name</var>)</dt> <dd> Index: the-strong-element.html =================================================================== RCS file: /sources/public/html5/spec/the-strong-element.html,v retrieving revision 1.210 retrieving revision 1.211 diff -u -d -r1.210 -r1.211 --- the-strong-element.html 8 Nov 2012 20:16:16 -0000 1.210 +++ the-strong-element.html 11 Nov 2012 01:15:01 -0000 1.211 @@ -326,7 +326,7 @@ <h1>HTML5</h1> <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2> - <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 8 November 2012</h2> + <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 11 November 2012</h2> </div> Index: the-form-element.html =================================================================== RCS file: /sources/public/html5/spec/the-form-element.html,v retrieving revision 1.210 retrieving revision 1.211 diff -u -d -r1.210 -r1.211 --- the-form-element.html 8 Nov 2012 20:16:12 -0000 1.210 +++ the-form-element.html 11 Nov 2012 01:14:57 -0000 1.211 @@ -326,7 +326,7 @@ <h1>HTML5</h1> <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2> - <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 8 November 2012</h2> + <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 11 November 2012</h2> </div> Index: the-li-element.html =================================================================== RCS file: /sources/public/html5/spec/the-li-element.html,v retrieving revision 1.210 retrieving revision 1.211 diff -u -d -r1.210 -r1.211 --- the-li-element.html 8 Nov 2012 20:16:13 -0000 1.210 +++ the-li-element.html 11 Nov 2012 01:14:58 -0000 1.211 @@ -326,7 +326,7 @@ <h1>HTML5</h1> <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2> - <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 8 November 2012</h2> + <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 11 November 2012</h2> </div> Index: the-keygen-element.html =================================================================== RCS file: /sources/public/html5/spec/the-keygen-element.html,v retrieving revision 1.212 retrieving revision 1.213 diff -u -d -r1.212 -r1.213 --- the-keygen-element.html 8 Nov 2012 20:16:13 -0000 1.212 +++ the-keygen-element.html 11 Nov 2012 01:14:58 -0000 1.213 @@ -326,7 +326,7 @@ <h1>HTML5</h1> <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2> - <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 8 November 2012</h2> + <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 11 November 2012</h2> </div> Index: the-link-element.html =================================================================== RCS file: /sources/public/html5/spec/the-link-element.html,v retrieving revision 1.212 retrieving revision 1.213 diff -u -d -r1.212 -r1.213 --- the-link-element.html 8 Nov 2012 20:16:13 -0000 1.212 +++ the-link-element.html 11 Nov 2012 01:14:58 -0000 1.213 @@ -326,7 +326,7 @@ <h1>HTML5</h1> <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2> - <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 8 November 2012</h2> + <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 11 November 2012</h2> </div> Index: the-optgroup-element.html =================================================================== RCS file: /sources/public/html5/spec/the-optgroup-element.html,v retrieving revision 1.210 retrieving revision 1.211 diff -u -d -r1.210 -r1.211 --- the-optgroup-element.html 8 Nov 2012 20:16:14 -0000 1.210 +++ the-optgroup-element.html 11 Nov 2012 01:14:59 -0000 1.211 @@ -326,7 +326,7 @@ <h1>HTML5</h1> <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2> - <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 8 November 2012</h2> + <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 11 November 2012</h2> </div> Index: the-param-element.html =================================================================== RCS file: /sources/public/html5/spec/the-param-element.html,v retrieving revision 1.210 retrieving revision 1.211 diff -u -d -r1.210 -r1.211 --- the-param-element.html 8 Nov 2012 20:16:14 -0000 1.210 +++ the-param-element.html 11 Nov 2012 01:14:59 -0000 1.211 @@ -326,7 +326,7 @@ <h1>HTML5</h1> <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2> - <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 8 November 2012</h2> + <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 11 November 2012</h2> </div> Index: the-time-element.html =================================================================== RCS file: /sources/public/html5/spec/the-time-element.html,v retrieving revision 1.212 retrieving revision 1.213 diff -u -d -r1.212 -r1.213 --- the-time-element.html 8 Nov 2012 20:16:16 -0000 1.212 +++ the-time-element.html 11 Nov 2012 01:15:01 -0000 1.213 @@ -326,7 +326,7 @@ <h1>HTML5</h1> <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2> - <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 8 November 2012</h2> + <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 11 November 2012</h2> </div> Index: mathml.html =================================================================== RCS file: /sources/public/html5/spec/mathml.html,v retrieving revision 1.210 retrieving revision 1.211 diff -u -d -r1.210 -r1.211 --- mathml.html 8 Nov 2012 20:16:08 -0000 1.210 +++ mathml.html 11 Nov 2012 01:14:51 -0000 1.211 @@ -326,7 +326,7 @@ <h1>HTML5</h1> <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2> - <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 8 November 2012</h2> + <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 11 November 2012</h2> </div> Index: the-var-element.html =================================================================== RCS file: /sources/public/html5/spec/the-var-element.html,v retrieving revision 1.210 retrieving revision 1.211 diff -u -d -r1.210 -r1.211 --- the-var-element.html 8 Nov 2012 20:16:16 -0000 1.210 +++ the-var-element.html 11 Nov 2012 01:15:02 -0000 1.211 @@ -326,7 +326,7 @@ <h1>HTML5</h1> <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2> - <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 8 November 2012</h2> + <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 11 November 2012</h2> </div> Index: the-th-element.html =================================================================== RCS file: /sources/public/html5/spec/the-th-element.html,v retrieving revision 1.210 retrieving revision 1.211 diff -u -d -r1.210 -r1.211 --- the-th-element.html 8 Nov 2012 20:16:16 -0000 1.210 +++ the-th-element.html 11 Nov 2012 01:15:01 -0000 1.211 @@ -326,7 +326,7 @@ <h1>HTML5</h1> <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2> - <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 8 November 2012</h2> + <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 11 November 2012</h2> </div> Index: tokenization.html =================================================================== RCS file: /sources/public/html5/spec/tokenization.html,v retrieving revision 1.212 retrieving revision 1.213 diff -u -d -r1.212 -r1.213 --- tokenization.html 8 Nov 2012 20:16:17 -0000 1.212 +++ tokenization.html 11 Nov 2012 01:15:02 -0000 1.213 @@ -326,7 +326,7 @@ <h1>HTML5</h1> <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2> - <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 8 November 2012</h2> + <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 11 November 2012</h2> </div> Index: requirements-relating-to-bidirectional-algorithm-formatting-characters.html =================================================================== RCS file: /sources/public/html5/spec/requirements-relating-to-bidirectional-algorithm-formatting-characters.html,v retrieving revision 1.210 retrieving revision 1.211 diff -u -d -r1.210 -r1.211 --- requirements-relating-to-bidirectional-algorithm-formatting-characters.html 8 Nov 2012 20:16:09 -0000 1.210 +++ requirements-relating-to-bidirectional-algorithm-formatting-characters.html 11 Nov 2012 01:14:52 -0000 1.211 @@ -326,7 +326,7 @@ <h1>HTML5</h1> <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2> - <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 8 November 2012</h2> + <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 11 November 2012</h2> </div> Index: the-body-element.html =================================================================== RCS file: /sources/public/html5/spec/the-body-element.html,v retrieving revision 1.211 retrieving revision 1.212 diff -u -d -r1.211 -r1.212 --- the-body-element.html 8 Nov 2012 20:16:11 -0000 1.211 +++ the-body-element.html 11 Nov 2012 01:14:55 -0000 1.212 @@ -326,7 +326,7 @@ <h1>HTML5</h1> <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2> - <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 8 November 2012</h2> + <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 11 November 2012</h2> </div> Index: common-input-element-attributes.html =================================================================== RCS file: /sources/public/html5/spec/common-input-element-attributes.html,v retrieving revision 1.278 retrieving revision 1.279 diff -u -d -r1.278 -r1.279 --- common-input-element-attributes.html 8 Nov 2012 20:16:05 -0000 1.278 +++ common-input-element-attributes.html 11 Nov 2012 01:14:47 -0000 1.279 @@ -326,7 +326,7 @@ <h1>HTML5</h1> <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2> - <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 8 November 2012</h2> + <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 11 November 2012</h2> </div> Index: interactive-elements.html =================================================================== RCS file: /sources/public/html5/spec/interactive-elements.html,v retrieving revision 1.1251 retrieving revision 1.1252 diff -u -d -r1.1251 -r1.1252 --- interactive-elements.html 8 Nov 2012 20:16:07 -0000 1.1251 +++ interactive-elements.html 11 Nov 2012 01:14:51 -0000 1.1252 @@ -326,7 +326,7 @@ <h1>HTML5</h1> <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2> - <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 8 November 2012</h2> + <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 11 November 2012</h2> </div> Index: the-address-element.html =================================================================== RCS file: /sources/public/html5/spec/the-address-element.html,v retrieving revision 1.210 retrieving revision 1.211 diff -u -d -r1.210 -r1.211 --- the-address-element.html 8 Nov 2012 20:16:11 -0000 1.210 +++ the-address-element.html 11 Nov 2012 01:14:55 -0000 1.211 @@ -326,7 +326,7 @@ <h1>HTML5</h1> <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2> - <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 8 November 2012</h2> + <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 11 November 2012</h2> </div> Index: iana.html =================================================================== RCS file: /sources/public/html5/spec/iana.html,v retrieving revision 1.570 retrieving revision 1.571 diff -u -d -r1.570 -r1.571 --- iana.html 8 Nov 2012 20:16:07 -0000 1.570 +++ iana.html 11 Nov 2012 01:14:50 -0000 1.571 @@ -326,7 +326,7 @@ <h1>HTML5</h1> <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2> - <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 8 November 2012</h2> + <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 11 November 2012</h2> </div> Index: the-b-element.html =================================================================== RCS file: /sources/public/html5/spec/the-b-element.html,v retrieving revision 1.210 retrieving revision 1.211 diff -u -d -r1.210 -r1.211 --- the-b-element.html 8 Nov 2012 20:16:11 -0000 1.210 +++ the-b-element.html 11 Nov 2012 01:14:55 -0000 1.211 @@ -326,7 +326,7 @@ <h1>HTML5</h1> <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2> - <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 8 November 2012</h2> + <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 11 November 2012</h2> </div> Index: states-of-the-type-attribute.html =================================================================== RCS file: /sources/public/html5/spec/states-of-the-type-attribute.html,v retrieving revision 1.276 retrieving revision 1.277 diff -u -d -r1.276 -r1.277 --- states-of-the-type-attribute.html 8 Nov 2012 20:16:10 -0000 1.276 +++ states-of-the-type-attribute.html 11 Nov 2012 01:14:53 -0000 1.277 @@ -326,7 +326,7 @@ <h1>HTML5</h1> <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2> - <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 8 November 2012</h2> + <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 11 November 2012</h2> </div> Index: the-nav-element.html =================================================================== RCS file: /sources/public/html5/spec/the-nav-element.html,v retrieving revision 1.212 retrieving revision 1.213 diff -u -d -r1.212 -r1.213 --- the-nav-element.html 8 Nov 2012 20:16:14 -0000 1.212 +++ the-nav-element.html 11 Nov 2012 01:14:59 -0000 1.213 @@ -326,7 +326,7 @@ <h1>HTML5</h1> <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2> - <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 8 November 2012</h2> + <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 11 November 2012</h2> </div> Index: references.html =================================================================== RCS file: /sources/public/html5/spec/references.html,v retrieving revision 1.1280 retrieving revision 1.1281 diff -u -d -r1.1280 -r1.1281 --- references.html 8 Nov 2012 20:16:08 -0000 1.1280 +++ references.html 11 Nov 2012 01:14:52 -0000 1.1281 @@ -326,7 +326,7 @@ <h1>HTML5</h1> <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2> - <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 8 November 2012</h2> + <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 11 November 2012</h2> </div> @@ -438,7 +438,7 @@ <dd><cite><a href="http://www.w3.org/TR/css3-fonts/">CSS Fonts Module Level 3</a></cite>, J. Daggett. W3C.</dd> <dt id="refsCSSIMAGES">[CSSIMAGES]</dt> - <dd><cite><a href="http://dev.w3.org/csswg/css3-images/">CSS Image Values and Replaced Content Module Level 3</a></cite>, E. Etemad, T. Atkins. W3C.</dd> + <dd><cite><a href="http://dev.w3.org/csswg/css4-images/">CSS Image Values and Replaced Content Module</a></cite>, E. Etemad, T. Atkins. W3C.</dd> <dt id="refsCSSOM">[CSSOM]</dt> <dd><cite><a href="http://dev.w3.org/csswg/cssom/">Cascading Style Sheets Object Model (CSSOM)</a></cite>, A. van Kesteren. W3C.</dd> Index: the-meter-element.html =================================================================== RCS file: /sources/public/html5/spec/the-meter-element.html,v retrieving revision 1.212 retrieving revision 1.213 diff -u -d -r1.212 -r1.213 --- the-meter-element.html 8 Nov 2012 20:16:14 -0000 1.212 +++ the-meter-element.html 11 Nov 2012 01:14:59 -0000 1.213 @@ -326,7 +326,7 @@ <h1>HTML5</h1> <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2> - <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 8 November 2012</h2> + <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 11 November 2012</h2> </div> Index: the-ul-element.html =================================================================== RCS file: /sources/public/html5/spec/the-ul-element.html,v retrieving revision 1.210 retrieving revision 1.211 diff -u -d -r1.210 -r1.211 --- the-ul-element.html 8 Nov 2012 20:16:16 -0000 1.210 +++ the-ul-element.html 11 Nov 2012 01:15:01 -0000 1.211 @@ -326,7 +326,7 @@ <h1>HTML5</h1> <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2> - <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 8 November 2012</h2> + <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 11 November 2012</h2> </div> Index: the-html-element.html =================================================================== RCS file: /sources/public/html5/spec/the-html-element.html,v retrieving revision 1.211 retrieving revision 1.212 diff -u -d -r1.211 -r1.212 --- the-html-element.html 8 Nov 2012 20:16:13 -0000 1.211 +++ the-html-element.html 11 Nov 2012 01:14:58 -0000 1.212 @@ -326,7 +326,7 @@ <h1>HTML5</h1> <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2> - <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 8 November 2012</h2> + <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 11 November 2012</h2> </div> Index: index.html =================================================================== RCS file: /sources/public/html5/spec/index.html,v retrieving revision 1.1346 retrieving revision 1.1347 diff -u -d -r1.1346 -r1.1347 --- index.html 8 Nov 2012 20:16:07 -0000 1.1346 +++ index.html 11 Nov 2012 01:14:50 -0000 1.1347 @@ -323,7 +323,7 @@ <h1>HTML5</h1> <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2> - <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 8 November 2012</h2> + <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 11 November 2012</h2> <dl><dt>Latest Published Version:</dt> <dd><a href="http://www.w3.org/TR/html5/">http://www.w3.org/TR/html5/</a></dd> <dt>Latest Editor's Draft:</dt> @@ -448,7 +448,7 @@ Group</a> is the W3C working group responsible for this specification's progress along the W3C Recommendation track. - This specification is the 8 November 2012 Editor's Draft. + This specification is the 11 November 2012 Editor's Draft. </p> @@ -921,9 +921,10 @@ <li><a href="links.html#tag-clouds"><span class="secno">4.13.3 </span>Tag clouds</a></li> <li><a href="links.html#conversations"><span class="secno">4.13.4 </span>Conversations</a></li> <li><a href="links.html#footnotes"><span class="secno">4.13.5 </span>Footnotes</a></ol></li> - <li><a href="links.html#selectors"><span class="secno">4.14 </span>Matching HTML elements using selectors</a> - <ol class="toc"><li><a href="links.html#case-sensitivity"><span class="secno">4.14.1 </span>Case-sensitivity</a></li> - <li><a href="links.html#pseudo-classes"><span class="secno">4.14.2 </span>Pseudo-classes</a></ol></ol></li> + <li><a href="links.html#disabled-elements"><span class="secno">4.14 </span>Disabled elements</a></li> + <li><a href="links.html#selectors"><span class="secno">4.15 </span>Matching HTML elements using selectors</a> + <ol class="toc"><li><a href="links.html#case-sensitivity"><span class="secno">4.15.1 </span>Case-sensitivity</a></li> + <li><a href="links.html#pseudo-classes"><span class="secno">4.15.2 </span>Pseudo-classes</a></ol></ol></li> <li><a href="browsers.html#browsers"><span class="secno">5 </span>Loading Web pages</a> <ol class="toc"><li><a href="browsers.html#windows"><span class="secno">5.1 </span>Browsing contexts</a> <ol class="toc"><li><a href="browsers.html#nested-browsing-contexts"><span class="secno">5.1.1 </span>Nested browsing contexts</a> Index: attributes-common-to-td-and-th-elements.html =================================================================== RCS file: /sources/public/html5/spec/attributes-common-to-td-and-th-elements.html,v retrieving revision 1.211 retrieving revision 1.212 diff -u -d -r1.211 -r1.212 --- attributes-common-to-td-and-th-elements.html 8 Nov 2012 20:16:04 -0000 1.211 +++ attributes-common-to-td-and-th-elements.html 11 Nov 2012 01:14:47 -0000 1.212 @@ -326,7 +326,7 @@ <h1>HTML5</h1> <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2> - <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 8 November 2012</h2> + <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 11 November 2012</h2> </div> Index: wai-aria.html =================================================================== RCS file: /sources/public/html5/spec/wai-aria.html,v retrieving revision 1.212 retrieving revision 1.213 diff -u -d -r1.212 -r1.213 --- wai-aria.html 8 Nov 2012 20:16:17 -0000 1.212 +++ wai-aria.html 11 Nov 2012 01:15:02 -0000 1.213 @@ -326,7 +326,7 @@ <h1>HTML5</h1> <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2> - <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 8 November 2012</h2> + <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 11 November 2012</h2> </div> Index: the-ruby-element.html =================================================================== RCS file: /sources/public/html5/spec/the-ruby-element.html,v retrieving revision 1.212 retrieving revision 1.213 diff -u -d -r1.212 -r1.213 --- the-ruby-element.html 8 Nov 2012 20:16:15 -0000 1.212 +++ the-ruby-element.html 11 Nov 2012 01:15:00 -0000 1.213 @@ -326,7 +326,7 @@ <h1>HTML5</h1> <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2> - <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 8 November 2012</h2> + <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 11 November 2012</h2> </div> Index: the-track-element.html =================================================================== RCS file: /sources/public/html5/spec/the-track-element.html,v retrieving revision 1.211 retrieving revision 1.212 diff -u -d -r1.211 -r1.212 --- the-track-element.html 8 Nov 2012 20:16:16 -0000 1.211 +++ the-track-element.html 11 Nov 2012 01:15:01 -0000 1.212 @@ -326,7 +326,7 @@ <h1>HTML5</h1> <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2> - <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 8 November 2012</h2> + <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 11 November 2012</h2> </div> Index: usage-summary.html =================================================================== RCS file: /sources/public/html5/spec/usage-summary.html,v retrieving revision 1.209 retrieving revision 1.210 diff -u -d -r1.209 -r1.210 --- usage-summary.html 8 Nov 2012 20:16:17 -0000 1.209 +++ usage-summary.html 11 Nov 2012 01:15:02 -0000 1.210 @@ -326,7 +326,7 @@ <h1>HTML5</h1> <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2> - <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 8 November 2012</h2> + <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 11 November 2012</h2> </div> Index: sections.html =================================================================== RCS file: /sources/public/html5/spec/sections.html,v retrieving revision 1.275 retrieving revision 1.276 diff -u -d -r1.275 -r1.276 --- sections.html 8 Nov 2012 20:16:09 -0000 1.275 +++ sections.html 11 Nov 2012 01:14:52 -0000 1.276 @@ -326,7 +326,7 @@ <h1>HTML5</h1> <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2> - <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 8 November 2012</h2> + <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 11 November 2012</h2> </div> Index: content-models.html =================================================================== RCS file: /sources/public/html5/spec/content-models.html,v retrieving revision 1.322 retrieving revision 1.323 diff -u -d -r1.322 -r1.323 --- content-models.html 8 Nov 2012 20:16:05 -0000 1.322 +++ content-models.html 11 Nov 2012 01:14:48 -0000 1.323 @@ -326,7 +326,7 @@ <h1>HTML5</h1> <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2> - <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 8 November 2012</h2> + <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 11 November 2012</h2> </div> Index: the-progress-element.html =================================================================== RCS file: /sources/public/html5/spec/the-progress-element.html,v retrieving revision 1.211 retrieving revision 1.212 diff -u -d -r1.211 -r1.212 --- the-progress-element.html 8 Nov 2012 20:16:14 -0000 1.211 +++ the-progress-element.html 11 Nov 2012 01:15:00 -0000 1.212 @@ -326,7 +326,7 @@ <h1>HTML5</h1> <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2> - <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 8 November 2012</h2> + <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 11 November 2012</h2> </div> Index: the-footer-element.html =================================================================== RCS file: /sources/public/html5/spec/the-footer-element.html,v retrieving revision 1.210 retrieving revision 1.211 diff -u -d -r1.210 -r1.211 --- the-footer-element.html 8 Nov 2012 20:16:12 -0000 1.210 +++ the-footer-element.html 11 Nov 2012 01:14:57 -0000 1.211 @@ -326,7 +326,7 @@ <h1>HTML5</h1> <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2> - <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 8 November 2012</h2> + <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 11 November 2012</h2> </div> Index: interactions-with-xpath-and-xslt.html =================================================================== RCS file: /sources/public/html5/spec/interactions-with-xpath-and-xslt.html,v retrieving revision 1.134 retrieving revision 1.135 diff -u -d -r1.134 -r1.135 --- interactions-with-xpath-and-xslt.html 8 Nov 2012 20:16:07 -0000 1.134 +++ interactions-with-xpath-and-xslt.html 11 Nov 2012 01:14:51 -0000 1.135 @@ -326,7 +326,7 @@ <h1>HTML5</h1> <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2> - <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 8 November 2012</h2> + <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 11 November 2012</h2> </div> Index: the-dd-element.html =================================================================== RCS file: /sources/public/html5/spec/the-dd-element.html,v retrieving revision 1.210 retrieving revision 1.211 diff -u -d -r1.210 -r1.211 --- the-dd-element.html 8 Nov 2012 20:16:12 -0000 1.210 +++ the-dd-element.html 11 Nov 2012 01:14:56 -0000 1.211 @@ -326,7 +326,7 @@ <h1>HTML5</h1> <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2> - <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 8 November 2012</h2> + <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 11 November 2012</h2> </div> Index: the-bdo-element.html =================================================================== RCS file: /sources/public/html5/spec/the-bdo-element.html,v retrieving revision 1.210 retrieving revision 1.211 diff -u -d -r1.210 -r1.211 --- the-bdo-element.html 8 Nov 2012 20:16:11 -0000 1.210 +++ the-bdo-element.html 11 Nov 2012 01:14:55 -0000 1.211 @@ -326,7 +326,7 @@ <h1>HTML5</h1> <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2> - <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 8 November 2012</h2> + <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 11 November 2012</h2> </div> Index: the-object-element.html =================================================================== RCS file: /sources/public/html5/spec/the-object-element.html,v retrieving revision 1.213 retrieving revision 1.214 diff -u -d -r1.213 -r1.214 --- the-object-element.html 8 Nov 2012 20:16:14 -0000 1.213 +++ the-object-element.html 11 Nov 2012 01:14:59 -0000 1.214 @@ -326,7 +326,7 @@ <h1>HTML5</h1> <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2> - <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 8 November 2012</h2> + <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 11 November 2012</h2> </div> Index: the-ol-element.html =================================================================== RCS file: /sources/public/html5/spec/the-ol-element.html,v retrieving revision 1.210 retrieving revision 1.211 diff -u -d -r1.210 -r1.211 --- the-ol-element.html 8 Nov 2012 20:16:14 -0000 1.210 +++ the-ol-element.html 11 Nov 2012 01:14:59 -0000 1.211 @@ -326,7 +326,7 @@ <h1>HTML5</h1> <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2> - <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 8 November 2012</h2> + <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 11 November 2012</h2> </div> Index: the-area-element.html =================================================================== RCS file: /sources/public/html5/spec/the-area-element.html,v retrieving revision 1.211 retrieving revision 1.212 diff -u -d -r1.211 -r1.212 --- the-area-element.html 8 Nov 2012 20:16:11 -0000 1.211 +++ the-area-element.html 11 Nov 2012 01:14:55 -0000 1.212 @@ -326,7 +326,7 @@ <h1>HTML5</h1> <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2> - <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 8 November 2012</h2> + <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 11 November 2012</h2> </div> Index: the-datalist-element.html =================================================================== RCS file: /sources/public/html5/spec/the-datalist-element.html,v retrieving revision 1.210 retrieving revision 1.211 diff -u -d -r1.210 -r1.211 --- the-datalist-element.html 8 Nov 2012 20:16:12 -0000 1.210 +++ the-datalist-element.html 11 Nov 2012 01:14:56 -0000 1.211 @@ -326,7 +326,7 @@ <h1>HTML5</h1> <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2> - <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 8 November 2012</h2> + <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 11 November 2012</h2> </div> Index: grouping-content.html =================================================================== RCS file: /sources/public/html5/spec/grouping-content.html,v retrieving revision 1.269 retrieving revision 1.270 diff -u -d -r1.269 -r1.270 --- grouping-content.html 8 Nov 2012 20:16:07 -0000 1.269 +++ grouping-content.html 11 Nov 2012 01:14:50 -0000 1.270 @@ -326,7 +326,7 @@ <h1>HTML5</h1> <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2> - <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 8 November 2012</h2> + <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 11 November 2012</h2> </div> Index: the-mark-element.html =================================================================== RCS file: /sources/public/html5/spec/the-mark-element.html,v retrieving revision 1.210 retrieving revision 1.211 diff -u -d -r1.210 -r1.211 --- the-mark-element.html 8 Nov 2012 20:16:14 -0000 1.210 +++ the-mark-element.html 11 Nov 2012 01:14:59 -0000 1.211 @@ -326,7 +326,7 @@ <h1>HTML5</h1> <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2> - <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 8 November 2012</h2> + <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 11 November 2012</h2> </div> Index: the-dfn-element.html =================================================================== RCS file: /sources/public/html5/spec/the-dfn-element.html,v retrieving revision 1.211 retrieving revision 1.212 diff -u -d -r1.211 -r1.212 --- the-dfn-element.html 8 Nov 2012 20:16:12 -0000 1.211 +++ the-dfn-element.html 11 Nov 2012 01:14:56 -0000 1.212 @@ -326,7 +326,7 @@ <h1>HTML5</h1> <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2> - <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 8 November 2012</h2> + <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 11 November 2012</h2> </div> Index: acknowledgements.html =================================================================== RCS file: /sources/public/html5/spec/acknowledgements.html,v retrieving revision 1.1309 retrieving revision 1.1310 diff -u -d -r1.1309 -r1.1310 --- acknowledgements.html 8 Nov 2012 20:16:04 -0000 1.1309 +++ acknowledgements.html 11 Nov 2012 01:14:46 -0000 1.1310 @@ -325,7 +325,7 @@ <h1>HTML5</h1> <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2> - <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 8 November 2012</h2> + <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 11 November 2012</h2> </div> Index: the-header-element.html =================================================================== RCS file: /sources/public/html5/spec/the-header-element.html,v retrieving revision 1.210 retrieving revision 1.211 diff -u -d -r1.210 -r1.211 --- the-header-element.html 8 Nov 2012 20:16:13 -0000 1.210 +++ the-header-element.html 11 Nov 2012 01:14:57 -0000 1.211 @@ -326,7 +326,7 @@ <h1>HTML5</h1> <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2> - <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 8 November 2012</h2> + <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 11 November 2012</h2> </div> Index: elements.html =================================================================== RCS file: /sources/public/html5/spec/elements.html,v retrieving revision 1.286 retrieving revision 1.287 diff -u -d -r1.286 -r1.287 --- elements.html 8 Nov 2012 20:16:06 -0000 1.286 +++ elements.html 11 Nov 2012 01:14:49 -0000 1.287 @@ -326,7 +326,7 @@ <h1>HTML5</h1> <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2> - <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 8 November 2012</h2> + <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 11 November 2012</h2> </div> Index: the-sub-and-sup-elements.html =================================================================== RCS file: /sources/public/html5/spec/the-sub-and-sup-elements.html,v retrieving revision 1.210 retrieving revision 1.211 diff -u -d -r1.210 -r1.211 --- the-sub-and-sup-elements.html 8 Nov 2012 20:16:16 -0000 1.210 +++ the-sub-and-sup-elements.html 11 Nov 2012 01:15:01 -0000 1.211 @@ -326,7 +326,7 @@ <h1>HTML5</h1> <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2> - <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 8 November 2012</h2> + <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 11 November 2012</h2> </div> Index: the-i-element.html =================================================================== RCS file: /sources/public/html5/spec/the-i-element.html,v retrieving revision 1.211 retrieving revision 1.212 diff -u -d -r1.211 -r1.212 --- the-i-element.html 8 Nov 2012 20:16:13 -0000 1.211 +++ the-i-element.html 11 Nov 2012 01:14:58 -0000 1.212 @@ -326,7 +326,7 @@ <h1>HTML5</h1> <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2> - <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 8 November 2012</h2> + <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 11 November 2012</h2> </div> Index: forms.html =================================================================== RCS file: /sources/public/html5/spec/forms.html,v retrieving revision 1.1264 retrieving revision 1.1265 diff -u -d -r1.1264 -r1.1265 --- forms.html 8 Nov 2012 20:16:06 -0000 1.1264 +++ forms.html 11 Nov 2012 01:14:50 -0000 1.1265 @@ -326,7 +326,7 @@ <h1>HTML5</h1> <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2> - <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 8 November 2012</h2> + <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 11 November 2012</h2> </div> Index: edits.html =================================================================== RCS file: /sources/public/html5/spec/edits.html,v retrieving revision 1.254 retrieving revision 1.255 diff -u -d -r1.254 -r1.255 --- edits.html 8 Nov 2012 20:16:06 -0000 1.254 +++ edits.html 11 Nov 2012 01:14:49 -0000 1.255 @@ -326,7 +326,7 @@ <h1>HTML5</h1> <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2> - <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 8 November 2012</h2> + <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 11 November 2012</h2> </div> Index: the-canvas-element.html =================================================================== RCS file: /sources/public/html5/spec/the-canvas-element.html,v retrieving revision 1.1139 retrieving revision 1.1140 diff -u -d -r1.1139 -r1.1140 --- the-canvas-element.html 8 Nov 2012 20:16:11 -0000 1.1139 +++ the-canvas-element.html 11 Nov 2012 01:14:56 -0000 1.1140 @@ -326,7 +326,7 @@ <h1>HTML5</h1> <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2> - <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 8 November 2012</h2> + <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 11 November 2012</h2> </div> Index: commands.html =================================================================== RCS file: /sources/public/html5/spec/commands.html,v retrieving revision 1.253 retrieving revision 1.254 diff -u -d -r1.253 -r1.254 --- commands.html 8 Nov 2012 20:16:05 -0000 1.253 +++ commands.html 11 Nov 2012 01:14:47 -0000 1.254 @@ -326,7 +326,7 @@ <h1>HTML5</h1> <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2> - <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 8 November 2012</h2> + <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 11 November 2012</h2> </div> Index: the-samp-element.html =================================================================== RCS file: /sources/public/html5/spec/the-samp-element.html,v retrieving revision 1.210 retrieving revision 1.211 diff -u -d -r1.210 -r1.211 --- the-samp-element.html 8 Nov 2012 20:16:15 -0000 1.210 +++ the-samp-element.html 11 Nov 2012 01:15:00 -0000 1.211 @@ -326,7 +326,7 @@ <h1>HTML5</h1> <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2> - <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 8 November 2012</h2> + <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 11 November 2012</h2> </div> Index: the-u-element.html =================================================================== RCS file: /sources/public/html5/spec/the-u-element.html,v retrieving revision 1.210 retrieving revision 1.211 diff -u -d -r1.210 -r1.211 --- the-u-element.html 8 Nov 2012 20:16:16 -0000 1.210 +++ the-u-element.html 11 Nov 2012 01:15:01 -0000 1.211 @@ -326,7 +326,7 @@ <h1>HTML5</h1> <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2> - <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 8 November 2012</h2> + <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 11 November 2012</h2> </div> Index: headings-and-sections.html =================================================================== RCS file: /sources/public/html5/spec/headings-and-sections.html,v retrieving revision 1.213 retrieving revision 1.214 diff -u -d -r1.213 -r1.214 --- headings-and-sections.html 8 Nov 2012 20:16:07 -0000 1.213 +++ headings-and-sections.html 11 Nov 2012 01:14:50 -0000 1.214 @@ -326,7 +326,7 @@ <h1>HTML5</h1> <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2> - <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 8 November 2012</h2> + <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 11 November 2012</h2> </div> Index: obsolete.html =================================================================== RCS file: /sources/public/html5/spec/obsolete.html,v retrieving revision 1.1260 retrieving revision 1.1261 diff -u -d -r1.1260 -r1.1261 --- obsolete.html 8 Nov 2012 20:16:08 -0000 1.1260 +++ obsolete.html 11 Nov 2012 01:14:52 -0000 1.1261 @@ -326,7 +326,7 @@ <h1>HTML5</h1> <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2> - <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 8 November 2012</h2> + <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 11 November 2012</h2> </div> Index: named-character-references.html =================================================================== RCS file: /sources/public/html5/spec/named-character-references.html,v retrieving revision 1.1217 retrieving revision 1.1218 diff -u -d -r1.1217 -r1.1218 --- named-character-references.html 8 Nov 2012 20:16:08 -0000 1.1217 +++ named-character-references.html 11 Nov 2012 01:14:51 -0000 1.1218 @@ -326,7 +326,7 @@ <h1>HTML5</h1> <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2> - <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 8 November 2012</h2> + <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 11 November 2012</h2> </div> Index: the-button-element.html =================================================================== RCS file: /sources/public/html5/spec/the-button-element.html,v retrieving revision 1.315 retrieving revision 1.316 diff -u -d -r1.315 -r1.316 --- the-button-element.html 8 Nov 2012 20:16:11 -0000 1.315 +++ the-button-element.html 11 Nov 2012 01:14:56 -0000 1.316 @@ -326,7 +326,7 @@ <h1>HTML5</h1> <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2> - <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 8 November 2012</h2> + <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 11 November 2012</h2> </div> Index: links.html =================================================================== RCS file: /sources/public/html5/spec/links.html,v retrieving revision 1.307 retrieving revision 1.308 diff -u -d -r1.307 -r1.308 --- links.html 8 Nov 2012 20:16:08 -0000 1.307 +++ links.html 11 Nov 2012 01:14:51 -0000 1.308 @@ -326,7 +326,7 @@ <h1>HTML5</h1> <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2> - <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 8 November 2012</h2> + <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 11 November 2012</h2> </div> @@ -339,8 +339,8 @@ <ol><li><a href="links.html#hyperlink-auditing"><span class="secno">4.12.4.1 </span>Hyperlink auditing</a></ol><li><a href="links.html#linkTypes"><span class="secno">4.12.5 </span>Link types</a> <ol><li><a href="links.html#rel-alternate"><span class="secno">4.12.5.1 </span>Link type "<code>alternate</code>"</a><li><a href="links.html#link-type-author"><span class="secno">4.12.5.2 </span>Link type "<code>author</code>"</a><li><a href="links.html#link-type-bookmark"><span class="secno">4.12.5.3 </span>Link type "<code>bookmark</code>"</a><li><a href="links.html#link-type-help"><span class="secno">4.12.5.4 </span>Link type "<code>help</code>"</a><li><a href="links.html#rel-icon"><span class="secno">4.12.5.5 </span>Link type "<code>icon</code>"</a><li><a href="links.html#link-type-license"><span class="secno">4.12.5.6 </span>Link type "<code>license</code>"</a><li><a href="links.html#link-type-nofollow"><span class="secno">4.12.5.7 </span>Link type "<code>nofollow</code>"</a><li><a href="links.html#link-type-noreferrer"><span class="secno">4.12.5.8 </span>Link type "<code>noreferrer</code>"</a><li><a href="links.html#link-type-prefetch"><span class="secno">4.12.5.9 </span>Link type "<code>prefeth</code>"</a><li><a href="links.html#link-type-search"><span class="secno">4.12.5.10 </span>Link type "<code>search</code>"</a><li><a href="links.html#link-type-stylesheet"><span class="secno">4.12.5.11 </span>Link type "<code>stylesheet</code>"</a><li><a href="links.html#link-type-tag"><span class="secno">4.12.5.12 </span>Link type "<code>tag</code>"</a><li><a href="links.html#sequential-link-types"><span class="secno">4.12.5.13 </span>Sequential link types</a> <ol><li><a href="links.html#link-type-next"><span class="secno">4.12.5.13.1 </span>Link type "<code>next</code>"</a><li><a href="links.html#link-type-prev"><span class="secno">4.12.5.13.2 </span>Link type "<code>prev</code>"</a></ol><li><a href="links.html#other-link-types"><span class="secno">4.12.5.14 </span>Other link types</a></ol></ol><li><a href="links.html#common-idioms"><span class="secno">4.13 </span>Common idioms without dedicated elements</a> - <ol><li><a href="links.html#the-main-part-of-the-content"><span class="secno">4.13.1 </span>The main part of the content</a><li><a href="links.html#rel-up"><span class="secno">4.13.2 </span>Bread crumb navigation</a><li><a href="links.html#tag-clouds"><span class="secno">4.13.3 </span>Tag clouds</a><li><a href="links.html#conversations"><span class="secno">4.13.4 </span>Conversations</a><li><a href="links.html#footnotes"><span class="secno">4.13.5 </span>Footnotes</a></ol><li><a href="links.html#selectors"><span class="secno">4.14 </span>Matching HTML elements using selectors</a> - <ol><li><a href="links.html#case-sensitivity"><span class="secno">4.14.1 </span>Case-sensitivity</a><li><a href="links.html#pseudo-classes"><span class="secno">4.14.2 </span>Pseudo-classes</a></ol></ol></ol></nav> + <ol><li><a href="links.html#the-main-part-of-the-content"><span class="secno">4.13.1 </span>The main part of the content</a><li><a href="links.html#rel-up"><span class="secno">4.13.2 </span>Bread crumb navigation</a><li><a href="links.html#tag-clouds"><span class="secno">4.13.3 </span>Tag clouds</a><li><a href="links.html#conversations"><span class="secno">4.13.4 </span>Conversations</a><li><a href="links.html#footnotes"><span class="secno">4.13.5 </span>Footnotes</a></ol><li><a href="links.html#disabled-elements"><span class="secno">4.14 </span>Disabled elements</a><li><a href="links.html#selectors"><span class="secno">4.15 </span>Matching HTML elements using selectors</a> + <ol><li><a href="links.html#case-sensitivity"><span class="secno">4.15.1 </span>Case-sensitivity</a><li><a href="links.html#pseudo-classes"><span class="secno">4.15.2 </span>Pseudo-classes</a></ol></ol></ol></nav> <h3 id="links"><span class="secno">4.12 </span>Links</h3> @@ -2382,13 +2382,43 @@ </div> + <h3 id="disabled-elements"><span class="secno">4.14 </span>Disabled elements</h3> + + <p>An element is said to be <dfn id="concept-element-disabled" title="concept-element-disabled">actually disabled</dfn> if it + falls into one of the following categories:</p> + + <ul><li><code><a href="the-button-element.html#the-button-element">button</a></code> elements that are <a href="attributes-common-to-form-controls.html#concept-fe-disabled" title="concept-fe-disabled">disabled</a></li> + + <li><code><a href="the-input-element.html#the-input-element">input</a></code> elements that are <a href="attributes-common-to-form-controls.html#concept-fe-disabled" title="concept-fe-disabled">disabled</a></li> + + <li><code><a href="the-select-element.html#the-select-element">select</a></code> elements that are <a href="attributes-common-to-form-controls.html#concept-fe-disabled" title="concept-fe-disabled">disabled</a></li> + + <li><code><a href="the-textarea-element.html#the-textarea-element">textarea</a></code> elements that are <a href="attributes-common-to-form-controls.html#concept-fe-disabled" title="concept-fe-disabled">disabled</a></li> + + <li><code><a href="the-optgroup-element.html#the-optgroup-element">optgroup</a></code> elements that have a <code title="attr-optgroup-disabled"><a href="the-optgroup-element.html#attr-optgroup-disabled">disabled</a></code> attribute</li> + + <li><code><a href="the-option-element.html#the-option-element">option</a></code> elements that are <a href="the-option-element.html#concept-option-disabled" title="concept-option-disabled">disabled</a></li> + + <li><code><a href="the-command-element.html#the-command-element">command</a></code> elements that have a <code title="attr-command-disabled"><a href="the-command-element.html#attr-command-disabled">disabled</a></code> attribute</li> + + <li><code><a href="the-li-element.html#the-li-element">li</a></code> elements that are children of + <code><a href="the-menu-element.html#the-menu-element">menu</a></code> elements, and that have a child element that + defines a <a href="commands.html#concept-command" title="concept-command">command</a>, if the + first such element's <a href="commands.html#command-facet-disabledstate" title="command-facet-DisabledState">Disabled State</a> facet + is true (disabled)</li> + + <li><code><a href="the-fieldset-element.html#the-fieldset-element">fieldset</a></code> elements that have a <code title="attr-fieldset-disabled"><a href="the-fieldset-element.html#attr-fieldset-disabled">disabled</a></code> attribute</li> + + </ul><p class="note">This definition is used to determine what elements can be <a href="editing.html#specially-focusable" title="tabindex + focus flag">focused</a> and which elements match the <code title="selector-disabled"><a href="#selector-disabled">:disabled</a></code> pseudo-class.</p> + <div class="impl"> - <h3 id="selectors"><span class="secno">4.14 </span>Matching HTML elements using selectors</h3> + <h3 id="selectors"><span class="secno">4.15 </span>Matching HTML elements using selectors</h3> - <h4 id="case-sensitivity"><span class="secno">4.14.1 </span>Case-sensitivity</h4> + <h4 id="case-sensitivity"><span class="secno">4.15.1 </span>Case-sensitivity</h4> <p>The Selectors specification leaves the case-sensitivity of IDs, classes, element names, attribute names, and attribute values to be @@ -2417,7 +2447,7 @@ matching.</p> - <h4 id="pseudo-classes"><span class="secno">4.14.2 </span>Pseudo-classes</h4> + <h4 id="pseudo-classes"><span class="secno">4.15.2 </span>Pseudo-classes</h4> <p>There are a number of dynamic selectors that can be used with HTML. This section defines when these selectors match HTML elements. @@ -2607,33 +2637,10 @@ <dd> - <p>The <code title="selector-disabled"><a href="#selector-disabled">:disabled</a></code> - pseudo-class must match any element falling into one of the - following categories:</p> - - <ul><li><code><a href="the-button-element.html#the-button-element">button</a></code> elements that are <a href="attributes-common-to-form-controls.html#concept-fe-disabled" title="concept-fe-disabled">disabled</a></li> - - <li><code><a href="the-input-element.html#the-input-element">input</a></code> elements that are <a href="attributes-common-to-form-controls.html#concept-fe-disabled" title="concept-fe-disabled">disabled</a></li> - - <li><code><a href="the-select-element.html#the-select-element">select</a></code> elements that are <a href="attributes-common-to-form-controls.html#concept-fe-disabled" title="concept-fe-disabled">disabled</a></li> - - <li><code><a href="the-textarea-element.html#the-textarea-element">textarea</a></code> elements that are <a href="attributes-common-to-form-controls.html#concept-fe-disabled" title="concept-fe-disabled">disabled</a></li> - - <li><code><a href="the-optgroup-element.html#the-optgroup-element">optgroup</a></code> elements that have a <code title="attr-optgroup-disabled"><a href="the-optgroup-element.html#attr-optgroup-disabled">disabled</a></code> attribute</li> - - <li><code><a href="the-option-element.html#the-option-element">option</a></code> elements that are <a href="the-option-element.html#concept-option-disabled" title="concept-option-disabled">disabled</a></li> - - <li><code><a href="the-command-element.html#the-command-element">command</a></code> elements that have a <code title="attr-command-disabled"><a href="the-command-element.html#attr-command-disabled">disabled</a></code> attribute</li> - - <li><code><a href="the-li-element.html#the-li-element">li</a></code> elements that are children of - <code><a href="the-menu-element.html#the-menu-element">menu</a></code> elements, and that have a child element that - defines a <a href="commands.html#concept-command" title="concept-command">command</a>, if the - first such element's <a href="commands.html#command-facet-disabledstate" title="command-facet-DisabledState">Disabled State</a> facet - is true (disabled)</li> - - <li><code><a href="the-fieldset-element.html#the-fieldset-element">fieldset</a></code> elements that have a <code title="attr-fieldset-disabled"><a href="the-fieldset-element.html#attr-fieldset-disabled">disabled</a></code> attribute</li> + <p>The <code title="selector-disabled"><a href="#selector-disabled">:disabled</a></code> pseudo-class must match any element that + is <a href="#concept-element-disabled" title="concept-element-disabled">actually disabled</a>.</p> - </ul></dd> + </dd> <dt><dfn id="selector-checked" title="selector-checked"><code>:checked</code></dfn></dt> @@ -2820,9 +2827,9 @@ <dd> - <p>The <code title="selector-read-write"><a href="#selector-read-write">:read-write</a></code> - pseudo-class must match any element falling into one of the - following categories:</p> + <p>The <code title="selector-read-write"><a href="#selector-read-write">:read-write</a></code> pseudo-class must match any element + falling into one of the following categories, which for the purposes of Selectors are thus + considered <i>user-alterable</i>: <a href="references.html#refsSELECTORS">[SELECTORS]</a></p> <ul><li><code><a href="the-input-element.html#the-input-element">input</a></code> elements to which the <code title="attr-input-readonly"><a href="common-input-element-attributes.html#attr-input-readonly">readonly</a></code> attribute applies, but that are not <i title="concept-input-immutable"><a href="the-input-element.html#concept-input-immutable">immutable</a></i> Index: the-cite-element.html =================================================================== RCS file: /sources/public/html5/spec/the-cite-element.html,v retrieving revision 1.210 retrieving revision 1.211 diff -u -d -r1.210 -r1.211 --- the-cite-element.html 8 Nov 2012 20:16:11 -0000 1.210 +++ the-cite-element.html 11 Nov 2012 01:14:56 -0000 1.211 @@ -326,7 +326,7 @@ <h1>HTML5</h1> <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2> - <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 8 November 2012</h2> + <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 11 November 2012</h2> </div> Index: the-hgroup-element.html =================================================================== RCS file: /sources/public/html5/spec/the-hgroup-element.html,v retrieving revision 1.211 retrieving revision 1.212 diff -u -d -r1.211 -r1.212 --- the-hgroup-element.html 8 Nov 2012 20:16:13 -0000 1.211 +++ the-hgroup-element.html 11 Nov 2012 01:14:57 -0000 1.212 @@ -326,7 +326,7 @@ <h1>HTML5</h1> <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2> - <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 8 November 2012</h2> + <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 11 November 2012</h2> </div> Index: common-input-element-apis.html =================================================================== RCS file: /sources/public/html5/spec/common-input-element-apis.html,v retrieving revision 1.210 retrieving revision 1.211 diff -u -d -r1.210 -r1.211 --- common-input-element-apis.html 8 Nov 2012 20:16:05 -0000 1.210 +++ common-input-element-apis.html 11 Nov 2012 01:14:47 -0000 1.211 @@ -326,7 +326,7 @@ <h1>HTML5</h1> <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2> - <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 8 November 2012</h2> + <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 11 November 2012</h2> </div> Index: the-tr-element.html =================================================================== RCS file: /sources/public/html5/spec/the-tr-element.html,v retrieving revision 1.210 retrieving revision 1.211 diff -u -d -r1.210 -r1.211 --- the-tr-element.html 8 Nov 2012 20:16:16 -0000 1.210 +++ the-tr-element.html 11 Nov 2012 01:15:01 -0000 1.211 @@ -326,7 +326,7 @@ <h1>HTML5</h1> <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2> - <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 8 November 2012</h2> + <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 11 November 2012</h2> </div> Index: section-index.html =================================================================== RCS file: /sources/public/html5/spec/section-index.html,v retrieving revision 1.170 retrieving revision 1.171 diff -u -d -r1.170 -r1.171 --- section-index.html 8 Nov 2012 20:16:09 -0000 1.170 +++ section-index.html 11 Nov 2012 01:14:52 -0000 1.171 @@ -326,7 +326,7 @@ <h1>HTML5</h1> <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2> - <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 8 November 2012</h2> + <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 11 November 2012</h2> </div> Index: timers.html =================================================================== RCS file: /sources/public/html5/spec/timers.html,v retrieving revision 1.272 retrieving revision 1.273 diff -u -d -r1.272 -r1.273 --- timers.html 8 Nov 2012 20:16:17 -0000 1.272 +++ timers.html 11 Nov 2012 01:15:02 -0000 1.273 @@ -326,7 +326,7 @@ <h1>HTML5</h1> <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2> - <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 8 November 2012</h2> + <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 11 November 2012</h2> </div> Index: namespaces.html =================================================================== RCS file: /sources/public/html5/spec/namespaces.html,v retrieving revision 1.251 retrieving revision 1.252 diff -u -d -r1.251 -r1.252 --- namespaces.html 8 Nov 2012 20:16:08 -0000 1.251 +++ namespaces.html 11 Nov 2012 01:14:51 -0000 1.252 @@ -326,7 +326,7 @@ <h1>HTML5</h1> <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2> - <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 8 November 2012</h2> + <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 11 November 2012</h2> </div> Index: the-rt-element.html =================================================================== RCS file: /sources/public/html5/spec/the-rt-element.html,v retrieving revision 1.210 retrieving revision 1.211 diff -u -d -r1.210 -r1.211 --- the-rt-element.html 8 Nov 2012 20:16:15 -0000 1.210 +++ the-rt-element.html 11 Nov 2012 01:15:00 -0000 1.211 @@ -326,7 +326,7 @@ <h1>HTML5</h1> <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2> - <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 8 November 2012</h2> + <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 11 November 2012</h2> </div>
Received on Sunday, 11 November 2012 01:15:17 UTC