- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 27 Aug 2009 07:43:05 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec-author-view/multipage In directory hutz:/tmp/cvs-serv24604/multipage Modified Files: Overview.html acknowledgements.html browsers.html comms.html dom.html editing.html embedded-content-0.html forms.html fragment-links.js history.html iana-considerations.html index.html infrastructure.html interactive-elements.html introduction.html microdata.html named-character-references.html no.html obsolete.html offline.html references.html semantics.html spec.html syntax.html tabular-data.html text-level-semantics.html the-canvas-element.html the-xhtml-syntax.html video.html Log Message: tweaked build so that each page now shows revision number and title on each page is "HTML 5 (Author Edition)" Index: infrastructure.html =================================================================== RCS file: /sources/public/html5/spec-author-view/multipage/infrastructure.html,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- infrastructure.html 25 Aug 2009 23:21:54 -0000 1.1 +++ infrastructure.html 27 Aug 2009 07:43:03 -0000 1.2 @@ -174,8 +174,9 @@ <link href="dom.html" title="3 Semantics, structure, and APIs of HTML documents" rel="next"> </head><body onload="fixBrokenLink(); fixBrokenLink()"><div class="head"> <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p> - <h1>HTML 5</h1> + <h1>HTML 5 (Author Edition)</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> +<p>This is revision 1.2861.</p> </div><div> <a href="introduction.html">← 1 Introduction</a> – <a href="Overview.html#contents">Table of contents</a> – @@ -552,8 +553,8 @@ </ol><h5 id="global-dates-and-times"><span class="secno">2.4.4.5 </span>Global dates and times</h5><p>A <dfn id="concept-datetime" title="concept-datetime">global date and time</dfn> consists of a specific proleptic Gregorian date, consisting of a year, a month, and a day, and a time, consisting of an hour, a - minute, a second, and a fraction of a second, expressed with a time - zone, consisting of a number of hours and minutes. <a href="references.html#refsGREGORIAN">[GREGORIAN]</a></p><p>A string is a <dfn id="valid-global-date-and-time-string">valid global date and time string</dfn> + minute, a second, and a fraction of a second, expressed with a + time-zone offset, consisting of a number of hours and minutes. <a href="references.html#refsGREGORIAN">[GREGORIAN]</a></p><p>A string is a <dfn id="valid-global-date-and-time-string">valid global date and time string</dfn> representing a date, time, and a time-zone offset if it consists of the following components in the given order:</p><ol><li>A <a href="#valid-date-string">valid date string</a> representing the date</li> @@ -586,10 +587,10 @@ </ul></li> - </ol><p class="note">This format allows for time zone offsets from -23:59 - to +23:59. In practice, however, the range of actual time zones is - -12:00 to +14:00, and the minutes component of actual time zones is - always either 00, 30, or 45.</p><div class="example"> + </ol><p class="note">This format allows for time-zone offsets from -23:59 + to +23:59. In practice, however, the range of offsets of actual time + zones is -12:00 to +14:00, and the minutes component of offsets of + actual time zones is always either 00, 30, or 45.</p><div class="example"> <p>The following are some examples of dates written as <a href="#valid-global-date-and-time-string" title="valid global date and time string">valid global date and time strings</a>.</p> @@ -627,12 +628,12 @@ used. However, it seems unlikely that it would be given in the Gregorian calendar, so I assume sites use the Julian one. --> - <li>The time and time-zone components are not optional.</li> + <li>The time and time-zone offset components are not optional.</li> <li>Dates before the year zero can't be represented as a datetime in this version of HTML.</li> - <li>Time zones differ based on daylight savings time.</li> + <li>Time-zone offsets differ based on daylight savings time.</li> </ul></div><h5 id="weeks"><span class="secno">2.4.4.6 </span>Weeks</h5><p>A <dfn id="concept-week" title="concept-week">week</dfn> consists of a week-year number and a week number representing a seven day period. Each @@ -855,9 +856,9 @@ <dt><var title="">collection</var>[<var title="">name</var>]</dt> <dt><var title="">collection</var>(<var title="">name</var>)</dt> <dd> - <p>Returns the first item with ID or name <var title="">name</var> + <p>Returns the first item with <a href="dom.html#concept-id" title="concept-id">ID</a> or name <var title="">name</var> from the collection.</p> - <p>Returns null if no element with that ID or name could be found.</p> + <p>Returns null if no element with that <a href="dom.html#concept-id" title="concept-id">ID</a> or name could be found.</p> <p>Only <code><a href="text-level-semantics.html#the-a-element">a</a></code>, <code><a href="#the-applet-element">applet</a></code>, <code><a href="the-canvas-element.html#the-area-element">area</a></code>, <code><a href="text-level-semantics.html#the-embed-element">embed</a></code>, <code><a href="forms.html#the-form-element">form</a></code>, <code><a href="#frame">frame</a></code>, <code><a href="#frameset">frameset</a></code>, <code><a href="text-level-semantics.html#the-iframe-element">iframe</a></code>, <code><a href="text-level-semantics.html#the-img-element">img</a></code>, and @@ -897,9 +898,9 @@ <dt><var title="">collection</var>[<var title="">name</var>]</dt> <dt><var title="">collection</var>(<var title="">name</var>)</dt> <dd> - <p>Returns the item with ID or name <var title="">name</var> from the collection.</p> + <p>Returns the item with <a href="dom.html#concept-id" title="concept-id">ID</a> or name <var title="">name</var> from the collection.</p> <p>If there are multiple matching items, then an <code><a href="#htmlallcollection">HTMLAllCollection</a></code> object containing all those elements is returned.</p> - <p>Returns null if no element with that ID or name could be found.</p> + <p>Returns null if no element with that <a href="dom.html#concept-id" title="concept-id">ID</a> or name could be found.</p> <p>Only <code><a href="text-level-semantics.html#the-a-element">a</a></code>, <code><a href="#the-applet-element">applet</a></code>, <code><a href="the-canvas-element.html#the-area-element">area</a></code>, <code><a href="text-level-semantics.html#the-embed-element">embed</a></code>, <code><a href="forms.html#the-form-element">form</a></code>, <code><a href="#frame">frame</a></code>, <code><a href="#frameset">frameset</a></code>, <code><a href="text-level-semantics.html#the-iframe-element">iframe</a></code>, <code><a href="text-level-semantics.html#the-img-element">img</a></code>, and @@ -940,9 +941,9 @@ <dt><var title="">collection</var>[<var title="">name</var>]</dt> <dt><var title="">collection</var>(<var title="">name</var>)</dt> <dd> - <p>Returns the item with ID or <code title="attr-fe-name"><a href="forms.html#attr-fe-name">name</a></code> <var title="">name</var> from the collection.</p> + <p>Returns the item with <a href="dom.html#concept-id" title="concept-id">ID</a> or <code title="attr-fe-name"><a href="forms.html#attr-fe-name">name</a></code> <var title="">name</var> from the collection.</p> <p>If there are multiple matching items, then a <code><a href="#radionodelist">RadioNodeList</a></code> object containing all those elements is returned.</p> - <p>Returns null if no element with that ID or <code title="attr-fe-name"><a href="forms.html#attr-fe-name">name</a></code> could be found.</p> + <p>Returns null if no element with that <a href="dom.html#concept-id" title="concept-id">ID</a> or <code title="attr-fe-name"><a href="forms.html#attr-fe-name">name</a></code> could be found.</p> </dd> <dt><var title="">radioNodeList</var> . <var title="">value</var> [ = <var title="">value</var> ]</dt> @@ -987,9 +988,9 @@ <dt><var title="">collection</var>[<var title="">name</var>]</dt> <dt><var title="">collection</var>(<var title="">name</var>)</dt> <dd> - <p>Returns the item with ID or <code title="attr-option-name">name</code> <var title="">name</var> from the collection.</p> + <p>Returns the item with <a href="dom.html#concept-id" title="concept-id">ID</a> or <code title="attr-option-name">name</code> <var title="">name</var> from the collection.</p> <p>If there are multiple matching items, then a <code>NodeList</code> object containing all those elements is returned.</p> - <p>Returns null if no element with that ID could be found.</p> + <p>Returns null if no element with that <a href="dom.html#concept-id" title="concept-id">ID</a> could be found.</p> </dd> <dt><var title="">collection</var> . <code title="dom-HTMLOptionsCollection-add"><a href="#dom-htmloptionscollection-add">add</a></code>(<var title="">element</var> [, <var title="">before</var> ] )</dt> Index: text-level-semantics.html =================================================================== RCS file: /sources/public/html5/spec-author-view/multipage/text-level-semantics.html,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- text-level-semantics.html 25 Aug 2009 23:21:55 -0000 1.1 +++ text-level-semantics.html 27 Aug 2009 07:43:03 -0000 1.2 @@ -174,8 +174,9 @@ <link href="video.html" title="4.8.7 The video element" rel="next"> </head><body onload="fixBrokenLink(); fixBrokenLink()"><div class="head"> <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p> - <h1>HTML 5</h1> + <h1>HTML 5 (Author Edition)</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> +<p>This is revision 1.2861.</p> </div><div> <a href="semantics.html">← 4 The elements of HTML</a> – <a href="Overview.html#contents">Table of contents</a> – @@ -1445,7 +1446,8 @@ </dd> </dl><p>The <code><a href="#the-time-element">time</a></code> element <a href="#represents">represents</a> either a time on a 24 hour clock, or a precise date in the proleptic - Gregorian calendar, optionally with a time and a time zone. <a href="references.html#refsGREGORIAN">[GREGORIAN]</a></p><p>This element is intended as a way to encode modern dates and + Gregorian calendar, optionally with a time and a time-zone + offset. <a href="references.html#refsGREGORIAN">[GREGORIAN]</a></p><p>This element is intended as a way to encode modern dates and times in a machine-readable way so that user agents can offer to add them to the user's calendar. For example, adding birthday reminders or scheduling events.</p><!-- it's also intended for restyling to local conventions @@ -1560,12 +1562,12 @@ given <a href="#concept-time-time" title="concept-time-time">time</a> of 1970-01-01, with the time zone UTC.</p> - <p>The <dfn id="dom-time-timezone" title="dom-time-timezone"><code>timezone</code></dfn> DOM - attribute must return null if the <a href="#concept-time-timezone" title="concept-time-timezone">time zone</a> is unknown, and otherwise - must return the time corresponding to 1970-01-01 00:00 UTC in the - given <a href="#concept-time-timezone" title="concept-time-timezone">time zone</a>, with the - time zone set to UTC (i.e. the time corresponding to 1970-01-01 at - 00:00 UTC plus the offset corresponding to the time zone).</p> + <p>The <dfn id="dom-time-timezone" title="dom-time-timezone"><code>timezone</code></dfn> + DOM attribute must return null if the <a href="#concept-time-timezone" title="concept-time-timezone">time-zone offset</a> is unknown, + and otherwise must return the time corresponding to 1970-01-01 00:00 + UTC in the given <a href="#concept-time-timezone" title="concept-time-timezone">time-zone + offset</a>, with the time zone set to UTC (i.e. the time + corresponding to 1970-01-01 at 00:00 UTC plus the offset).</p> </div><div class="example"> Index: history.html =================================================================== RCS file: /sources/public/html5/spec-author-view/multipage/history.html,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- history.html 25 Aug 2009 23:21:53 -0000 1.1 +++ history.html 27 Aug 2009 07:43:02 -0000 1.2 @@ -174,8 +174,9 @@ <link href="editing.html" title="7 User Interaction" rel="next"> </head><body onload="fixBrokenLink(); fixBrokenLink()"><div class="head"> <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p> - <h1>HTML 5</h1> + <h1>HTML 5 (Author Edition)</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> +<p>This is revision 1.2861.</p> </div><div> <a href="offline.html">← 6.7 Offline Web applications</a> – <a href="Overview.html#contents">Table of contents</a> – @@ -211,9 +212,7 @@ the page that was active when they were added.</p><p>Contiguous entries that differ just by fragment identifier also share the same <code>Document</code>.</p><p class="note">All entries that share the same <code>Document</code> (and that are therefore merely different - states of one particular document) are contiguous by definition.</p><p>When state object entries are added, a URL can be provided. This - URL is used to replace the state object entry if the - <code>Document</code> is evicted.</p><h4 id="the-history-interface"><span class="secno">6.8.2 </span>The <code><a href="#history-0">History</a></code> interface</h4><pre class="idl">interface <dfn id="history-0">History</dfn> { + states of one particular document) are contiguous by definition.</p><h4 id="the-history-interface"><span class="secno">6.8.2 </span>The <code><a href="#history-0">History</a></code> interface</h4><pre class="idl">interface <dfn id="history-0">History</dfn> { readonly attribute long <a href="#dom-history-length" title="dom-history-length">length</a>; void <a href="#dom-history-go" title="dom-history-go">go</a>(optional in long delta); void <a href="#dom-history-back" title="dom-history-back">back</a>(); Index: tabular-data.html =================================================================== RCS file: /sources/public/html5/spec-author-view/multipage/tabular-data.html,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- tabular-data.html 25 Aug 2009 23:21:55 -0000 1.1 +++ tabular-data.html 27 Aug 2009 07:43:03 -0000 1.2 @@ -174,8 +174,9 @@ <link href="forms.html" title="4.10 Forms" rel="next"> </head><body onload="fixBrokenLink(); fixBrokenLink()"><div class="head"> <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p> - <h1>HTML 5</h1> + <h1>HTML 5 (Author Edition)</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> +<p>This is revision 1.2861.</p> </div><div> <a href="the-canvas-element.html">← 4.8.11 The canvas element</a> – <a href="Overview.html#contents">Table of contents</a> – Index: microdata.html =================================================================== RCS file: /sources/public/html5/spec-author-view/multipage/microdata.html,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- microdata.html 25 Aug 2009 23:21:54 -0000 1.1 +++ microdata.html 27 Aug 2009 07:43:03 -0000 1.2 @@ -174,8 +174,9 @@ <link href="browsers.html" title="6 Web browsers" rel="next"> </head><body onload="fixBrokenLink(); fixBrokenLink()"><div class="head"> <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p> - <h1>HTML 5</h1> + <h1>HTML 5 (Author Edition)</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> +<p>This is revision 1.2861.</p> </div><div> <a href="interactive-elements.html">← 4.11 Interactive elements</a> – <a href="Overview.html#contents">Table of contents</a> – @@ -285,17 +286,17 @@ </div><p>Properties don't have to be given as descendants of the element with the <code title="attr-item"><a href="#items:-the-item-attribute">item</a></code> attribute. They can be associated with a specific <a href="#concept-item" title="concept-item">item</a> - using the <code title="attr-subject"><a href="#attr-subject">subject</a></code> attribute, which + using the <code title="attr-itemfor"><a href="#attr-itemfor">itemfor</a></code> attribute, which takes the ID of the element with the <code title="attr-item"><a href="#items:-the-item-attribute">item</a></code> attribute.</p><div class="example"> <p>This example is the same as the previous one, but all the properties are separated from their <a href="#concept-item" title="concept-item">items</a>:</p> <pre><div item id="amanda"></div> -<p>Name: <span subject="amanda" itemprop="name">Amanda</span></p> -<div subject="amanda" itemprop="band" item id="jazzband"></div> -<p>Band: <span subject="jazzband" itemprop="name">Jazz Band</span></p> -<p>Size: <span subject="jazzband" itemprop="size">12</span> players</p></pre> +<p>Name: <span itemfor="amanda" itemprop="name">Amanda</span></p> +<div itemfor="amanda" itemprop="band" item id="jazzband"></div> +<p>Band: <span itemfor="jazzband" itemprop="name">Jazz Band</span></p> +<p>Size: <span itemfor="jazzband" itemprop="size">12</span> players</p></pre> <p>This gives the same result as the previous example. The first item has two properties, "name", set to "Amanda", and "band", set @@ -595,31 +596,31 @@ </ul><p>The <dfn id="item-type">item type</dfn> of an element with an <code title="attr-item"><a href="#items:-the-item-attribute">item</a></code> attribute is the value of the element's <code title="attr-item"><a href="#items:-the-item-attribute">item</a></code> attribute. If the attribute's value is the empty string, the element is said to have - no <a href="#item-type">item type</a>.</p><h4 id="associating-names-with-items"><span class="secno">5.2.3 </span>Associating names with items</h4><p>The <dfn id="attr-subject" title="attr-subject"><code>subject</code></dfn> + no <a href="#item-type">item type</a>.</p><h4 id="associating-names-with-items"><span class="secno">5.2.3 </span>Associating names with items</h4><p>The <dfn id="attr-itemfor" title="attr-itemfor"><code>itemfor</code></dfn> attribute may be specified on any <a href="infrastructure.html#html-elements" title="HTML elements">HTML element</a> to associate the element with an element with an - <code title="attr-item"><a href="#items:-the-item-attribute">item</a></code> attribute. If the <code title="attr-subject"><a href="#attr-subject">subject</a></code> attribute is specified, the + <code title="attr-item"><a href="#items:-the-item-attribute">item</a></code> attribute. If the <code title="attr-itemfor"><a href="#attr-itemfor">itemfor</a></code> attribute is specified, the attribute's value must be the ID of an element with an <code title="attr-item"><a href="#items:-the-item-attribute">item</a></code> attribute, in the same - <code>Document</code> as the element with the <code title="attr-subject"><a href="#attr-subject">subject</a></code> attribute.</p><p>An element's <dfn id="concept-item-corresponding" title="concept-item-corresponding">corresponding item</dfn> is - determined by its position in the DOM and by any <code title="attr-subject"><a href="#attr-subject">subject</a></code> attributes on the element, and - is defined as follows:</p><dl><dt>If the element has a <code title="attr-subject"><a href="#attr-subject">subject</a></code> + <code>Document</code> as the element with the <code title="attr-itemfor"><a href="#attr-itemfor">itemfor</a></code> attribute.</p><p>An element's <dfn id="concept-item-corresponding" title="concept-item-corresponding">corresponding item</dfn> is + determined by its position in the DOM and by any <code title="attr-itemfor"><a href="#attr-itemfor">itemfor</a></code> attributes on the element, and + is defined as follows:</p><dl><dt>If the element has a <code title="attr-itemfor"><a href="#attr-itemfor">itemfor</a></code> attribute</dt> <dd><p>If there is an element in the document with an ID equal to - the value of the <code title="attr-subject"><a href="#attr-subject">subject</a></code> + the value of the <code title="attr-itemfor"><a href="#attr-itemfor">itemfor</a></code> attribute, and if the first such element has an <code title="attr-item"><a href="#items:-the-item-attribute">item</a></code> attribute specified, then that element is the <a href="#concept-item-corresponding" title="concept-item-corresponding">corresponding item</a>. Otherwise, there is no <a href="#concept-item-corresponding" title="concept-item-corresponding">corresponding item</a>.</p></dd> - <dt>If the element has no <code title="attr-subject"><a href="#attr-subject">subject</a></code> + <dt>If the element has no <code title="attr-itemfor"><a href="#attr-itemfor">itemfor</a></code> attribute but does have an ancestor with an <code title="attr-item"><a href="#items:-the-item-attribute">item</a></code> attribute specified</dt> <dd><p>The nearest ancestor element with the <code title="attr-item"><a href="#items:-the-item-attribute">item</a></code> attribute specified is the element's <a href="#concept-item-corresponding" title="concept-item-corresponding">corresponding item</a>.</p></dd> - <dt>If the element has neither <code title="attr-subject"><a href="#attr-subject">subject</a></code> attribute nor an ancestor with + <dt>If the element has neither <code title="attr-itemfor"><a href="#attr-itemfor">itemfor</a></code> attribute nor an ancestor with an <code title="attr-item"><a href="#items:-the-item-attribute">item</a></code> attribute specified</dt> <dd><p>The element has no <a href="#concept-item-corresponding" title="concept-item-corresponding">corresponding Index: Overview.html =================================================================== RCS file: /sources/public/html5/spec-author-view/multipage/Overview.html,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- Overview.html 25 Aug 2009 23:21:53 -0000 1.1 +++ Overview.html 27 Aug 2009 07:43:02 -0000 1.2 @@ -171,11 +171,11 @@ </style><link href="data:text/css," rel="stylesheet" title="Complete specification"><link href="data:text/css,.impl%20%7B%20display:%20none;%20%7D" rel="alternate stylesheet" title="Author documentation only"><link href="data:text/css,.impl%20%7B%20background:%20%23FFEEEE;%20%7D" rel="alternate stylesheet" title="Highlight implementation requirements"><link href="http://www.w3.org/StyleSheets/TR/W3C-WD" rel="stylesheet" type="text/css"><!-- ZZZ ED vs WD --></head><body onload="fixBrokenLink(); fixBrokenLink()"><div class="head"> <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p> - <h1>HTML 5</h1> + <h1>HTML 5 (Author Edition)</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> <!--ZZZ:--> <h2 class="no-num no-toc" id="w3c-working-draft-25-august-2009">W3C Working Draft 25 August 2009</h2> - <!--<h2 class="no-num no-toc">Editor's Draft 25 August 2009</h2>--> + <!--<h2 class="no-num no-toc">Editor's Draft 26 August 2009</h2>--> <!--:ZZZ--> <dl><!-- ZZZ: update the month/day (twice), (un)comment out--><dt>This Version:</dt> <dd><a href="http://www.w3.org/TR/2009/WD-html5-20090825/">http://www.w3.org/TR/2009/WD-html5-20090825/</a></dd> @@ -195,9 +195,9 @@ <dd><a href="mailto:ian@hixie.ch">Ian Hickson</a>, Google, Inc.</dd> <dd>David Hyatt, Apple, Inc.</dd> </dl><p>This specification is available in the following formats: - <a href="Overview.html">single page HTML</a>, - <a href="spec.html">multipage HTML</a>. - This is $Revision$. + <a href="spec.html">single page HTML</a>, + <a href="Overview.html">multipage HTML</a>. +This is revision 1.2861. </p> <p class="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a> © 2009 <a href="http://www.w3.org/"><abbr title="World Wide @@ -273,7 +273,7 @@ track. <!--ZZZ:--> This specification is the 25 August 2009 Working Draft. - <!--This specification is the 25 August 2009 Editor's Draft.--> + <!--This specification is the 26 August 2009 Editor's Draft.--> <!--:ZZZ--> </p><!-- UNDER NO CIRCUMSTANCES IS THE PRECEDING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><!-- relationship to other work (required) --><p>This specification is also being produced by the <a href="http://www.whatwg.org/">WHATWG</a>. The two specifications are identical from the table of contents onwards.</p><!-- UNDER NO CIRCUMSTANCES IS THE FOLLOWING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><!-- UNDER NO CIRCUMSTANCES IS THE PRECEDING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><!-- context and rationale (required) --><p>This specification is intended to replace (be a new version of) Index: embedded-content-0.html =================================================================== RCS file: /sources/public/html5/spec-author-view/multipage/embedded-content-0.html,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- embedded-content-0.html 25 Aug 2009 23:21:53 -0000 1.1 +++ embedded-content-0.html 27 Aug 2009 07:43:02 -0000 1.2 @@ -174,8 +174,9 @@ <link href="semantics.html" title="4 The elements of HTML" rel="next"> </head><body onload="fixBrokenLink(); fixBrokenLink()"><div class="head"> <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p> - <h1>HTML 5</h1> + <h1>HTML 5 (Author Edition)</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> +<p>This is revision 1.2861.</p> </div><div> <a href="dom.html">← 3 Semantics, structure, and APIs of HTML documents</a> – <a href="Overview.html#contents">Table of contents</a> – Index: dom.html =================================================================== RCS file: /sources/public/html5/spec-author-view/multipage/dom.html,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- dom.html 25 Aug 2009 23:21:53 -0000 1.1 +++ dom.html 27 Aug 2009 07:43:02 -0000 1.2 @@ -174,8 +174,9 @@ <link href="embedded-content-0.html" title="3.2.5.1.6 Embedded content" rel="next"> </head><body onload="fixBrokenLink(); fixBrokenLink()"><div class="head"> <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p> - <h1>HTML 5</h1> + <h1>HTML 5 (Author Edition)</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> +<p>This is revision 1.2861.</p> </div><div> <a href="infrastructure.html">← 2 Common infrastructure</a> – <a href="Overview.html#contents">Table of contents</a> – @@ -721,12 +722,12 @@ <li><code title="attr-draggable"><a href="editing.html#the-draggable-attribute">draggable</a></code></li> <li><code title="attr-id"><a href="#the-id-attribute">id</a></code></li> <li><code title="attr-item"><a href="microdata.html#items:-the-item-attribute">item</a></code></li> + <li><code title="attr-itemfor"><a href="microdata.html#attr-itemfor">itemfor</a></code></li> + <li><code title="attr-itemprop"><a href="microdata.html#names:-the-itemprop-attribute">itemprop</a></code></li> <li><code title="attr-hidden"><a href="editing.html#the-hidden-attribute">hidden</a></code></li> <li><code title="attr-lang"><a href="#attr-lang">lang</a></code></li> - <li><code title="attr-itemprop"><a href="microdata.html#names:-the-itemprop-attribute">itemprop</a></code></li> <li><code title="attr-spellcheck"><a href="editing.html#attr-spellcheck">spellcheck</a></code></li> <li><code title="attr-style"><a href="#the-style-attribute">style</a></code></li> - <li><code title="attr-subject"><a href="microdata.html#attr-subject">subject</a></code></li> <li><code title="attr-tabindex"><a href="editing.html#attr-tabindex">tabindex</a></code></li> <li><code title="attr-title"><a href="#the-title-attribute">title</a></code></li> </ul><hr><p>Unless otherwise specified, the following <a href="browsers.html#event-handler-content-attributes">event handler @@ -806,14 +807,16 @@ fine-grained interface than is otherwise possible with HTML elements and attributes, a set of <a href="embedded-content-0.html#annotations-for-assistive-technology-products">annotations for assistive technology products</a> can be specified.</p><h5 id="the-id-attribute"><span class="secno">3.2.3.1 </span>The <dfn title="attr-id"><code>id</code></dfn> attribute</h5><p class="XXX annotation"><b>Status: </b><i>Implemented and widely deployed</i></p><p>The <code title="attr-id"><a href="#the-id-attribute">id</a></code> attribute - <a href="#represents">represents</a> its element's unique identifier. The value - must be unique in the element's <a href="infrastructure.html#home-subtree">home subtree</a> and must - contain at least one character. The value must not contain any <a href="#space-character" title="space character">space characters</a>.</p><!-- space characters are disallowed because space-separated lists - of IDs otherwise would not be able to reach all valid IDs --><p class="note">An element's unique identifier can be used for a - variety of purposes, most notably as a way to link to specific parts - of a document using fragment identifiers, as a way to target an - element when scripting, and as a way to style a specific element - from CSS.</p><h5 id="the-title-attribute"><span class="secno">3.2.3.2 </span>The <dfn title="attr-title"><code>title</code></dfn> attribute</h5><p class="XXX annotation"><b>Status: </b><i>Implemented and widely deployed</i></p><p>The <code title="attr-title"><a href="#the-title-attribute">title</a></code> attribute + <a href="#represents">represents</a> its element's <dfn id="concept-id" title="concept-id">unique + identifier (ID)</dfn>. The value must be unique amongst all the IDs + in the element's <a href="infrastructure.html#home-subtree">home subtree</a> and must contain at least + one character. The value must not contain any <a href="#space-character" title="space + character">space characters</a>.</p><!-- space characters are disallowed because space-separated lists + of IDs otherwise would not be able to reach all valid IDs --><p class="note">An element's <a href="#concept-id" title="concept-id">unique + identifier</a> can be used for a variety of purposes, most + notably as a way to link to specific parts of a document using + fragment identifiers, as a way to target an element when scripting, + and as a way to style a specific element from CSS.</p><h5 id="the-title-attribute"><span class="secno">3.2.3.2 </span>The <dfn title="attr-title"><code>title</code></dfn> attribute</h5><p class="XXX annotation"><b>Status: </b><i>Implemented and widely deployed</i></p><p>The <code title="attr-title"><a href="#the-title-attribute">title</a></code> attribute <a href="#represents">represents</a> advisory information for the element, such as would be appropriate for a tooltip. On a link, this could be the title or a description of the target resource; on an image, it could Index: acknowledgements.html =================================================================== RCS file: /sources/public/html5/spec-author-view/multipage/acknowledgements.html,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- acknowledgements.html 25 Aug 2009 23:21:53 -0000 1.1 +++ acknowledgements.html 27 Aug 2009 07:43:02 -0000 1.2 @@ -173,8 +173,9 @@ <link href="Overview.html#contents" title="Table of contents" rel="index"> </head><body onload="fixBrokenLink(); fixBrokenLink()"><div class="head"> <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p> - <h1>HTML 5</h1> + <h1>HTML 5 (Author Edition)</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> +<p>This is revision 1.2861.</p> </div><div> <a href="references.html">← References</a> – <a href="Overview.html#contents">Table of contents</a> @@ -547,6 +548,7 @@ Robin Berjon, Roland Steiner, Roman Ivanov, + Roy Fielding, Ryan King, S. Mike Dierken, Sam Dutton, Index: the-canvas-element.html =================================================================== RCS file: /sources/public/html5/spec-author-view/multipage/the-canvas-element.html,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- the-canvas-element.html 25 Aug 2009 23:21:55 -0000 1.1 +++ the-canvas-element.html 27 Aug 2009 07:43:03 -0000 1.2 @@ -174,8 +174,9 @@ <link href="tabular-data.html" title="4.9 Tabular data" rel="next"> </head><body onload="fixBrokenLink(); fixBrokenLink()"><div class="head"> <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p> - <h1>HTML 5</h1> + <h1>HTML 5 (Author Edition)</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> +<p>This is revision 1.2861.</p> </div><div> <a href="video.html">← 4.8.7 The video element</a> – <a href="Overview.html#contents">Table of contents</a> – Index: iana-considerations.html =================================================================== RCS file: /sources/public/html5/spec-author-view/multipage/iana-considerations.html,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- iana-considerations.html 25 Aug 2009 23:21:54 -0000 1.1 +++ iana-considerations.html 27 Aug 2009 07:43:02 -0000 1.2 @@ -174,8 +174,9 @@ <link href="index.html" title="Index" rel="next"> </head><body onload="fixBrokenLink(); fixBrokenLink()"><div class="head"> <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p> - <h1>HTML 5</h1> + <h1>HTML 5 (Author Edition)</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> +<p>This is revision 1.2861.</p> </div><div> <a href="no.html">← 12 Things that you can't do with this specification because they are better handled using other technologies that are further described herein</a> – <a href="Overview.html#contents">Table of contents</a> – Index: forms.html =================================================================== RCS file: /sources/public/html5/spec-author-view/multipage/forms.html,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- forms.html 25 Aug 2009 23:21:53 -0000 1.1 +++ forms.html 27 Aug 2009 07:43:02 -0000 1.2 @@ -174,8 +174,9 @@ <link href="interactive-elements.html" title="4.11 Interactive elements" rel="next"> </head><body onload="fixBrokenLink(); fixBrokenLink()"><div class="head"> <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p> - <h1>HTML 5</h1> + <h1>HTML 5 (Author Edition)</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> +<p>This is revision 1.2861.</p> </div><div> <a href="tabular-data.html">← 4.9 Tabular data</a> – <a href="Overview.html#contents">Table of contents</a> – @@ -1761,7 +1762,7 @@ seconds.</p><h6 id="local-date-and-time-state"><span class="secno">4.10.4.1.12 </span><dfn title="attr-input-type-datetime-local">Local Date and Time</dfn> state</h6><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p>The <code><a href="#the-input-element">input</a></code> element <a href="#represents">represents</a> a control for setting the element's <a href="#concept-fe-value" title="concept-fe-value">value</a> to a string representing a <a href="infrastructure.html#concept-datetime-local" title="concept-datetime-local">local date and time</a>, - with no time zone information.</p><p>The <code title="attr-input-value"><a href="#attr-input-value">value</a></code> attribute, if + with no time-zone offset information.</p><p>The <code title="attr-input-value"><a href="#attr-input-value">value</a></code> attribute, if specified, must have a value that is a <a href="infrastructure.html#valid-local-date-and-time-string">valid local date and time string</a>.</p><!-- ok to set out-of-range value, we never know when we might have to represent bogus input --><p>The <code title="attr-input-min"><a href="#attr-input-min">min</a></code> attribute, if Index: interactive-elements.html =================================================================== RCS file: /sources/public/html5/spec-author-view/multipage/interactive-elements.html,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- interactive-elements.html 25 Aug 2009 23:21:54 -0000 1.1 +++ interactive-elements.html 27 Aug 2009 07:43:03 -0000 1.2 @@ -174,8 +174,9 @@ <link href="microdata.html" title="5 Microdata" rel="next"> </head><body onload="fixBrokenLink(); fixBrokenLink()"><div class="head"> <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p> - <h1>HTML 5</h1> + <h1>HTML 5 (Author Edition)</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> +<p>This is revision 1.2861.</p> </div><div> <a href="forms.html">← 4.10 Forms</a> – <a href="Overview.html#contents">Table of contents</a> – Index: editing.html =================================================================== RCS file: /sources/public/html5/spec-author-view/multipage/editing.html,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- editing.html 25 Aug 2009 23:21:53 -0000 1.1 +++ editing.html 27 Aug 2009 07:43:02 -0000 1.2 @@ -174,8 +174,9 @@ <link href="comms.html" title="8 Communication" rel="next"> </head><body onload="fixBrokenLink(); fixBrokenLink()"><div class="head"> <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p> - <h1>HTML 5</h1> + <h1>HTML 5 (Author Edition)</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> +<p>This is revision 1.2861.</p> </div><div> <a href="history.html">← 6.8 Session history and navigation</a> – <a href="Overview.html#contents">Table of contents</a> – Index: video.html =================================================================== RCS file: /sources/public/html5/spec-author-view/multipage/video.html,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- video.html 25 Aug 2009 23:21:55 -0000 1.1 +++ video.html 27 Aug 2009 07:43:03 -0000 1.2 @@ -174,15 +174,16 @@ <link href="the-canvas-element.html" title="4.8.11 The canvas element" rel="next"> </head><body onload="fixBrokenLink(); fixBrokenLink()"><div class="head"> <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p> - <h1>HTML 5</h1> + <h1>HTML 5 (Author Edition)</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> +<p>This is revision 1.2861.</p> </div><div> <a href="text-level-semantics.html">← 4.6 Text-level semantics</a> – <a href="Overview.html#contents">Table of contents</a> – <a href="the-canvas-element.html">4.8.11 The canvas element →</a> </div> - <h4 id="video"><span class="secno">4.8.7 </span>The <dfn><code>video</code></dfn> element</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments. </i><span><a href="http://www.w3.org/html/wg/tracker/issues/7">ISSUE-7</a> (video-codecs), <a href="http://www.w3.org/html/wg/tracker/issues/9">ISSUE-9</a> (video-synchronization) and <a href="http://www.w3.org/html/wg/tracker/issues/10">ISSUE-10</a> (video-smil) block progress to Last Call</span></p><dl class="element"><dt>Categories</dt> + <h4 id="video"><span class="secno">4.8.7 </span>The <dfn><code>video</code></dfn> element</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments. </i><span><a href="http://www.w3.org/html/wg/tracker/issues/9">ISSUE-9</a> (video-synchronization), <a href="http://www.w3.org/html/wg/tracker/issues/10">ISSUE-10</a> (video-smil) and <a href="http://www.w3.org/html/wg/tracker/issues/7">ISSUE-7</a> (video-codecs) block progress to Last Call</span></p><dl class="element"><dt>Categories</dt> <dd><a href="dom.html#flow-content">Flow content</a>.</dd> <dd><a href="dom.html#phrasing-content">Phrasing content</a>.</dd> <dd><a href="embedded-content-0.html#embedded-content">Embedded content</a>.</dd> Index: browsers.html =================================================================== RCS file: /sources/public/html5/spec-author-view/multipage/browsers.html,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- browsers.html 25 Aug 2009 23:21:53 -0000 1.1 +++ browsers.html 27 Aug 2009 07:43:02 -0000 1.2 @@ -174,8 +174,9 @@ <link href="offline.html" title="6.7 Offline Web applications" rel="next"> </head><body onload="fixBrokenLink(); fixBrokenLink()"><div class="head"> <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p> - <h1>HTML 5</h1> + <h1>HTML 5 (Author Edition)</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> +<p>This is revision 1.2861.</p> </div><div> <a href="microdata.html">← 5 Microdata</a> – <a href="Overview.html#contents">Table of contents</a> – Index: the-xhtml-syntax.html =================================================================== RCS file: /sources/public/html5/spec-author-view/multipage/the-xhtml-syntax.html,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- the-xhtml-syntax.html 25 Aug 2009 23:21:55 -0000 1.1 +++ the-xhtml-syntax.html 27 Aug 2009 07:43:03 -0000 1.2 @@ -174,8 +174,9 @@ <link href="obsolete.html" title="11 Obsolete features" rel="next"> </head><body onload="fixBrokenLink(); fixBrokenLink()"><div class="head"> <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p> - <h1>HTML 5</h1> + <h1>HTML 5 (Author Edition)</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> +<p>This is revision 1.2861.</p> </div><div> <a href="named-character-references.html">← 9.2 Named character references</a> – <a href="Overview.html#contents">Table of contents</a> – Index: offline.html =================================================================== RCS file: /sources/public/html5/spec-author-view/multipage/offline.html,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- offline.html 25 Aug 2009 23:21:54 -0000 1.1 +++ offline.html 27 Aug 2009 07:43:03 -0000 1.2 @@ -174,8 +174,9 @@ <link href="history.html" title="6.8 Session history and navigation" rel="next"> </head><body onload="fixBrokenLink(); fixBrokenLink()"><div class="head"> <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p> - <h1>HTML 5</h1> + <h1>HTML 5 (Author Edition)</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> +<p>This is revision 1.2861.</p> </div><div> <a href="browsers.html">← 6 Web browsers</a> – <a href="Overview.html#contents">Table of contents</a> – Index: syntax.html =================================================================== RCS file: /sources/public/html5/spec-author-view/multipage/syntax.html,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- syntax.html 25 Aug 2009 23:21:54 -0000 1.1 +++ syntax.html 27 Aug 2009 07:43:03 -0000 1.2 @@ -174,8 +174,9 @@ <link href="named-character-references.html" title="9.2 Named character references" rel="next"> </head><body onload="fixBrokenLink(); fixBrokenLink()"><div class="head"> <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p> - <h1>HTML 5</h1> + <h1>HTML 5 (Author Edition)</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> +<p>This is revision 1.2861.</p> </div><div> <a href="comms.html">← 8 Communication</a> – <a href="Overview.html#contents">Table of contents</a> – Index: obsolete.html =================================================================== RCS file: /sources/public/html5/spec-author-view/multipage/obsolete.html,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- obsolete.html 25 Aug 2009 23:21:54 -0000 1.1 +++ obsolete.html 27 Aug 2009 07:43:03 -0000 1.2 @@ -174,8 +174,9 @@ <link href="no.html" title="12 Things that you can't do with this specification because they are better handled using other technologies that are further described herein" rel="next"> </head><body onload="fixBrokenLink(); fixBrokenLink()"><div class="head"> <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p> - <h1>HTML 5</h1> + <h1>HTML 5 (Author Edition)</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> +<p>This is revision 1.2861.</p> </div><div> <a href="the-xhtml-syntax.html">← 10 The XHTML syntax</a> – <a href="Overview.html#contents">Table of contents</a> – @@ -199,10 +200,17 @@ should be entirely omitted instead (with the value "<code title="">JavaScript</code>", it has no effect), or replaced with use of the <code title="attr-script-type"><a href="semantics.html#attr-script-type">type</a></code> attribute.</p><p>Authors should not specify the <code title="attr-a-name"><a href="#attr-a-name">name</a></code> attribute on <code><a href="text-level-semantics.html#the-a-element">a</a></code> elements. If the attribute is present, its value must not be the - empty string. In earlier versions of the language, this attribute - served a similar role as the <code title="attr-id"><a href="dom.html#the-id-attribute">id</a></code> - attribute. The <code title="attr-id"><a href="dom.html#the-id-attribute">id</a></code> attribute should be - used instead.</p><p class="note">The <code title="attr-table-summary"><a href="tabular-data.html#attr-table-summary">summary</a></code> + empty string and must neither be equal to the value of any of the + <a href="dom.html#concept-id" title="concept-id">IDs</a> in the element's <a href="infrastructure.html#home-subtree">home + subtree</a> other than the element's own <a href="dom.html#concept-id" title="concept-id">ID</a>, if any, nor be equal to the value of + any of the other <code title="attr-a-name"><a href="#attr-a-name">name</a></code> attributes on + <code><a href="text-level-semantics.html#the-a-element">a</a></code> elements in the element's <a href="infrastructure.html#home-subtree">home + subtree</a>. If this attribute is present and the element has an + <a href="dom.html#concept-id" title="concept-id">ID</a>, then the attribute's value must + be equal to the element's <a href="dom.html#concept-id" title="concept-id">ID</a>. In + earlier versions of the language, this attribute was intended as a + way to specify possible targets for fragment identifiers in <a href="infrastructure.html#url" title="URL">URLs</a>. The <code title="attr-id"><a href="dom.html#the-id-attribute">id</a></code> + attribute should be used instead.</p><p class="note">The <code title="attr-table-summary"><a href="tabular-data.html#attr-table-summary">summary</a></code> attribute, defined in the <code><a href="tabular-data.html#the-table-element">table</a></code> section, will also trigger a warning.</p><h3 id="non-conforming-features"><span class="secno">11.2 </span>Non-conforming features</h3><p>Elements in the following list are entirely obsolete, and must not be used by authors:</p><dl><!-- alphabetical by first element in the group, except CSS goes last --><dt><code><a href="#the-applet-element">applet</a></code></dt> Index: named-character-references.html =================================================================== RCS file: /sources/public/html5/spec-author-view/multipage/named-character-references.html,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- named-character-references.html 25 Aug 2009 23:21:54 -0000 1.1 +++ named-character-references.html 27 Aug 2009 07:43:03 -0000 1.2 @@ -174,8 +174,9 @@ <link href="the-xhtml-syntax.html" title="10 The XHTML syntax" rel="next"> </head><body onload="fixBrokenLink(); fixBrokenLink()"><div class="head"> <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p> - <h1>HTML 5</h1> + <h1>HTML 5 (Author Edition)</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> +<p>This is revision 1.2861.</p> </div><div> <a href="syntax.html">← 9 The HTML syntax</a> – <a href="Overview.html#contents">Table of contents</a> – Index: references.html =================================================================== RCS file: /sources/public/html5/spec-author-view/multipage/references.html,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- references.html 25 Aug 2009 23:21:54 -0000 1.1 +++ references.html 27 Aug 2009 07:43:03 -0000 1.2 @@ -174,8 +174,9 @@ <link href="acknowledgements.html" title="Acknowledgements" rel="next"> </head><body onload="fixBrokenLink(); fixBrokenLink()"><div class="head"> <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p> - <h1>HTML 5</h1> + <h1>HTML 5 (Author Edition)</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> +<p>This is revision 1.2861.</p> </div><div> <a href="index.html">← Index</a> – <a href="Overview.html#contents">Table of contents</a> – @@ -670,12 +671,6 @@ Mail-Safe Transformation Format of Unicode</a></cite>, D. Goldsmith, M. Davis. IETF, May 1997.</dd> - <dt id="refsUTS22">[UTS22]</dt> - <dd><cite><a href="http://www.unicode.org/reports/tr22/#Charset_Alias_Matching">Charset - Alias Matching</a></cite>. In <cite><a href="http://www.unicode.org/reports/tr22/">UTS #22: Character - Mapping Markup Language (CharMapML)</a></cite>, M. Davis, - M. Scherer. Unicode Consortium, June 2006.</dd> - <dt id="refsWEBADDRESSES">[WEBADDRESSES]</dt> <dd><cite><a href="http://www.w3.org/html/wg/href/draft">Web addresses in HTML 5</a></cite>, D. Connolly, Index: fragment-links.js =================================================================== RCS file: /sources/public/html5/spec-author-view/multipage/fragment-links.js,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- fragment-links.js 25 Aug 2009 23:21:53 -0000 1.1 +++ fragment-links.js 27 Aug 2009 07:43:02 -0000 1.2 @@ -1,4 +1,4 @@ -var fragment_links = { 'refsRFC1557':'references','attr-meter-high':'text-level-semantics','refsRFC1554':'references','dom-opener':'browsers','ports-and-garbage-collection':'comms','attr-label-for':'forms','htmlcommandelement':'interactive-elements','the-history-interface':'history','refsXHR':'references','attr-fs-method-delete-keyword':'forms','htmlfieldsetelement':'forms','the-root-element':'semantics','command-facet-type':'interactive-elements','md-vcard-type-adr-home':'microdata','valid-non-negative-integer':'infrastructure','attr-fs-enctype-urlencoded':'forms','md-vcard-label':'microdata','activation':'editing','the-br-element':'semantics','case-sensitivity-and-string-comparison':'infrastructure','command-redo':'editing','attr-meter-value':'text-level-semantics','dom-style-disabled':'semantics','attr-media-src':'video','concept-facet':'interactive-elements','hierarchy_request_err':'infrastructure','attr-script-async':'semantics','a-graphical-representation-of-some-of-the-surrounding-text':'text-level-emantics','math':'the-canvas-element','attr-br-clear':'obsolete','attr-iframe-longdesc':'obsolete','attr-input-usemap':'obsolete','posting-messages':'comms','attr-meta-http-equiv-content-language':'semantics','the-maxlength-attribute':'forms','predefined-vocabularies-0':'microdata','the-cite-element':'text-level-semantics','attr-button-type':'forms','attr-input-type-button-keyword':'forms','refsIEEE754':'references','attr-hr-align':'obsolete','custom-handlers':'browsers','non-conforming-features':'obsolete','attr-textarea-wrap-soft':'forms','md-vcard-tel-value':'microdata','concept-fe-disabled':'forms','dom-feature-strings':'infrastructure','root-element':'infrastructure','path':'the-canvas-element','attr-link-href':'semantics','spelling-and-grammar-checking':'editing','htmltitleelement':'semantics','canvaspattern':'the-canvas-element','syntax-escape-end':'syntax','character-references':'syntax','md-vevent-geo':'microdata','command-bold':'editing','attr-hyperlink-media':'history','dom-context-2d-textbaselin-top':'the-canvas-element','attr-object-align':'obsolete','syntax-start-tag':'syntax','md-vcard-type-adr-postal':'microdata','link-type-index':'history','refsHTTP':'references','strike':'obsolete','browsing-the-web':'history','encoding-microdata':'microdata','refsDOMRANGE':'references','dom-progress-position':'text-level-semantics','vcard':'microdata','attr-tr-bgcolor':'obsolete','the-img-element':'text-level-semantics','url-property-elements':'microdata','exceptions':'infrastructure','event-pause':'video','valid-browsing-context-name-or-keyword':'browsers','attr-meta-http-equiv-refresh':'semantics','the-dfn-element':'text-level-semantics','times':'infrastructure','attr-hr-noshade':'obsolete','attr-form-autocomplete-off-state':'forms','syntax-attributes':'syntax','canvas-context-2d':'the-canvas-element','command-facet-checkedstate':'interactive-elements','refsRFC3279':'references','attr-p-align':'obsolete','md-vevent-rrule':'microdata','attr-link-charset':'obsolete','edits-and-paragraphs':'text-level-semantcs','typographic-conventions':'introduction','syntax-comments':'syntax','unknown-images':'text-level-semantics','attr-pre-width':'obsolete','the-details-element':'interactive-elements','refsRFC4770':'references','timers':'browsers','meta-description':'semantics','valid-simple-color':'infrastructure','quota_exceeded_err':'infrastructure','image-maps':'the-canvas-element','event-timeupdate':'video','refsDOMVIEWS':'references','media-element-attributes':'video','md-vcard':'microdata','htmlmenuelement':'interactive-elements','scripting-1':'semantics','scripting-0':'infrastructure','attr-input-alt':'forms','writing':'syntax','edits':'text-level-semantics','relaxing-the-same-origin-restriction':'browsers','history-0':'history','history-1':'introduction','weeks':'infrastructure','attr-textarea-cols':'forms','attr-fieldset-disabled':'forms','htmldetailselement':'interactive-elements','shadows':'the-canvas-element','md-vevent-resources':'microdata','domtokenlist-0':'infrastructure','attr-base-href':'semantics','commnd-insertorderedlist':'editing','command-unlink':'editing','the-blockquote-element':'semantics','attr-object-type':'text-level-semantics','dom-media-have_enough_data':'video','attr-input-type-email-keyword':'forms','attr-textarea-readonly':'forms','typed-items':'microdata','serialize_err':'infrastructure','client-identification':'browsers','attr-input-type-color-keyword':'forms','concept-command':'interactive-elements','attr-ol-type':'obsolete','attr-fs-method-post-keyword':'forms','htmlhrelement':'semantics','standard-metadata-names':'semantics','command-insertparagraph':'editing','attr-meta-http-equiv-default-style':'semantics','message-channels':'comms','htmltextareaelement':'forms','default-media':'semantics','refsRFC3548':'references','no_modification_allowed_err':'infrastructure','refsWEBLINK':'references','refsRFC2388':'references','valid-e-mail-address-list':'forms','r1':'tabular-data','r2':'tabular-data','reflecting-content-attributes-in-dom-attributes':'infrastructure','md-vcard-fn':'microdata','rfsRFC3490':'references','sequential-focus-navigation':'editing','attr-fs-method-delete':'forms','rank':'semantics','network-states':'video','the-input-element':'forms','the-footer-element':'semantics','navigator':'browsers','link-type-help':'history','set-of-comma-separated-tokens':'infrastructure','refsBECSS':'references','link-type-author':'history','attr-media-controls':'video','htmlmetaelement':'semantics','attr-script-charset':'semantics','range-state':'forms','dom-location-hash':'history','dom-media-have_nothing':'video','attr-fe-autofocus':'forms','in-a-document':'infrastructure','dynamic-markup-insertion':'embedded-content-0','classes':'dom','the-multiple-attribute':'forms','syntax-ambiguous-ampersand':'syntax','top-level-browsing-context':'browsers','simple-color':'infrastructure','attr-button-value':'forms','navigatorabilities':'browsers','link-type-nofollow':'history','event-drag':'editing','inuse_attribute_err':'infrastructure','attr-object-declare':'obsolete','refsWIN31J':'references','the-titl-element':'dom','event-definitions':'comms','radio-button-state':'forms','acknowledgements':'acknowledgements','htmlmapelement':'the-canvas-element','dom':'dom','md-vcard-note':'microdata','the-mark-element':'text-level-semantics','concept-fs-target':'forms','not_found_err':'infrastructure','concept-datetime-local':'infrastructure','syntax':'syntax','colors':'infrastructure','outerhtml':'embedded-content-0','md-vcard-categories':'microdata','propertyvaluearray':'infrastructure','refsPROGRESS':'references','htmloptionscollection':'infrastructure','md-vcard-tel-type':'microdata','radionodelist':'infrastructure','domtokenlist':'infrastructure','event-volumechange':'video','htmlstyleelement':'semantics','attr-th-scope-colgroup':'tabular-data','colors-and-styles':'the-canvas-element','attr-fs-enctype':'forms','attr-textarea-wrap-hard':'forms','dom-title-text':'semantics','the-sub-and-sup-elements':'text-level-semantics','md-vcard-impp-value':'microdata','event-error':'video','refsFILEAPI':'references','concept-iem':'microdata','the-col-element':'tabular-data','the-placeholder-attribute':'forms','refsDOMCORE':'references','kinds-of-content':'dom','the-td-element':'tabular-data','accessing-other-browsing-contexts':'browsers','creator-browsing-context':'browsers','items:-the-item-attribute':'microdata','attr-tdth-headers':'tabular-data','attr-textarea-wrap-soft-state':'forms','active-document':'browsers','hidden-state':'forms','miscellaneous-elements':'interactive-elements','attr-li-value':'semantics','attr-command-type-keyword-checkbox':'interactive-elements','navigatoronline':'browsers','attr-button-type-button':'forms','concept-option-value':'forms','attr-head-profile':'obsolete','form-associated-element':'forms','md-vcard-email-type':'microdata','media-elements':'video','attr-tr-align':'obsolete','urls':'infrastructure','mediaerror':'video','concept-section':'semantics','attr-meter-optimum':'text-level-semantics','refsRFC3023':'references','attr-area-shape-rect':'the-canvas-element','innerhtml':'embedded-content-','attr-input-min':'forms','e-mail-state':'forms','gcop-lighter':'the-canvas-element','htmlheadelement':'semantics','attr-input-type-url-keyword':'forms','htmlembedelement':'text-level-semantics','md-vcard-type-tel-work':'microdata','character-encoding-declaration':'semantics','attr-keygen-challenge':'forms','date-state':'forms','link-type-tag':'history','attr-div-align':'obsolete','htmlpropertycollection-0':'infrastructure','category-reset':'forms','the-dragevent-and-datatransfer-interfaces':'editing','attr-input-type-text-keyword':'forms','the-source-element':'video','attr-th-scope-col':'tabular-data','browsing-context-name':'browsers','n':'tabular-data','attr-area-shape-circle':'the-canvas-element','element-definitions':'dom','predefined-property-name':'microdata','attr-fs-method-get':'forms','md-vcard-nickname':'microdata','command-delete':'editing','link-type-prev':'history','attr-fae-form':'forms','attr-form-accept-charset':'forms','event-appcache-cached':'offline','attr-fs-formmethod':'forms','xml-mie-type':'infrastructure','absolute-url':'infrastructure','htmlbrelement':'semantics','attr-img-hspace':'obsolete','pixel-manipulation':'the-canvas-element','a-link-or-button-containing-nothing-but-the-image':'text-level-semantics','events-fired-during-a-drag-and-drop-action':'editing','attr-fe-maxlength':'forms','htmlkeygenelement':'forms','md-vevent-status':'microdata','the-body-element':'dom','heading-content':'dom','attr-html-manifest':'semantics','htmliframeelement':'text-level-semantics','the-output-element':'forms','attr-input-type-image-keyword':'forms','event-abort':'video','attr-tr-charoff':'obsolete','attr-input-type-time-keyword':'forms','attr-ol-compact':'obsolete','md-vcard-type-tel-fax':'microdata','htmltimeelement':'text-level-semantics','the-address-element':'semantics','item-type':'microdata','validation_err':'infrastructure','category-label':'forms','collections':'infrastructure','week-state':'forms','unordered-set-of-unique-space-separated-tokens':'infrastructure','scriptingLanguages':'seantics','event-dragover':'editing','attr-hx-align':'obsolete','background':'introduction','htmlobjectelement':'text-level-semantics','scrolling-elements-into-view':'editing','network_err':'infrastructure','refsRFC4281':'references','security':'dom','refsRFC4329':'references','domstringmap-0':'infrastructure','paragraphs':'embedded-content-0','the-ins-element':'text-level-semantics','attr-embed-type':'text-level-semantics','manually-releasing-the-storage-mutex':'browsers','comments':'syntax','attr-command-type-state-checkbox':'interactive-elements','nested-browsing-context':'browsers','phrasing-content':'dom','dnd':'editing','event-handler-attributes-0':'browsers','attr-meter-min':'text-level-semantics','tag-clouds':'semantics','md-vcard-agent':'microdata','md-vcard-type-impp-personal':'microdata','md-vevent':'microdata','attr-command-disabled':'interactive-elements','controlling-the-input-stream':'embedded-content-0','event-dragenter':'editing','months':'infrastructure','md-vevent-summary':'microdata','annoations-for-assistive-technology-products':'embedded-content-0','attr-script-type':'semantics','creator-document':'browsers','refsMIMESNIFF':'references','htmltableelement':'tabular-data','refsATOM':'references','attr-param-type':'obsolete','attr-button-type-submit':'forms','remove-an-element-from-a-document':'infrastructure','the-readonly-attribute':'forms','htmlscriptelement':'semantics','unquoted':'syntax','distinguishing-site-wide-headings-from-page-headings':'semantics','refsBIG5':'references','isindex-0':'obsolete','refsRFC1468':'references','attr-area-nohref':'obsolete','index_size_err':'infrastructure','messageport':'comms','attr-fs-formenctype':'forms','introduction-5':'editing','cdata-sections':'syntax','command-facet-hiddenstate':'interactive-elements','syntax-escape':'syntax','md-vcard-title':'microdata','introduction-6':'comms','refsUTS22':'references','refsSVG':'references','refsECMA357':'references','introduction-2':'browsers','e-mail-type-strings':'microdata','md-vcard-adr-street-address':'mirodata','dom-media-network_no_source':'video','command-insertunorderedlist':'editing','the-directionality':'dom','event-play':'video','no':'no','md-vcard-org':'microdata','attr-select-size':'forms','dom-mediaerror-media_err_aborted':'video','the-location-interface':'history','attr-q-cite':'text-level-semantics','willful-violation':'introduction','meta-generator':'semantics','attr-spellcheck':'editing','local-date-and-time-state':'forms','the-canvas-state':'the-canvas-element','attr-a-charset':'obsolete','concept-datetime':'infrastructure','html-namespace':'infrastructure','a-group-of-images-that-form-a-single-larger-picture-with-links':'text-level-semantics','navigating-nested-browsing-contexts-in-the-dom':'browsers','link-type-sidebar':'history','attr-meta-content':'semantics','the-accesskey-attribute':'editing','command-italic':'editing','focus':'editing','attr-caption-align':'obsolete','attr-textarea-placeholder':'forms','sequential-link-types':'history','md-vcard-adr-type':'microdata','local-dates-and-tmes':'infrastructure','htmlselectelement':'forms','attr-mod-cite':'text-level-semantics','date-or-time-string':'infrastructure','attr-article-pubdate':'semantics','command-undo':'editing','dir':'obsolete','timeranges':'video','md-vcard-role':'microdata','attr-hyperlink-href':'history','input-type-attr-summary':'forms','obsolete':'obsolete','number-state':'forms','md-vcard-mailer':'microdata','secondary-browsing-contexts':'browsers','dom-media-have_current_data':'video','global-dates-and-times':'infrastructure','the-pre-element':'semantics','concept-submit-button':'forms','command-unselect':'editing','refsSHIFTJIS':'references','htmldocument':'dom','concept-button':'forms','refsWEBADDRESSES':'references','attr-param-value':'text-level-semantics','refsECMA262':'references','md-vcard-type-tel-video':'microdata','the-rt-element':'text-level-semantics','resource-metadata-management':'dom','link-type-license':'history','attr-command-type-keyword-radio':'interactive-elements','scripting':'browsers','sectioning-conent':'dom','syntax-tag-name':'syntax','relationships-to-other-specifications':'introduction','md-vcard-tel':'microdata','set-of-space-separated-tokens':'infrastructure','browser-interface-elements':'browsers','canvaspixelarray':'the-canvas-element','the-id-attribute':'dom','style-default-media':'semantics','attr-hr-size':'obsolete','htmlparagraphelement':'semantics','not_supported_err':'infrastructure','charset512':'semantics','refsRFC2483':'references','messageevent':'comms','security_err':'infrastructure','event-dragleave':'editing','attr-object-standby':'obsolete','attr-mod-datetime':'text-level-semantics','the-noscript-element':'semantics','attr-input-type-range-keyword':'forms','live':'infrastructure','scope':'introduction','refsXHTML10':'references','the-pattern-attribute':'forms','attr-area-shape-keyword-circle':'the-canvas-element','attr-td-th-nowrap':'obsolete','attr-tabindex':'editing','refsPSL':'references','printing':'browsers','values':'microdata','attr-link-media':'semantics','htmlformcontrolsollection-0':'infrastructure','xml-compatible':'infrastructure','htmlbuttonelement':'forms','attr-fs-novalidate':'forms','event-seeked':'video','attr-input-type-reset-keyword':'forms','attr-optgroup-label':'forms','dom-context-2d-textbaseline-ideographic':'the-canvas-element','context-menus':'interactive-elements','the-param-element':'text-level-semantics','charset':'semantics','ping':'history','auxiliary-browsing-context':'browsers','xhtml':'the-xhtml-syntax','the-option-element':'forms','attr-script-src':'semantics','htmlareaelement':'the-canvas-element','refsCOOKIES':'references','refsPORTERDUFF':'references','attr-hyperlink-type':'history','telephone-type-strings':'microdata','outline':'semantics','attr-select-multiple':'forms','attr-iframe-sandbox':'text-level-semantics','address-type-strings':'microdata','dom-location-pathname':'history','the-span-element':'text-level-semantics','definitions':'forms','the-form-element':'forms','the-keygen-element':'forms','a-quick-introduction-to-html':'introduction',htmlquoteelement':'semantics','attr-input-autocomplete':'forms','link-type-up':'history','user-prompts':'browsers','md-vevent-duration':'microdata','forms':'forms','window':'browsers','listing':'obsolete','attr-th-scope':'tabular-data','event-seeking':'video','attr-object-data':'text-level-semantics','attr-table-align':'obsolete','category-listed':'forms','attr-hyperlink-usemap':'the-canvas-element','no_data_allowed_err':'infrastructure','embedded-content-1':'text-level-semantics','embedded-content-0':'embedded-content-0','the-dialog-element':'semantics','other-metadata-names':'semantics','the-required-attribute':'forms','authors-using-xhtml':'infrastructure','manifests':'offline','attr-command-radiogroup':'interactive-elements','canvas':'the-canvas-element','command-formatblock':'editing','md-vcard-type-tel-car':'microdata','attr-dl-compact':'obsolete','htmlhtmlelement':'semantics','md-vevent-sequence':'microdata','htmlunknownelement':'dom','md-vcard-logo':'microdata','sectioning-root':'semantics','the-siz-attribute':'forms','md-vcard-type-email-internet':'microdata','md-vcard-email-value':'microdata','htmllinkelement':'semantics','heading-content-0':'dom','language':'dom','text-html':'iana-considerations','copy-and-paste':'editing','valid-list-of-integers':'infrastructure','attr-hr-width':'obsolete','md-vcard-type-tel-voice':'microdata','the-style-attribute':'dom','the-div-element':'interactive-elements','the-document-s-current-address':'dom','blink':'obsolete','licensing-works':'microdata','elements-0':'syntax','md-vcard-tz':'microdata','doctype-legacy-string':'syntax','error-codes':'video','the-q-element':'text-level-semantics','event-ended':'video','refsRFC1345':'references','complex-shapes-paths':'the-canvas-element','syntax-charref':'syntax','attr-input-type-radio-keyword':'forms','the-figure-element':'text-level-semantics','semantics':'semantics','attr-tbody-valign':'obsolete','sections':'semantics','refsHTML4':'references','concept-time':'infrastructure','syntax-cdata':'syntax','htmltablecaptionelemet':'tabular-data','common-input-element-attributes':'forms','refsRFC2237':'references','dates-and-times':'infrastructure','refsRFC5280':'references','gcop-copy':'the-canvas-element','optional-tags':'syntax','attr-link-sizes':'history','refsGRAPHICS':'references','the-document-s-address':'dom','md-vcard-n-given-name':'microdata','canvasgradient':'the-canvas-element','attr-th-scope-row':'tabular-data','gcop-source-atop':'the-canvas-element','type_mismatch_err':'infrastructure','refsXHTMLMOD':'references','refsOPENSEARCH':'references','attr-form-autocomplete':'forms','md-vcard-type-email-x400':'microdata','property-names':'microdata','attr-fe-disabled':'forms','general-guidelines':'text-level-semantics','the-bdo-element':'text-level-semantics','the-article-element':'semantics','attr-td-th-abbr':'obsolete','apis-in-html-documents':'embedded-content-0','attr-input-checked':'forms','spacer':'obsolete','the-aside-element':'semantics','a-sample-manifest':'offline','dom-mediaerror-media_err_src_not_supported':'video,'attr-contenteditable':'editing','htmlheadingelement':'semantics','xml':'infrastructure','syntax_err':'infrastructure','link-type-last':'history','refsWHATWGWIKI':'references','refsXHTML11':'references','the-min-and-max-attributes':'forms','category-submit':'forms','attr-area-shape-default':'the-canvas-element','xmp':'obsolete','attributes-common-to-form-controls':'forms','image-map':'the-canvas-element','attr-output-for':'forms','htmllegendelement':'interactive-elements','md-vcard-bday':'microdata','element-level-focus-apis':'editing','refsRFC3986':'references','refsRFC3987':'references','htmlspanelement':'text-level-semantics','textmetrics':'the-canvas-element','attr-iframe-align':'obsolete','md-vcard-n-honorific-prefix':'microdata','command-insertlinebreak':'editing','attr-map-name':'the-canvas-element','event-emptied':'video','md-work':'microdata','document.writeln':'embedded-content-0','command-subscript':'editing','attr-source-src':'video','the-var-element':'text-level-semantics','md-vcard-adr-post-ofice-box':'microdata','attr-script-language':'obsolete','the-undomanagerevent-interface-and-the-undo-and-redo-events':'editing','impp-type-strings':'microdata','refsGREGORIAN':'references','the-header-element':'semantics','event-summary':'offline','attr-option-selected':'forms','infrastructure':'infrastructure','form-submission':'forms','the-th-element':'tabular-data','svg-0':'the-canvas-element','dom-appcache-updateready':'offline','joint-session-history':'history','dates':'infrastructure','simple-shapes-rectangles':'the-canvas-element','s':'obsolete','attr-menu-compact':'obsolete','insert-an-element-into-a-document':'infrastructure','overview':'microdata','the-p-element':'semantics','event-loadeddata':'video','boolean-attribute':'infrastructure','interfaces-for-url-manipulation':'infrastructure','relationship-to-xhtml-1.x':'introduction','attr-iframe-name':'text-level-semantics','the-command':'interactive-elements','tabular-data':'tabular-data','real-numbers':'infrastructure','md-vcard-impp-type':'microdaa','making-entire-documents-editable':'editing','documentSelection':'editing','htmlbaseelement':'semantics','attr-media-loop':'video','the-area-element':'the-canvas-element','link-type-bookmark':'history','concept-input-required':'forms','attr-keygen-keytype':'forms','prefix-match':'infrastructure','refsTIS620':'references','image-button-state':'forms','time-ranges':'video','plugin':'infrastructure','attr-area-shape-keyword-default':'the-canvas-element','refsWIN1254':'references','dom-document-open':'embedded-content-0','md-vevent-location':'microdata','htmlbodyelement':'semantics','boolean-attributes':'infrastructure','refsARIAIMPL':'references','md-vevent-last-modified':'microdata','domstring_size_err':'infrastructure','refsCORS':'references','the-dt-element':'semantics','events':'browsers','table-descriptions':'tabular-data','gcop-destination-in':'the-canvas-element','the-map-element':'the-canvas-element','dom-canvas-getcontext':'the-canvas-element','the-progress-element':'text-level-semantics','the-windw-object':'browsers','editing-apis':'editing','md-vcard-type-adr-work':'microdata','refsBCP47':'references','elements-in-the-html-namespace':'infrastructure','the-object-element':'text-level-semantics','attr-td-th-char':'obsolete','refsUTF7':'references','opener-browsing-context':'browsers','the-rp-element':'text-level-semantics','refsRFC2045':'references','refsRFC2046':'references','valid-e-mail-address':'forms','valid-reversed-dns-identifier':'infrastructure','attr-command-checked':'interactive-elements','refsSRGB':'references','the-li-element':'semantics','design-notes':'introduction','attr-hyperlink-hreflang':'history','element-restrictions':'syntax','refsNPAPI':'references','compliance-with-other-specifications':'introduction','the-thead-element':'tabular-data','md-vcard-org-organization-unit':'microdata','md-vcard-photo':'microdata','md-vevent-exdate':'microdata','event-loadedmetadata':'video','parse_err':'infrastructure','md-vcard-type-adr-parcel':'microdata','noembed':'obsolete','htmltablecolelement:'tabular-data','browsing-context':'browsers','refsWIN874':'references','audience':'introduction','md-vcard-n-family-name':'microdata','md-vcard-n-honorific-suffix':'microdata','color-state':'forms','the-dl-element':'semantics','attributes-common-to-td-and-th-elements':'tabular-data','rel-sidebar-hyperlink':'history','x-that':'introduction','lists-of-integers':'infrastructure','external-resource-link':'semantics','refsGBK':'references','attr-base-target':'semantics','values-associated-with-denominator-punctuation-characters':'infrastructure','images':'the-canvas-element','refsJSON':'references','md-vcard-adr-postal-code':'microdata','attributes-common-to-ins-and-del-elements':'text-level-semantics','attr-td-th-align':'obsolete','attr-table-summary':'tabular-data','date-and-time-state':'forms','ordered-set-of-unique-space-separated-tokens':'infrastructure','attr-fs-method-post':'forms','attr-td-th-charoff':'obsolete','ratios':'infrastructure','dom-media-network_empty':'video','attr-object-code':'obsolete','dm-time-time':'text-level-semantics','title-on-style':'semantics','browsing-context-nested-through':'browsers','dom-trees':'infrastructure','drawing-state':'the-canvas-element','dom-mediaerror-media_err_decode':'video','parent-browsing-context':'browsers','references':'references','refsWEBIDL':'references','invalid_access_err':'infrastructure','attr-optgroup-disabled':'forms','attr-command-type-state-command':'interactive-elements','attr-input-type-month-keyword':'forms','the-title-attribute':'dom','attr-source-type':'video','styling':'semantics','attr-input-autocomplete-on-state':'forms','inline-documentation-for-external-scripts':'semantics','the-code-element':'text-level-semantics','md-vcard-impp':'microdata','md-vevent-attach':'microdata','attr-img-align':'obsolete','attr-fs-formnovalidate':'forms','syntax-text':'syntax','the-legend-element':'interactive-elements','attr-command-title':'interactive-elements','mathml':'the-canvas-element','undomanagerevent':'editing','popstateevent':'history','attr-iframe-crolling':'obsolete','link-type-noreferrer':'history','checkbox-state':'forms','general':'microdata','attr-fs-method-put':'forms','the-time-element':'text-level-semantics','event-suspend':'video','refsX121':'references','obsolete-but-conforming-features':'obsolete','link-type-alternate':'history','refsXMLBASE':'references','an-image-not-intended-for-the-user':'text-level-semantics','dom-context-2d-textbaseline-alphabetic':'the-canvas-element','predefined-type':'microdata','dom-outerhtml':'embedded-content-0','htmlolistelement':'semantics','anonymous-command':'interactive-elements','fallback-content':'embedded-content-0','u':'obsolete','keywords-and-enumerated-attributes':'infrastructure','the-em-element':'text-level-semantics','attr-form-autocomplete-on-state':'forms','browsing-context-container':'browsers','refsRFC1922':'references','browsers':'browsers','alt':'text-level-semantics','tt':'obsolete','invalid_state_err':'infrastructure','tree-order':'infrastructure','concept-input-type-file-selected':'forms''refsRFC2109':'references','the-ruby-element':'text-level-semantics','command-inserthtml':'editing','application-cache-api':'offline','the-session-history-of-browsing-contexts':'history','md-vevent-exrule':'microdata','imagedata':'the-canvas-element','message-ports':'comms','concept-fs-method':'forms','attr-dim-width':'the-canvas-element','ascii-compatible-character-encoding':'infrastructure','form-submission-0':'forms','the-meter-element':'text-level-semantics','security-4':'comms','plugins':'infrastructure','refsMQ':'references','htmloptionscollection-0':'infrastructure','terminology-0':'infrastructure','attr-input-placeholder':'forms','flow-content-0':'dom','html-elements':'infrastructure','attr-meter-low':'text-level-semantics','attr-script-defer':'semantics','md-vevent-transp':'microdata','microdata':'microdata','attr-iframe-frameborder':'obsolete','md-vcard-org-organization-name':'microdata','states-of-the-type-attribute':'forms','url_mismatch_err':'infrastructure','md-vevent-contact':'microdata','att-col-charoff':'obsolete','attr-tbody-align':'obsolete','declarative-3d-scenes':'no','concept-option-disabled':'forms','inter-element-whitespace':'dom','md-vcard-type-tel-isdn':'microdata','link-type-first':'history','the-h1-h2-h3-h4-h5-and-h6-elements':'semantics','attr-ul-type':'obsolete','namespace_err':'infrastructure','introduction-4':'editing','introduction-7':'comms','md-vevent-comment':'microdata','introduction-1':'microdata','introduction-3':'offline','the-button-element':'forms','the-ol-element':'semantics','void-elements':'syntax','attr-tdth-colspan':'tabular-data','refsABNF':'references','attr-col-span':'tabular-data','the-i-element':'text-level-semantics','the-embed-element':'text-level-semantics','file-upload-state':'forms','paragraph':'embedded-content-0','dom-innerhtml':'embedded-content-0','refsCSSUI':'references','history':'history','ascii-case-insensitive':'infrastructure','numbers':'infrastructure','default-view':'browsers','writing-cache-manifests':'offline','undomanager':'editing','attrtdth-rowspan':'tabular-data','menus':'interactive-elements','the-dd-element':'semantics','md-vevent-description':'microdata','enabling-and-disabling-form-controls':'forms','reflect':'infrastructure','md-vcard-adr-country-name':'microdata','htmlaudioelement':'video','refsXPATH10':'references','document-wide-default-language':'semantics','attr-style-type':'semantics','the-lang-and-xml:lang-attributes':'dom','htmlmodelement':'text-level-semantics','meta-application-name':'semantics','predefined-vocabularies':'microdata','dom-media-have_future_data':'video','dom-mediaerror-media_err_network':'video','examples-0':'microdata','examples-1':'microdata','beforeunloadevent':'history','edits-and-lists':'text-level-semantics','attr-input-type-date-keyword':'forms','the-2d-context':'the-canvas-element','valid-date-or-time-string-in-content':'infrastructure','refsCESU8':'references','md-vevent-rdate':'microdata','interactive-content-0':'embedded-content-0','the-nav-element':'semantics','seeking':'video','refsBOCU1':'refeences','reflecting-dom-attributes':'index','conformance-requirements':'infrastructure','valid-global-date-and-time-string':'infrastructure','concept-option-label':'forms','auxiliary-browsing-contexts':'browsers','refsRFC2445':'references','attr-textarea-required':'forms','htmldlistelement':'semantics','refsRFC2119':'references','attr-progress-value':'text-level-semantics','attr-tbody-char':'obsolete','md-vcard-type-impp-mobile':'microdata','attr-area-shape-keyword-poly':'the-canvas-element','attr-option-value':'forms','attr-input-type-password-keyword':'forms','attr-param-name':'text-level-semantics','the-select-element':'forms','attr-blockquote-cite':'semantics','attr-input-required':'forms','invalid_modification_err':'infrastructure','offline':'offline','the-microdata-model':'microdata','localization':'no','attr-img-src':'text-level-semantics','attr-lang':'dom','windowtimers':'browsers','gcop-source-out':'the-canvas-element','attr-option-label':'forms','reversed-dns-identifiers':'infrastructure','selectio-0':'editing','expiring-application-caches':'offline','md-vcard-sound':'microdata','preceded-or-followed':'dom','md-vcard-type-tel-bbs':'microdata','month-state':'forms','refsBEZIER':'references','limiting-user-input-length':'forms','attr-a-name':'obsolete','script':'semantics','introduction':'introduction','menus-intro':'interactive-elements','dom-context-2d-drawimage':'the-canvas-element','concept-input-value-default-range':'forms','button-state':'forms','list-state':'interactive-elements','attr-object-border':'obsolete','hyperlink-link':'semantics','dragevent':'editing','pragma-directives':'semantics','attr-body-text':'obsolete','a-purely-decorative-image-that-doesn-t-add-any-information':'text-level-semantics','transparent-content-models':'embedded-content-0','simple-dialogs':'browsers','attr-li-type':'obsolete','text-content':'dom','hierarchical-link-types':'history','attr-input-step':'forms','the-a-element':'text-level-semantics','refsUNIVCHARDET':'references','phrasing-content-0':'dom','htmloutputeleent':'forms','command-api':'interactive-elements','htmlallcollection':'infrastructure','attr-tr-char':'obsolete','the-colgroup-element':'tabular-data','the-tr-element':'tabular-data','attr-td-th-bgcolor':'obsolete','syntax-doctype':'syntax','attr-body-alink':'obsolete','htmlcollection-0':'infrastructure','attr-area-shape-keyword-rect':'the-canvas-element','attr-fs-action':'forms','session-history':'history','md-vcard-adr-region':'microdata','dom-media-network_loaded':'video','attr-table-border':'obsolete','attr-input-type-week-keyword':'forms','maximum-allowed-value-length':'forms','htmlpreelement':'semantics','the-draggable-attribute':'editing','attr-fs-method':'forms','datatransfer':'editing','attr-meta-name':'semantics','windows':'browsers','command-facet-label':'interactive-elements','attr-area-shape':'the-canvas-element','attr-style-title':'semantics','refsIANACHARSET':'references','attributes-for-form-submission':'forms','htmlvideoelement':'video','attr-fs-method-put-keyword':'forms','html-vs-xhtml':'ntroduction','the-xhtml-syntax':'the-xhtml-syntax','refsBIDI':'references','font':'obsolete','attr-option-disabled':'forms','attr-a-shape':'obsolete','attr-body-background':'obsolete','text-ping':'iana-considerations','interactive-elements':'interactive-elements','the-abbr-element':'text-level-semantics','attr-style-scoped':'semantics','domsettabletokenlist-0':'infrastructure','the-autocomplete-attribute':'forms','refsXMLNS':'references','iana-considerations':'iana-considerations','attr-input-type-tel-keyword':'forms','association-of-controls-and-forms':'forms','structure-of-this-specification':'introduction','attr-table-rules':'obsolete','the-label-element':'forms','canvasrenderingcontext2d':'the-canvas-element','furthest-ancestor-browsing-context':'browsers','dom-context-2d-textbaseline-middle':'the-canvas-element','autofocusing-a-form-control':'forms','attr-param-valuetype':'obsolete','attr-fs-enctype-formdata':'forms','user-interface':'video','attr-hyperlink-rel':'history','text-node':'infrastructure','ommand-insertimage':'editing','attr-ol-start':'semantics','formatblock-candidate':'editing','state-object':'history','attr-input-type-submit-keyword':'forms','predefined-global-property-name':'microdata','concept-item-corresponding':'microdata','embedded-content':'embedded-content-0','the-datalist-element':'forms','event-ratechange':'video','elements-in-the-dom':'dom','attr-link-title':'semantics','attr-menu-label':'interactive-elements','htmltablerowelement':'tabular-data','hyperlink':'history','attr-body-vlink':'obsolete','refsCSSFONTS':'references','context':'the-canvas-element','command-selectall':'editing','document.write':'embedded-content-0','htmlsourceelement':'video','attr-html-version':'obsolete','domsettabletokenlist':'infrastructure','attr-input-pattern':'forms','transformations':'the-canvas-element','md-vevent-url':'microdata','using-the-microdata-dom-api':'microdata','insertadjacenthtml':'embedded-content-0','tag-cloud':'semantics','attr-th-scope-rowgroup':'tabular-data','dom-appcache-downloadng':'offline','attr-object-codebase':'obsolete','refsSELECTORS':'references','md-vevent-dtstart':'microdata','htmlprogresselement':'text-level-semantics','attr-input-type-datetime-keyword':'forms','propertynodelist':'infrastructure','attr-textarea-wrap-hard-state':'forms','the-table-element':'tabular-data','event-appcache-progress':'offline','dom-tree-accessors':'dom','attr-table-frame':'obsolete','attr-input-type-datetime-local-keyword':'forms','attr-table-width':'obsolete','md-vcard-type-adr-intl':'microdata','interpolation':'the-canvas-element','concept-fs-enctype':'forms','dom-time-timezone':'text-level-semantics','ancestor-browsing-context':'browsers','attr-fs-formtarget':'forms','md-vevent-class':'microdata','the-del-element':'text-level-semantics','a-short-phrase-or-label-with-an-alternative-graphical-representation:-icons-logos':'text-level-semantics','attr-table-cellspacing':'obsolete','concept-datetime-digit':'infrastructure','attr-object-name':'text-level-semantics','attr-area-coords':'the-canvaselement','embedding-custom-non-visible-data':'dom','gcop-destination-over':'the-canvas-element','wrong_document_err':'infrastructure','dom-location-protocol':'history','syntax-tags':'syntax','gcop-xor':'the-canvas-element','compatibility-caseless':'infrastructure','newlines':'syntax','attr-xml-lang':'dom','associating-names-with-items':'microdata','attr-input-maxlength':'forms','relationship-to-html-4.01-and-dom2-html':'introduction','the-ul-element':'semantics','metadata-content-0':'dom','location':'history','refsE163':'references','attr-form-name':'forms','big':'obsolete','valid-vevent-duration-string':'microdata','attr-command-icon':'interactive-elements','dom-appcache-idle':'offline','the-caption-element':'tabular-data','case-sensitive':'infrastructure','facets':'interactive-elements','ignore':'infrastructure','valid-local-date-and-time-string':'infrastructure','dom-media-network_idle':'video','terminology':'infrastructure','the-title-element-0':'semantics','attr-source-media':'video','valid-floating-pont-number':'infrastructure','link-type-feed':'history','examples':'microdata','naming-form-controls':'forms','attr-input-type-keywords':'forms','refsCSSCOLOR':'references','names:-the-itemprop-attribute':'microdata','attr-textarea-rows':'forms','the-list-attribute':'forms','dom-media-have_metadata':'video','interactive-content':'embedded-content-0','dom-location-search':'history','attr-iframe-src':'text-level-semantics','refsRFC5322':'references','valid-browsing-context-name':'browsers','command-facet-accesskey':'interactive-elements','attr-input-type-number-keyword':'forms','attr-fs-method-get-keyword':'forms','location-of-the-media-resource':'video','refsRFC2646':'references','attr-link-sizes-any':'history','refsRFC2318':'references','telephone-state':'forms','a-phrase-or-paragraph-with-an-alternative-graphical-representation:-charts-diagrams-graphs-maps-illustrations':'text-level-semantics','event-load':'video','refsCHARMOD':'references','refsX690':'references','md-vcard-type-tel-pager':'microdata','dom-avigator-registerprotocolhandler':'browsers','document-metadata':'semantics','refsCOMPUTABLE':'references','htmlulistelement':'semantics','attr-input-align':'obsolete','the-iframe-element':'text-level-semantics','concept-property-value':'microdata','refsMAILTO':'references','current-entry-of-the-joint-session-history':'history','htmlparamelement':'text-level-semantics','md-vcard-adr-locality':'microdata','attr-hyperlink-target':'history','activating-state-object-entries':'history','reset-button-state':'forms','syntax-elements':'syntax','character-encodings':'infrastructure','attr-img-ismap':'text-level-semantics','gcop-destination-atop':'the-canvas-element','text-that-has-been-rendered-to-a-graphic-for-typographical-effect':'text-level-semantics','refsCSSOM':'references','md-vcard-type-tel-msg':'microdata','refsISO885911':'references','url-decomposition-attributes':'infrastructure','attr-command-type':'interactive-elements','attr-col-char':'obsolete','md-vcard-class':'microdata','md-vevent-categories':'micrdata','attr-th-scope-auto':'tabular-data','attr-input-list':'forms','attr-colgroup-span':'tabular-data','attr-object-archive':'obsolete','event-appcache-noupdate':'offline','elements':'dom','mediaevents':'video','md-vcard-n':'microdata','line-styles':'the-canvas-element','text-state-and-search-state':'forms','non-negative-integers':'infrastructure','valid-month-string':'infrastructure','syntax-attribute-name':'syntax','htmloptgroupelement':'forms','documents-in-the-dom':'dom','svg':'the-canvas-element','attr-button-type-reset':'forms','attr-input-readonly':'forms','attr-input-max':'forms','event-progress':'video','md-vcard-type-impp-business':'microdata','headings-and-sections':'semantics','event-dragend':'editing','md-vcard-adr-extended-address':'microdata','concept-week':'infrastructure','md-vcard-url':'microdata','tool-bar-state':'interactive-elements','resources':'infrastructure','syntax-newlines':'syntax','media-resource':'video','syntax-references':'infrastructure','attr-iframe-seamless':'text-level-smantics','valid-week-string':'infrastructure','valid-url':'infrastructure','attr-data':'dom','gcop-source-over':'the-canvas-element','contenteditable':'editing','event-appcache-updateready':'offline','htmltableheadercellelement':'tabular-data','vevent':'microdata','compositing':'the-canvas-element','unloading-documents':'history','dimension-attributes':'the-canvas-element','attr-embed-src':'text-level-semantics','video':'video','attr-img-name':'obsolete','index':'index','attr-media-autobuffer':'video','the-hgroup-element':'semantics','md-vevent-created':'microdata','attr-ol-reversed':'semantics','valid-mime-type':'infrastructure','acronym':'obsolete','attr-meter-max':'text-level-semantics','valid-time-string':'infrastructure','attr-contextmenu':'interactive-elements','context-menu-state':'interactive-elements','the-strong-element':'text-level-semantics','attr-fs-target':'forms','the-head-element':'dom','a-key-part-of-the-content':'text-level-semantics','refsSCSU':'references','htmldivelement':'interactive-eements','media-element':'video','the-constraint-validation-api':'forms','event-durationchange':'video','attr-td-th-axis':'obsolete','link-type-pingback':'history','the-hr-element':'semantics','microdata-dom-api':'microdata','link-type-next':'history','event-canplaythrough':'video','child-browsing-context':'browsers','attr-fs-formaction':'forms','navigating-auxiliary-browsing-contexts-in-the-dom':'browsers','syntax-attribute-value':'syntax','attr-td-th-valign':'obsolete','htmlmeterelement':'text-level-semantics','noframes':'obsolete','gcop-source-in':'the-canvas-element','refsCSS':'references','the-step-attribute':'forms','concept-meta-extensions':'semantics','text-field-selection':'editing','signed-integers':'infrastructure','htmllielement':'semantics','attr-img-vspace':'obsolete','windowmodal':'browsers','md-work-title':'microdata','number-of-days-in-month-month-of-year-year':'infrastructure','hyperlink-elements':'history','browser-state':'offline','the-canvas-element':'the-canvas-element','attr-meta-http-quiv-content-type':'semantics','attr-style-media':'semantics','refsRFC2806':'references','links':'history','refsDOMEVENTS':'references','event-appcache-checking':'offline','refsARIA':'references','attr-meta-http-equiv':'semantics','htmldatalistelement':'forms','attr-td-th-width':'obsolete','dom-appcache-obsolete':'offline','the-style-element':'semantics','refsISO8601':'references','refsRFC1494':'references','md-vcard-type-tel-modem':'microdata','event-appcache-obsolete':'offline','common-grouping-idioms':'semantics','attr-img-alt':'text-level-semantics','md-work-author':'microdata','dom-appcache-checking':'offline','refsXML':'references','selectors':'the-xhtml-syntax','attr-iframe-marginwidth':'obsolete','the-link-element':'semantics','command-superscript':'editing','applicationcache':'offline','comms':'comms','concept-fs-novalidate':'forms','attr-tbody-charoff':'obsolete','attr-input-type-hidden-keyword':'forms','htmlinputelement':'forms','htmloptionelement':'forms','attr-input-type-file-keyword':'forms','he-base-element':'semantics','the-basic-syntax':'microdata','md-vcard-type-tel-cell':'microdata','attr-input-type-checkbox-keyword':'forms','transparent':'embedded-content-0','event-handler-content-attributes':'browsers','linkTypes':'history','text-0':'syntax','the-html-element':'dom','attr-col-valign':'obsolete','refsMATHML':'references','concept-fs-action':'forms','attr-progress-max':'text-level-semantics','link-type-archives':'history','offsets-into-the-media-resource':'video','a-type-that-the-user-agent-knows-it-cannot-render':'video','md-vcard-type-tel-pref':'microdata','dom-time-date':'text-level-semantics','constraints':'forms','attr-input-multiple':'forms','attr-subject':'microdata','meta':'semantics','attr-link-type':'semantics','attr-td-th-height':'obsolete','refsPNG':'references','dom-link-disabled':'semantics','the-hidden-attribute':'editing','attr-a-rev':'obsolete','attr-input-accept':'forms','htmltablesectionelement':'tabular-data','secondary-browsing-context':'browsers','undo':'editing','linktype-external':'history','command-facet-disabledstate':'interactive-elements','usage-summary':'text-level-semantics','top-level-microdata-items':'microdata','system-state-and-capabilities':'browsers','attr-details-open':'interactive-elements','content-models':'dom','htmltabledatacellelement':'tabular-data','footnotes':'text-level-semantics','other-link-types':'history','attr-abbr-title':'text-level-semantics','event-waiting':'video','event-dragstart':'editing','a-group-of-images-that-form-a-single-larger-picture-with-no-links':'text-level-semantics','apis-for-creating-and-navigating-browsing-contexts-by-name':'browsers','attr-area-alt':'the-canvas-element','represented-by-the-collection':'infrastructure','the-xml:base-attribute-xml-only':'dom','channel-messaging':'comms','sectioning-content-0':'dom','htmlelement':'dom','event-stalled':'video','attr-img-longdesc':'obsolete','enumerated-attribute':'infrastructure','attr-input-size':'forms','attr-dim-height':'the-canvas-element','space-separated-tokens':'infratructure','htmlallcollection-0':'infrastructure','refsPINGBACK':'references','md-vcard-sort-string':'microdata','xml-documents':'dom','attr-menu-type':'interactive-elements','md-vcard-rev':'microdata','attr-input-value':'forms','semantics-0':'dom','htmlmediaelement':'video','plaintext':'obsolete','metadata-content':'dom','attr-object-vspace':'obsolete','documents':'dom','invalid_character_err':'infrastructure','htmlimageelement':'text-level-semantics','attr-object-hspace':'obsolete','refsXSLT10':'references','attr-meta-charset':'semantics','command-inserttext':'editing','attr-command-type-state-radio':'interactive-elements','crossDocumentMessages':'comms','the-selection':'editing','htmlcanvaselement':'the-canvas-element','md-vcard-type-impp-pref':'microdata','refsJSURL':'references','url':'infrastructure','valid-date-or-time-string':'infrastructure','the-ready-states':'video','selection':'editing','text':'the-canvas-element','attr-col-align':'obsolete','attr-time-datetime':'text-level-semantics','the-body-eement-0':'semantics','html-documents':'dom','fully-active':'browsers','attr-dfn-title':'text-level-semantics','the-html-element-0':'semantics','dom-location-port':'history','attr-body-bgcolor':'obsolete','messagechannel':'comms','comma-separated-tokens':'infrastructure','ready-for-editing-host-commands':'editing','dialogs-implemented-using-separate-documents':'browsers','md-vcard-type-email-pref':'microdata','refsEUCKR':'references','event-playing':'video','gcop-destination-out':'the-canvas-element','password-state':'forms','the-kbd-element':'text-level-semantics','htmlpropertycollection':'infrastructure','view':'browsers','selecting-names-when-defining-vocabularies':'microdata','the-head-element-0':'semantics','x-this':'introduction','concept-month':'infrastructure','attr-video-poster':'video','link-type-prefetch':'history','syntax-escape-start':'syntax','the-tfoot-element':'tabular-data','basefont':'obsolete','collections-0':'infrastructure','attr-table-bgcolor':'obsolete','md-vcard-geo':'microdata','commnd-facet-id':'interactive-elements','commands':'interactive-elements','flow-content':'dom','command-forwarddelete':'editing','common-dom-interfaces':'infrastructure','an-image-in-an-e-mail-or-private-document-intended-for-a-specific-person-who-is-known-to-be-able-to-view-images':'text-level-semantics','attr-meta-scheme':'obsolete','attributes':'syntax','htmlarticleelement':'semantics','valid-date-string':'infrastructure','attr-canvas-width':'the-canvas-element','concept-date':'infrastructure','abort_err':'infrastructure','form-owner':'forms','dom-appcache-uncached':'offline','attr-input-src':'forms','attr-col-width':'obsolete','attr-tr-valign':'obsolete','attr-input-type':'forms','playing-the-media-resource':'video','defining-term':'text-level-semantics','the-textarea-element':'forms','the-link-is-an-alternative-stylesheet':'history','md-vcard-type-adr-dom':'microdata','md-vcard-type-tel-home':'microdata','valid-integer':'infrastructure','attr-object-codetype':'obsolete','dom-media-network_loading':'video',refsDOM2HTML':'references','nested-browsing-contexts':'browsers','event-canplay':'video','command-createlink':'editing','attr-media-autoplay':'video','md-vcard-type-adr-pref':'microdata','the-tbody-element':'tabular-data','event-loadend':'video','link-type-search':'history','named-access-on-the-window-object':'browsers','other-pragma-directives':'semantics','htmlformcontrolscollection':'infrastructure','md-work-license':'microdata','valid-denominator-punctuation-character':'infrastructure','center':'obsolete','refsWIN1252':'references','md-vcard-n-additional-name':'microdata','textFieldSelection':'editing','audio':'video','md-vcard-type-impp-home':'microdata','htmlcollection':'infrastructure','global-attributes':'dom','application-microdata-json':'iana-considerations','the-section-element':'semantics','link-type-stylesheet':'history','week-number-of-the-last-day':'infrastructure','attr-input-autocomplete-off-state':'forms','attr-fs-enctype-text':'forms','md-vcard-email':'microdata','syntax-end-tag':'syntax''md-about':'microdata','attr-link-hreflang':'semantics','outlines':'semantics','attr-area-shape-poly':'the-canvas-element','the-fieldset-element':'forms','radio-button-group':'forms','attr-a-coords':'obsolete','attr-link-target':'obsolete','dom-context-2d-textbaseline-hanging':'the-canvas-element','dom-navigator-registercontenthandler':'browsers','attr-command-label':'interactive-elements','how-to-read-this-specification':'introduction','attr-link-rel':'semantics','htmlformelement':'forms','attr-body-link':'obsolete','attr-link-rev':'obsolete','attr-iframe-marginheight':'obsolete','htmlanchorelement':'text-level-semantics','attr-textarea-wrap':'forms','event-loadstart':'video','md-vevent-dtend':'microdata','the-dir-attribute':'dom','the-doctype':'syntax','dom-location-hostname':'history','common-microsyntaxes':'infrastructure','refsHTMLDIFF':'references','attr-img-border':'obsolete','md-vcard-label-value':'microdata','event-appcache-error':'offline','the-small-element':'text-level-semantics','event-message''comms','custom-data-attribute':'dom','session-history-entry':'history','refsWIN949':'references','common-input-element-apis':'forms','messageportarray':'comms','attr-table-cellpadding':'obsolete','command-facet-icon':'interactive-elements','attr-ul-compact':'obsolete','navigatorid':'browsers','url-state':'forms','mime-type':'infrastructure','valid-hash-name-reference':'infrastructure','attr-command-type-keyword-command':'interactive-elements','md-vcard-label-type':'microdata','command-facet-hint':'interactive-elements','command-facet-action':'interactive-elements','md-vcard-type-impp-work':'microdata','loading-the-media-resource':'video','time-state':'forms','application-xhtml-xml':'iana-considerations','md-vcard-adr':'microdata','document-level-focus-apis':'editing','the-b-element':'text-level-semantics','vaguer-moments-in-time':'infrastructure','home-subtree':'infrastructure','media-data':'video','attr-fe-name':'forms','event-drop':'editing','text-level-semantics':'text-level-semantics','barprop':'browses','serializability-of-script-execution':'introduction','attr-input-type-search-keyword':'forms','editing':'editing','concept-http-equiv-extensions':'semantics','md-vcard-type-tel-pcs':'microdata','dom-location-host':'history','the-undomanager-interface':'editing','attr-legend-align':'obsolete','end-tags':'syntax','mime-types':'video','valid-lowercase-simple-color':'infrastructure','named-character-references':'named-character-references','dom-context-2d-textbaseline-bottom':'the-canvas-element','cdata-rcdata-restrictions':'syntax','rel-icon':'history','text-cache-manifest':'iana-considerations','htmltablecellelement':'tabular-data','the-samp-element':'text-level-semantics','grouping-content':'semantics','authors-using-html':'infrastructure','syntax-tag-omission':'syntax','event-appcache-downloading':'offline','the-optgroup-element':'forms','attr-canvas-height':'the-canvas-element','current-entry':'history','refsUNICODE':'references','refsRFC2426':'references','htmllabelelement':'forms','attr-input-autocompete-default-state':'forms','start-tags':'syntax','content-categories':'dom','browsing-context-names':'browsers','submit-button-state':'forms','concept-select-option-list':'forms' }; +var fragment_links = { 'refsRFC1557':'references','attr-meter-high':'text-level-semantics','refsRFC1554':'references','dom-opener':'browsers','ports-and-garbage-collection':'comms','attr-label-for':'forms','htmlcommandelement':'interactive-elements','the-history-interface':'history','refsXHR':'references','attr-fs-method-delete-keyword':'forms','htmlfieldsetelement':'forms','the-root-element':'semantics','command-facet-type':'interactive-elements','md-vcard-type-adr-home':'microdata','valid-non-negative-integer':'infrastructure','attr-fs-enctype-urlencoded':'forms','md-vcard-label':'microdata','activation':'editing','the-br-element':'semantics','case-sensitivity-and-string-comparison':'infrastructure','command-redo':'editing','attr-meter-value':'text-level-semantics','dom-style-disabled':'semantics','attr-media-src':'video','concept-facet':'interactive-elements','hierarchy_request_err':'infrastructure','attr-script-async':'semantics','a-graphical-representation-of-some-of-the-surrounding-text':'text-level-emantics','math':'the-canvas-element','attr-br-clear':'obsolete','attr-iframe-longdesc':'obsolete','attr-input-usemap':'obsolete','posting-messages':'comms','attr-meta-http-equiv-content-language':'semantics','the-maxlength-attribute':'forms','predefined-vocabularies-0':'microdata','the-cite-element':'text-level-semantics','attr-button-type':'forms','attr-input-type-button-keyword':'forms','refsIEEE754':'references','attr-hr-align':'obsolete','custom-handlers':'browsers','non-conforming-features':'obsolete','attr-textarea-wrap-soft':'forms','md-vcard-tel-value':'microdata','concept-fe-disabled':'forms','dom-feature-strings':'infrastructure','root-element':'infrastructure','path':'the-canvas-element','attr-link-href':'semantics','spelling-and-grammar-checking':'editing','htmltitleelement':'semantics','canvaspattern':'the-canvas-element','syntax-escape-end':'syntax','character-references':'syntax','md-vevent-geo':'microdata','command-bold':'editing','attr-hyperlink-media':'history','dom-context-2d-textbaselin-top':'the-canvas-element','attr-object-align':'obsolete','syntax-start-tag':'syntax','md-vcard-type-adr-postal':'microdata','link-type-index':'history','refsHTTP':'references','strike':'obsolete','browsing-the-web':'history','encoding-microdata':'microdata','refsDOMRANGE':'references','dom-progress-position':'text-level-semantics','vcard':'microdata','attr-tr-bgcolor':'obsolete','the-img-element':'text-level-semantics','url-property-elements':'microdata','exceptions':'infrastructure','event-pause':'video','valid-browsing-context-name-or-keyword':'browsers','attr-meta-http-equiv-refresh':'semantics','the-dfn-element':'text-level-semantics','times':'infrastructure','attr-hr-noshade':'obsolete','attr-form-autocomplete-off-state':'forms','syntax-attributes':'syntax','canvas-context-2d':'the-canvas-element','command-facet-checkedstate':'interactive-elements','refsRFC3279':'references','attr-p-align':'obsolete','md-vevent-rrule':'microdata','attr-link-charset':'obsolete','edits-and-paragraphs':'text-level-semantcs','typographic-conventions':'introduction','syntax-comments':'syntax','unknown-images':'text-level-semantics','attr-pre-width':'obsolete','the-details-element':'interactive-elements','refsRFC4770':'references','timers':'browsers','meta-description':'semantics','valid-simple-color':'infrastructure','quota_exceeded_err':'infrastructure','image-maps':'the-canvas-element','event-timeupdate':'video','refsDOMVIEWS':'references','media-element-attributes':'video','md-vcard':'microdata','htmlmenuelement':'interactive-elements','scripting-1':'semantics','scripting-0':'infrastructure','attr-input-alt':'forms','writing':'syntax','edits':'text-level-semantics','relaxing-the-same-origin-restriction':'browsers','history-0':'history','history-1':'introduction','weeks':'infrastructure','attr-textarea-cols':'forms','attr-fieldset-disabled':'forms','htmldetailselement':'interactive-elements','shadows':'the-canvas-element','md-vevent-resources':'microdata','domtokenlist-0':'infrastructure','attr-base-href':'semantics','commnd-insertorderedlist':'editing','command-unlink':'editing','the-blockquote-element':'semantics','attr-object-type':'text-level-semantics','dom-media-have_enough_data':'video','attr-input-type-email-keyword':'forms','attr-textarea-readonly':'forms','typed-items':'microdata','serialize_err':'infrastructure','client-identification':'browsers','attr-input-type-color-keyword':'forms','concept-command':'interactive-elements','attr-ol-type':'obsolete','attr-fs-method-post-keyword':'forms','htmlhrelement':'semantics','standard-metadata-names':'semantics','command-insertparagraph':'editing','attr-meta-http-equiv-default-style':'semantics','message-channels':'comms','htmltextareaelement':'forms','default-media':'semantics','refsRFC3548':'references','no_modification_allowed_err':'infrastructure','refsWEBLINK':'references','refsRFC2388':'references','valid-e-mail-address-list':'forms','r1':'tabular-data','r2':'tabular-data','reflecting-content-attributes-in-dom-attributes':'infrastructure','md-vcard-fn':'microdata','rfsRFC3490':'references','sequential-focus-navigation':'editing','attr-fs-method-delete':'forms','rank':'semantics','network-states':'video','the-input-element':'forms','the-footer-element':'semantics','navigator':'browsers','link-type-help':'history','set-of-comma-separated-tokens':'infrastructure','refsBECSS':'references','link-type-author':'history','attr-media-controls':'video','htmlmetaelement':'semantics','attr-script-charset':'semantics','range-state':'forms','dom-location-hash':'history','dom-media-have_nothing':'video','attr-fe-autofocus':'forms','in-a-document':'infrastructure','dynamic-markup-insertion':'embedded-content-0','classes':'dom','the-multiple-attribute':'forms','syntax-ambiguous-ampersand':'syntax','top-level-browsing-context':'browsers','simple-color':'infrastructure','attr-button-value':'forms','navigatorabilities':'browsers','link-type-nofollow':'history','event-drag':'editing','inuse_attribute_err':'infrastructure','attr-object-declare':'obsolete','refsWIN31J':'references','the-titl-element':'dom','event-definitions':'comms','radio-button-state':'forms','acknowledgements':'acknowledgements','htmlmapelement':'the-canvas-element','dom':'dom','md-vcard-note':'microdata','the-mark-element':'text-level-semantics','concept-fs-target':'forms','not_found_err':'infrastructure','concept-datetime-local':'infrastructure','syntax':'syntax','colors':'infrastructure','outerhtml':'embedded-content-0','md-vcard-categories':'microdata','propertyvaluearray':'infrastructure','refsPROGRESS':'references','htmloptionscollection':'infrastructure','md-vcard-tel-type':'microdata','radionodelist':'infrastructure','domtokenlist':'infrastructure','event-volumechange':'video','htmlstyleelement':'semantics','attr-th-scope-colgroup':'tabular-data','colors-and-styles':'the-canvas-element','attr-fs-enctype':'forms','attr-textarea-wrap-hard':'forms','dom-title-text':'semantics','the-sub-and-sup-elements':'text-level-semantics','md-vcard-impp-value':'microdata','event-error':'video','refsFILEAPI':'references','concept-iem':'microdata','the-col-element':'tabular-data','the-placeholder-attribute':'forms','refsDOMCORE':'references','kinds-of-content':'dom','the-td-element':'tabular-data','accessing-other-browsing-contexts':'browsers','creator-browsing-context':'browsers','items:-the-item-attribute':'microdata','attr-tdth-headers':'tabular-data','attr-textarea-wrap-soft-state':'forms','active-document':'browsers','hidden-state':'forms','miscellaneous-elements':'interactive-elements','attr-li-value':'semantics','attr-command-type-keyword-checkbox':'interactive-elements','navigatoronline':'browsers','attr-button-type-button':'forms','concept-option-value':'forms','attr-head-profile':'obsolete','form-associated-element':'forms','md-vcard-email-type':'microdata','media-elements':'video','attr-tr-align':'obsolete','urls':'infrastructure','mediaerror':'video','concept-section':'semantics','attr-meter-optimum':'text-level-semantics','refsRFC3023':'references','attr-area-shape-rect':'the-canvas-element','innerhtml':'embedded-content-','attr-input-min':'forms','e-mail-state':'forms','gcop-lighter':'the-canvas-element','htmlheadelement':'semantics','attr-input-type-url-keyword':'forms','htmlembedelement':'text-level-semantics','md-vcard-type-tel-work':'microdata','character-encoding-declaration':'semantics','attr-keygen-challenge':'forms','date-state':'forms','link-type-tag':'history','attr-div-align':'obsolete','htmlpropertycollection-0':'infrastructure','category-reset':'forms','the-dragevent-and-datatransfer-interfaces':'editing','attr-input-type-text-keyword':'forms','the-source-element':'video','attr-th-scope-col':'tabular-data','browsing-context-name':'browsers','n':'tabular-data','attr-area-shape-circle':'the-canvas-element','element-definitions':'dom','predefined-property-name':'microdata','attr-fs-method-get':'forms','md-vcard-nickname':'microdata','command-delete':'editing','link-type-prev':'history','attr-fae-form':'forms','attr-form-accept-charset':'forms','event-appcache-cached':'offline','attr-fs-formmethod':'forms','xml-mie-type':'infrastructure','absolute-url':'infrastructure','htmlbrelement':'semantics','attr-img-hspace':'obsolete','pixel-manipulation':'the-canvas-element','a-link-or-button-containing-nothing-but-the-image':'text-level-semantics','events-fired-during-a-drag-and-drop-action':'editing','attr-fe-maxlength':'forms','htmlkeygenelement':'forms','md-vevent-status':'microdata','the-body-element':'dom','heading-content':'dom','attr-html-manifest':'semantics','htmliframeelement':'text-level-semantics','the-output-element':'forms','attr-input-type-image-keyword':'forms','event-abort':'video','attr-tr-charoff':'obsolete','attr-input-type-time-keyword':'forms','attr-ol-compact':'obsolete','md-vcard-type-tel-fax':'microdata','htmltimeelement':'text-level-semantics','the-address-element':'semantics','item-type':'microdata','validation_err':'infrastructure','category-label':'forms','collections':'infrastructure','week-state':'forms','unordered-set-of-unique-space-separated-tokens':'infrastructure','scriptingLanguages':'seantics','event-dragover':'editing','attr-hx-align':'obsolete','background':'introduction','htmlobjectelement':'text-level-semantics','scrolling-elements-into-view':'editing','network_err':'infrastructure','refsRFC4281':'references','security':'dom','refsRFC4329':'references','domstringmap-0':'infrastructure','paragraphs':'embedded-content-0','the-ins-element':'text-level-semantics','attr-embed-type':'text-level-semantics','manually-releasing-the-storage-mutex':'browsers','comments':'syntax','attr-command-type-state-checkbox':'interactive-elements','nested-browsing-context':'browsers','phrasing-content':'dom','dnd':'editing','event-handler-attributes-0':'browsers','attr-meter-min':'text-level-semantics','tag-clouds':'semantics','md-vcard-agent':'microdata','md-vcard-type-impp-personal':'microdata','md-vevent':'microdata','attr-command-disabled':'interactive-elements','controlling-the-input-stream':'embedded-content-0','event-dragenter':'editing','months':'infrastructure','md-vevent-summary':'microdata','annoations-for-assistive-technology-products':'embedded-content-0','attr-script-type':'semantics','creator-document':'browsers','refsMIMESNIFF':'references','htmltableelement':'tabular-data','refsATOM':'references','attr-param-type':'obsolete','attr-button-type-submit':'forms','remove-an-element-from-a-document':'infrastructure','the-readonly-attribute':'forms','htmlscriptelement':'semantics','unquoted':'syntax','distinguishing-site-wide-headings-from-page-headings':'semantics','refsBIG5':'references','isindex-0':'obsolete','refsRFC1468':'references','attr-area-nohref':'obsolete','index_size_err':'infrastructure','messageport':'comms','attr-fs-formenctype':'forms','introduction-5':'editing','cdata-sections':'syntax','command-facet-hiddenstate':'interactive-elements','syntax-escape':'syntax','md-vcard-title':'microdata','introduction-6':'comms','refsSVG':'references','refsECMA357':'references','introduction-2':'browsers','e-mail-type-strings':'microdata','md-vcard-adr-street-address':'microdata','dom-media-netwok_no_source':'video','command-insertunorderedlist':'editing','the-directionality':'dom','event-play':'video','no':'no','md-vcard-org':'microdata','attr-select-size':'forms','dom-mediaerror-media_err_aborted':'video','the-location-interface':'history','attr-q-cite':'text-level-semantics','willful-violation':'introduction','meta-generator':'semantics','attr-spellcheck':'editing','local-date-and-time-state':'forms','the-canvas-state':'the-canvas-element','attr-a-charset':'obsolete','concept-datetime':'infrastructure','html-namespace':'infrastructure','a-group-of-images-that-form-a-single-larger-picture-with-links':'text-level-semantics','navigating-nested-browsing-contexts-in-the-dom':'browsers','link-type-sidebar':'history','attr-meta-content':'semantics','the-accesskey-attribute':'editing','command-italic':'editing','focus':'editing','attr-caption-align':'obsolete','attr-textarea-placeholder':'forms','sequential-link-types':'history','md-vcard-adr-type':'microdata','local-dates-and-times':'infrastructure','hmlselectelement':'forms','attr-mod-cite':'text-level-semantics','date-or-time-string':'infrastructure','attr-article-pubdate':'semantics','command-undo':'editing','dir':'obsolete','timeranges':'video','md-vcard-role':'microdata','attr-hyperlink-href':'history','input-type-attr-summary':'forms','obsolete':'obsolete','number-state':'forms','md-vcard-mailer':'microdata','secondary-browsing-contexts':'browsers','dom-media-have_current_data':'video','global-dates-and-times':'infrastructure','the-pre-element':'semantics','concept-submit-button':'forms','command-unselect':'editing','refsSHIFTJIS':'references','htmldocument':'dom','concept-button':'forms','refsWEBADDRESSES':'references','attr-param-value':'text-level-semantics','refsECMA262':'references','md-vcard-type-tel-video':'microdata','the-rt-element':'text-level-semantics','resource-metadata-management':'dom','link-type-license':'history','attr-command-type-keyword-radio':'interactive-elements','scripting':'browsers','sectioning-content':'dom','syntax-tag-nme':'syntax','relationships-to-other-specifications':'introduction','md-vcard-tel':'microdata','set-of-space-separated-tokens':'infrastructure','browser-interface-elements':'browsers','canvaspixelarray':'the-canvas-element','the-id-attribute':'dom','style-default-media':'semantics','attr-hr-size':'obsolete','htmlparagraphelement':'semantics','not_supported_err':'infrastructure','charset512':'semantics','refsRFC2483':'references','messageevent':'comms','security_err':'infrastructure','event-dragleave':'editing','attr-object-standby':'obsolete','attr-mod-datetime':'text-level-semantics','the-noscript-element':'semantics','attr-input-type-range-keyword':'forms','live':'infrastructure','scope':'introduction','refsXHTML10':'references','the-pattern-attribute':'forms','attr-area-shape-keyword-circle':'the-canvas-element','attr-td-th-nowrap':'obsolete','attr-tabindex':'editing','refsPSL':'references','printing':'browsers','values':'microdata','attr-link-media':'semantics','htmlformcontrolscollection-0':'infrastrucure','xml-compatible':'infrastructure','htmlbuttonelement':'forms','attr-fs-novalidate':'forms','event-seeked':'video','attr-input-type-reset-keyword':'forms','attr-optgroup-label':'forms','dom-context-2d-textbaseline-ideographic':'the-canvas-element','context-menus':'interactive-elements','the-param-element':'text-level-semantics','charset':'semantics','ping':'history','auxiliary-browsing-context':'browsers','xhtml':'the-xhtml-syntax','the-option-element':'forms','attr-script-src':'semantics','htmlareaelement':'the-canvas-element','refsCOOKIES':'references','refsPORTERDUFF':'references','attr-hyperlink-type':'history','telephone-type-strings':'microdata','outline':'semantics','attr-select-multiple':'forms','attr-iframe-sandbox':'text-level-semantics','address-type-strings':'microdata','dom-location-pathname':'history','the-span-element':'text-level-semantics','definitions':'forms','the-form-element':'forms','the-keygen-element':'forms','a-quick-introduction-to-html':'introduction','htmlquoteelement':'semanics','attr-input-autocomplete':'forms','link-type-up':'history','user-prompts':'browsers','md-vevent-duration':'microdata','forms':'forms','window':'browsers','listing':'obsolete','attr-th-scope':'tabular-data','event-seeking':'video','attr-object-data':'text-level-semantics','attr-table-align':'obsolete','category-listed':'forms','attr-hyperlink-usemap':'the-canvas-element','no_data_allowed_err':'infrastructure','embedded-content-1':'text-level-semantics','embedded-content-0':'embedded-content-0','the-dialog-element':'semantics','other-metadata-names':'semantics','the-required-attribute':'forms','authors-using-xhtml':'infrastructure','manifests':'offline','attr-command-radiogroup':'interactive-elements','canvas':'the-canvas-element','command-formatblock':'editing','md-vcard-type-tel-car':'microdata','attr-dl-compact':'obsolete','htmlhtmlelement':'semantics','md-vevent-sequence':'microdata','htmlunknownelement':'dom','md-vcard-logo':'microdata','sectioning-root':'semantics','the-size-attribute':'forms','md-card-type-email-internet':'microdata','md-vcard-email-value':'microdata','htmllinkelement':'semantics','heading-content-0':'dom','language':'dom','text-html':'iana-considerations','copy-and-paste':'editing','valid-list-of-integers':'infrastructure','attr-hr-width':'obsolete','md-vcard-type-tel-voice':'microdata','the-style-attribute':'dom','the-div-element':'interactive-elements','the-document-s-current-address':'dom','blink':'obsolete','licensing-works':'microdata','elements-0':'syntax','md-vcard-tz':'microdata','doctype-legacy-string':'syntax','error-codes':'video','the-q-element':'text-level-semantics','event-ended':'video','refsRFC1345':'references','complex-shapes-paths':'the-canvas-element','syntax-charref':'syntax','attr-input-type-radio-keyword':'forms','the-figure-element':'text-level-semantics','semantics':'semantics','attr-tbody-valign':'obsolete','sections':'semantics','refsHTML4':'references','concept-time':'infrastructure','syntax-cdata':'syntax','htmltablecaptionelement':'tabular-data','commo-input-element-attributes':'forms','refsRFC2237':'references','dates-and-times':'infrastructure','refsRFC5280':'references','gcop-copy':'the-canvas-element','optional-tags':'syntax','attr-link-sizes':'history','refsGRAPHICS':'references','the-document-s-address':'dom','md-vcard-n-given-name':'microdata','canvasgradient':'the-canvas-element','attr-th-scope-row':'tabular-data','gcop-source-atop':'the-canvas-element','type_mismatch_err':'infrastructure','refsXHTMLMOD':'references','refsOPENSEARCH':'references','attr-form-autocomplete':'forms','md-vcard-type-email-x400':'microdata','property-names':'microdata','attr-fe-disabled':'forms','general-guidelines':'text-level-semantics','the-bdo-element':'text-level-semantics','the-article-element':'semantics','attr-td-th-abbr':'obsolete','apis-in-html-documents':'embedded-content-0','attr-input-checked':'forms','spacer':'obsolete','the-aside-element':'semantics','a-sample-manifest':'offline','dom-mediaerror-media_err_src_not_supported':'video','attr-contenteditable':editing','htmlheadingelement':'semantics','xml':'infrastructure','syntax_err':'infrastructure','link-type-last':'history','refsWHATWGWIKI':'references','refsXHTML11':'references','the-min-and-max-attributes':'forms','category-submit':'forms','attr-area-shape-default':'the-canvas-element','xmp':'obsolete','attributes-common-to-form-controls':'forms','image-map':'the-canvas-element','attr-output-for':'forms','htmllegendelement':'interactive-elements','md-vcard-bday':'microdata','element-level-focus-apis':'editing','refsRFC3986':'references','refsRFC3987':'references','htmlspanelement':'text-level-semantics','textmetrics':'the-canvas-element','attr-iframe-align':'obsolete','md-vcard-n-honorific-prefix':'microdata','command-insertlinebreak':'editing','attr-map-name':'the-canvas-element','event-emptied':'video','md-work':'microdata','document.writeln':'embedded-content-0','command-subscript':'editing','attr-source-src':'video','the-var-element':'text-level-semantics','md-vcard-adr-post-office-box':'microdata','atr-script-language':'obsolete','the-undomanagerevent-interface-and-the-undo-and-redo-events':'editing','impp-type-strings':'microdata','refsGREGORIAN':'references','the-header-element':'semantics','event-summary':'offline','attr-option-selected':'forms','infrastructure':'infrastructure','form-submission':'forms','the-th-element':'tabular-data','svg-0':'the-canvas-element','dom-appcache-updateready':'offline','joint-session-history':'history','dates':'infrastructure','simple-shapes-rectangles':'the-canvas-element','s':'obsolete','attr-menu-compact':'obsolete','insert-an-element-into-a-document':'infrastructure','overview':'microdata','the-p-element':'semantics','event-loadeddata':'video','boolean-attribute':'infrastructure','interfaces-for-url-manipulation':'infrastructure','relationship-to-xhtml-1.x':'introduction','attr-iframe-name':'text-level-semantics','the-command':'interactive-elements','tabular-data':'tabular-data','real-numbers':'infrastructure','md-vcard-impp-type':'microdata','making-entire-documets-editable':'editing','documentSelection':'editing','htmlbaseelement':'semantics','attr-media-loop':'video','the-area-element':'the-canvas-element','link-type-bookmark':'history','concept-input-required':'forms','attr-keygen-keytype':'forms','prefix-match':'infrastructure','refsTIS620':'references','image-button-state':'forms','time-ranges':'video','plugin':'infrastructure','attr-area-shape-keyword-default':'the-canvas-element','refsWIN1254':'references','dom-document-open':'embedded-content-0','md-vevent-location':'microdata','htmlbodyelement':'semantics','boolean-attributes':'infrastructure','refsARIAIMPL':'references','md-vevent-last-modified':'microdata','domstring_size_err':'infrastructure','refsCORS':'references','the-dt-element':'semantics','events':'browsers','table-descriptions':'tabular-data','gcop-destination-in':'the-canvas-element','the-map-element':'the-canvas-element','dom-canvas-getcontext':'the-canvas-element','the-progress-element':'text-level-semantics','the-window-object':'browsers','edting-apis':'editing','md-vcard-type-adr-work':'microdata','refsBCP47':'references','elements-in-the-html-namespace':'infrastructure','the-object-element':'text-level-semantics','attr-td-th-char':'obsolete','refsUTF7':'references','opener-browsing-context':'browsers','the-rp-element':'text-level-semantics','refsRFC2045':'references','refsRFC2046':'references','valid-e-mail-address':'forms','valid-reversed-dns-identifier':'infrastructure','attr-command-checked':'interactive-elements','refsSRGB':'references','the-li-element':'semantics','design-notes':'introduction','attr-hyperlink-hreflang':'history','element-restrictions':'syntax','refsNPAPI':'references','compliance-with-other-specifications':'introduction','the-thead-element':'tabular-data','md-vcard-org-organization-unit':'microdata','md-vcard-photo':'microdata','md-vevent-exdate':'microdata','event-loadedmetadata':'video','parse_err':'infrastructure','md-vcard-type-adr-parcel':'microdata','noembed':'obsolete','htmltablecolelement':'tabular-data','browsin-context':'browsers','refsWIN874':'references','audience':'introduction','md-vcard-n-family-name':'microdata','md-vcard-n-honorific-suffix':'microdata','color-state':'forms','the-dl-element':'semantics','attributes-common-to-td-and-th-elements':'tabular-data','rel-sidebar-hyperlink':'history','x-that':'introduction','lists-of-integers':'infrastructure','external-resource-link':'semantics','refsGBK':'references','attr-base-target':'semantics','values-associated-with-denominator-punctuation-characters':'infrastructure','images':'the-canvas-element','refsJSON':'references','md-vcard-adr-postal-code':'microdata','attributes-common-to-ins-and-del-elements':'text-level-semantics','attr-td-th-align':'obsolete','attr-table-summary':'tabular-data','date-and-time-state':'forms','ordered-set-of-unique-space-separated-tokens':'infrastructure','attr-fs-method-post':'forms','attr-td-th-charoff':'obsolete','ratios':'infrastructure','dom-media-network_empty':'video','attr-object-code':'obsolete','dom-time-time':'text-levelsemantics','title-on-style':'semantics','browsing-context-nested-through':'browsers','dom-trees':'infrastructure','drawing-state':'the-canvas-element','dom-mediaerror-media_err_decode':'video','parent-browsing-context':'browsers','references':'references','refsWEBIDL':'references','invalid_access_err':'infrastructure','attr-optgroup-disabled':'forms','attr-command-type-state-command':'interactive-elements','attr-input-type-month-keyword':'forms','the-title-attribute':'dom','attr-source-type':'video','styling':'semantics','attr-input-autocomplete-on-state':'forms','inline-documentation-for-external-scripts':'semantics','the-code-element':'text-level-semantics','md-vcard-impp':'microdata','md-vevent-attach':'microdata','attr-img-align':'obsolete','attr-fs-formnovalidate':'forms','syntax-text':'syntax','the-legend-element':'interactive-elements','attr-command-title':'interactive-elements','mathml':'the-canvas-element','undomanagerevent':'editing','popstateevent':'history','attr-iframe-scrolling':'obsolete','lik-type-noreferrer':'history','checkbox-state':'forms','general':'microdata','attr-fs-method-put':'forms','the-time-element':'text-level-semantics','event-suspend':'video','refsX121':'references','concept-id':'dom','obsolete-but-conforming-features':'obsolete','link-type-alternate':'history','refsXMLBASE':'references','an-image-not-intended-for-the-user':'text-level-semantics','dom-context-2d-textbaseline-alphabetic':'the-canvas-element','predefined-type':'microdata','dom-outerhtml':'embedded-content-0','htmlolistelement':'semantics','anonymous-command':'interactive-elements','fallback-content':'embedded-content-0','u':'obsolete','keywords-and-enumerated-attributes':'infrastructure','the-em-element':'text-level-semantics','attr-form-autocomplete-on-state':'forms','browsing-context-container':'browsers','refsRFC1922':'references','browsers':'browsers','alt':'text-level-semantics','tt':'obsolete','invalid_state_err':'infrastructure','tree-order':'infrastructure','concept-input-type-file-selected':'forms','refsFC2109':'references','the-ruby-element':'text-level-semantics','command-inserthtml':'editing','application-cache-api':'offline','the-session-history-of-browsing-contexts':'history','md-vevent-exrule':'microdata','imagedata':'the-canvas-element','message-ports':'comms','concept-fs-method':'forms','attr-dim-width':'the-canvas-element','ascii-compatible-character-encoding':'infrastructure','form-submission-0':'forms','the-meter-element':'text-level-semantics','security-4':'comms','plugins':'infrastructure','refsMQ':'references','htmloptionscollection-0':'infrastructure','terminology-0':'infrastructure','attr-input-placeholder':'forms','flow-content-0':'dom','html-elements':'infrastructure','attr-meter-low':'text-level-semantics','attr-script-defer':'semantics','md-vevent-transp':'microdata','microdata':'microdata','attr-iframe-frameborder':'obsolete','md-vcard-org-organization-name':'microdata','states-of-the-type-attribute':'forms','url_mismatch_err':'infrastructure','md-vevent-contact':'microdata','attr-col-haroff':'obsolete','attr-tbody-align':'obsolete','declarative-3d-scenes':'no','concept-option-disabled':'forms','inter-element-whitespace':'dom','md-vcard-type-tel-isdn':'microdata','link-type-first':'history','the-h1-h2-h3-h4-h5-and-h6-elements':'semantics','attr-ul-type':'obsolete','namespace_err':'infrastructure','introduction-4':'editing','introduction-7':'comms','md-vevent-comment':'microdata','introduction-1':'microdata','introduction-3':'offline','the-button-element':'forms','the-ol-element':'semantics','void-elements':'syntax','attr-tdth-colspan':'tabular-data','refsABNF':'references','attr-col-span':'tabular-data','the-i-element':'text-level-semantics','the-embed-element':'text-level-semantics','file-upload-state':'forms','paragraph':'embedded-content-0','dom-innerhtml':'embedded-content-0','refsCSSUI':'references','history':'history','ascii-case-insensitive':'infrastructure','numbers':'infrastructure','default-view':'browsers','writing-cache-manifests':'offline','undomanager':'editing','attr-tdth-owspan':'tabular-data','menus':'interactive-elements','the-dd-element':'semantics','md-vevent-description':'microdata','enabling-and-disabling-form-controls':'forms','reflect':'infrastructure','md-vcard-adr-country-name':'microdata','htmlaudioelement':'video','refsXPATH10':'references','document-wide-default-language':'semantics','attr-style-type':'semantics','the-lang-and-xml:lang-attributes':'dom','htmlmodelement':'text-level-semantics','meta-application-name':'semantics','predefined-vocabularies':'microdata','dom-media-have_future_data':'video','dom-mediaerror-media_err_network':'video','examples-0':'microdata','examples-1':'microdata','beforeunloadevent':'history','edits-and-lists':'text-level-semantics','attr-input-type-date-keyword':'forms','the-2d-context':'the-canvas-element','valid-date-or-time-string-in-content':'infrastructure','refsCESU8':'references','md-vevent-rdate':'microdata','interactive-content-0':'embedded-content-0','the-nav-element':'semantics','seeking':'video','refsBOCU1':'references,'reflecting-dom-attributes':'index','conformance-requirements':'infrastructure','valid-global-date-and-time-string':'infrastructure','concept-option-label':'forms','auxiliary-browsing-contexts':'browsers','refsRFC2445':'references','attr-textarea-required':'forms','htmldlistelement':'semantics','refsRFC2119':'references','attr-progress-value':'text-level-semantics','attr-tbody-char':'obsolete','md-vcard-type-impp-mobile':'microdata','attr-area-shape-keyword-poly':'the-canvas-element','attr-option-value':'forms','attr-input-type-password-keyword':'forms','attr-param-name':'text-level-semantics','the-select-element':'forms','attr-blockquote-cite':'semantics','attr-input-required':'forms','invalid_modification_err':'infrastructure','offline':'offline','the-microdata-model':'microdata','localization':'no','attr-img-src':'text-level-semantics','attr-lang':'dom','windowtimers':'browsers','gcop-source-out':'the-canvas-element','attr-option-label':'forms','reversed-dns-identifiers':'infrastructure','selection-0':'diting','expiring-application-caches':'offline','md-vcard-sound':'microdata','preceded-or-followed':'dom','md-vcard-type-tel-bbs':'microdata','month-state':'forms','refsBEZIER':'references','limiting-user-input-length':'forms','attr-a-name':'obsolete','script':'semantics','introduction':'introduction','menus-intro':'interactive-elements','dom-context-2d-drawimage':'the-canvas-element','concept-input-value-default-range':'forms','button-state':'forms','list-state':'interactive-elements','attr-object-border':'obsolete','hyperlink-link':'semantics','dragevent':'editing','pragma-directives':'semantics','attr-body-text':'obsolete','a-purely-decorative-image-that-doesn-t-add-any-information':'text-level-semantics','transparent-content-models':'embedded-content-0','simple-dialogs':'browsers','attr-li-type':'obsolete','text-content':'dom','hierarchical-link-types':'history','attr-input-step':'forms','the-a-element':'text-level-semantics','refsUNIVCHARDET':'references','phrasing-content-0':'dom','htmloutputelement':forms','command-api':'interactive-elements','htmlallcollection':'infrastructure','attr-tr-char':'obsolete','the-colgroup-element':'tabular-data','the-tr-element':'tabular-data','attr-td-th-bgcolor':'obsolete','syntax-doctype':'syntax','attr-body-alink':'obsolete','htmlcollection-0':'infrastructure','attr-area-shape-keyword-rect':'the-canvas-element','attr-fs-action':'forms','session-history':'history','md-vcard-adr-region':'microdata','dom-media-network_loaded':'video','attr-table-border':'obsolete','attr-input-type-week-keyword':'forms','maximum-allowed-value-length':'forms','htmlpreelement':'semantics','the-draggable-attribute':'editing','attr-fs-method':'forms','datatransfer':'editing','attr-meta-name':'semantics','windows':'browsers','command-facet-label':'interactive-elements','attr-area-shape':'the-canvas-element','attr-style-title':'semantics','refsIANACHARSET':'references','attributes-for-form-submission':'forms','htmlvideoelement':'video','attr-fs-method-put-keyword':'forms','html-vs-xhtml':'introdction','the-xhtml-syntax':'the-xhtml-syntax','refsBIDI':'references','font':'obsolete','attr-option-disabled':'forms','attr-a-shape':'obsolete','attr-body-background':'obsolete','text-ping':'iana-considerations','interactive-elements':'interactive-elements','the-abbr-element':'text-level-semantics','attr-style-scoped':'semantics','domsettabletokenlist-0':'infrastructure','the-autocomplete-attribute':'forms','refsXMLNS':'references','iana-considerations':'iana-considerations','attr-input-type-tel-keyword':'forms','association-of-controls-and-forms':'forms','structure-of-this-specification':'introduction','attr-table-rules':'obsolete','the-label-element':'forms','canvasrenderingcontext2d':'the-canvas-element','furthest-ancestor-browsing-context':'browsers','dom-context-2d-textbaseline-middle':'the-canvas-element','autofocusing-a-form-control':'forms','attr-param-valuetype':'obsolete','attr-fs-enctype-formdata':'forms','user-interface':'video','attr-hyperlink-rel':'history','text-node':'infrastructure','comman-insertimage':'editing','attr-ol-start':'semantics','formatblock-candidate':'editing','state-object':'history','attr-input-type-submit-keyword':'forms','predefined-global-property-name':'microdata','concept-item-corresponding':'microdata','embedded-content':'embedded-content-0','the-datalist-element':'forms','event-ratechange':'video','elements-in-the-dom':'dom','attr-link-title':'semantics','attr-menu-label':'interactive-elements','htmltablerowelement':'tabular-data','hyperlink':'history','attr-body-vlink':'obsolete','refsCSSFONTS':'references','context':'the-canvas-element','command-selectall':'editing','document.write':'embedded-content-0','htmlsourceelement':'video','attr-html-version':'obsolete','domsettabletokenlist':'infrastructure','attr-input-pattern':'forms','transformations':'the-canvas-element','md-vevent-url':'microdata','using-the-microdata-dom-api':'microdata','insertadjacenthtml':'embedded-content-0','tag-cloud':'semantics','attr-th-scope-rowgroup':'tabular-data','dom-appcache-downloading':'ffline','attr-object-codebase':'obsolete','refsSELECTORS':'references','md-vevent-dtstart':'microdata','htmlprogresselement':'text-level-semantics','attr-input-type-datetime-keyword':'forms','propertynodelist':'infrastructure','attr-textarea-wrap-hard-state':'forms','the-table-element':'tabular-data','event-appcache-progress':'offline','dom-tree-accessors':'dom','attr-table-frame':'obsolete','attr-input-type-datetime-local-keyword':'forms','attr-table-width':'obsolete','md-vcard-type-adr-intl':'microdata','interpolation':'the-canvas-element','concept-fs-enctype':'forms','dom-time-timezone':'text-level-semantics','ancestor-browsing-context':'browsers','attr-fs-formtarget':'forms','md-vevent-class':'microdata','the-del-element':'text-level-semantics','a-short-phrase-or-label-with-an-alternative-graphical-representation:-icons-logos':'text-level-semantics','attr-table-cellspacing':'obsolete','concept-datetime-digit':'infrastructure','attr-object-name':'text-level-semantics','attr-area-coords':'the-canvas-elemet','embedding-custom-non-visible-data':'dom','gcop-destination-over':'the-canvas-element','wrong_document_err':'infrastructure','dom-location-protocol':'history','syntax-tags':'syntax','gcop-xor':'the-canvas-element','compatibility-caseless':'infrastructure','newlines':'syntax','attr-xml-lang':'dom','associating-names-with-items':'microdata','attr-input-maxlength':'forms','relationship-to-html-4.01-and-dom2-html':'introduction','the-ul-element':'semantics','metadata-content-0':'dom','location':'history','refsE163':'references','attr-form-name':'forms','big':'obsolete','valid-vevent-duration-string':'microdata','attr-command-icon':'interactive-elements','dom-appcache-idle':'offline','the-caption-element':'tabular-data','case-sensitive':'infrastructure','facets':'interactive-elements','ignore':'infrastructure','valid-local-date-and-time-string':'infrastructure','dom-media-network_idle':'video','terminology':'infrastructure','the-title-element-0':'semantics','attr-source-media':'video','valid-floating-point-nuber':'infrastructure','link-type-feed':'history','examples':'microdata','naming-form-controls':'forms','attr-input-type-keywords':'forms','refsCSSCOLOR':'references','names:-the-itemprop-attribute':'microdata','attr-textarea-rows':'forms','the-list-attribute':'forms','dom-media-have_metadata':'video','interactive-content':'embedded-content-0','attr-itemfor':'microdata','dom-location-search':'history','attr-iframe-src':'text-level-semantics','refsRFC5322':'references','valid-browsing-context-name':'browsers','command-facet-accesskey':'interactive-elements','attr-input-type-number-keyword':'forms','attr-fs-method-get-keyword':'forms','location-of-the-media-resource':'video','refsRFC2646':'references','attr-link-sizes-any':'history','refsRFC2318':'references','telephone-state':'forms','a-phrase-or-paragraph-with-an-alternative-graphical-representation:-charts-diagrams-graphs-maps-illustrations':'text-level-semantics','event-load':'video','refsCHARMOD':'references','refsX690':'references','md-vcard-type-tel-pagr':'microdata','dom-navigator-registerprotocolhandler':'browsers','document-metadata':'semantics','refsCOMPUTABLE':'references','htmlulistelement':'semantics','attr-input-align':'obsolete','the-iframe-element':'text-level-semantics','concept-property-value':'microdata','refsMAILTO':'references','current-entry-of-the-joint-session-history':'history','htmlparamelement':'text-level-semantics','md-vcard-adr-locality':'microdata','attr-hyperlink-target':'history','activating-state-object-entries':'history','reset-button-state':'forms','syntax-elements':'syntax','character-encodings':'infrastructure','attr-img-ismap':'text-level-semantics','gcop-destination-atop':'the-canvas-element','text-that-has-been-rendered-to-a-graphic-for-typographical-effect':'text-level-semantics','refsCSSOM':'references','md-vcard-type-tel-msg':'microdata','refsISO885911':'references','url-decomposition-attributes':'infrastructure','attr-command-type':'interactive-elements','attr-col-char':'obsolete','md-vcard-class':'microdata','md-vevnt-categories':'microdata','attr-th-scope-auto':'tabular-data','attr-input-list':'forms','attr-colgroup-span':'tabular-data','attr-object-archive':'obsolete','event-appcache-noupdate':'offline','elements':'dom','mediaevents':'video','md-vcard-n':'microdata','line-styles':'the-canvas-element','text-state-and-search-state':'forms','non-negative-integers':'infrastructure','valid-month-string':'infrastructure','syntax-attribute-name':'syntax','htmloptgroupelement':'forms','documents-in-the-dom':'dom','svg':'the-canvas-element','attr-button-type-reset':'forms','attr-input-readonly':'forms','attr-input-max':'forms','event-progress':'video','md-vcard-type-impp-business':'microdata','headings-and-sections':'semantics','event-dragend':'editing','md-vcard-adr-extended-address':'microdata','concept-week':'infrastructure','md-vcard-url':'microdata','tool-bar-state':'interactive-elements','resources':'infrastructure','syntax-newlines':'syntax','media-resource':'video','syntax-references':'infrastructure','attr-iframe-semless':'text-level-semantics','valid-week-string':'infrastructure','valid-url':'infrastructure','attr-data':'dom','gcop-source-over':'the-canvas-element','contenteditable':'editing','event-appcache-updateready':'offline','htmltableheadercellelement':'tabular-data','vevent':'microdata','compositing':'the-canvas-element','unloading-documents':'history','dimension-attributes':'the-canvas-element','attr-embed-src':'text-level-semantics','video':'video','attr-img-name':'obsolete','index':'index','attr-media-autobuffer':'video','the-hgroup-element':'semantics','md-vevent-created':'microdata','attr-ol-reversed':'semantics','valid-mime-type':'infrastructure','acronym':'obsolete','attr-meter-max':'text-level-semantics','valid-time-string':'infrastructure','attr-contextmenu':'interactive-elements','context-menu-state':'interactive-elements','the-strong-element':'text-level-semantics','attr-fs-target':'forms','the-head-element':'dom','a-key-part-of-the-content':'text-level-semantics','refsSCSU':'references','htmldivelment':'interactive-elements','media-element':'video','the-constraint-validation-api':'forms','event-durationchange':'video','attr-td-th-axis':'obsolete','link-type-pingback':'history','the-hr-element':'semantics','microdata-dom-api':'microdata','link-type-next':'history','event-canplaythrough':'video','child-browsing-context':'browsers','attr-fs-formaction':'forms','navigating-auxiliary-browsing-contexts-in-the-dom':'browsers','syntax-attribute-value':'syntax','attr-td-th-valign':'obsolete','htmlmeterelement':'text-level-semantics','noframes':'obsolete','gcop-source-in':'the-canvas-element','refsCSS':'references','the-step-attribute':'forms','concept-meta-extensions':'semantics','text-field-selection':'editing','signed-integers':'infrastructure','htmllielement':'semantics','attr-img-vspace':'obsolete','windowmodal':'browsers','md-work-title':'microdata','number-of-days-in-month-month-of-year-year':'infrastructure','hyperlink-elements':'history','browser-state':'offline','the-canvas-element':'the-canvas-elemnt','attr-meta-http-equiv-content-type':'semantics','attr-style-media':'semantics','refsRFC2806':'references','links':'history','refsDOMEVENTS':'references','event-appcache-checking':'offline','refsARIA':'references','attr-meta-http-equiv':'semantics','htmldatalistelement':'forms','attr-td-th-width':'obsolete','dom-appcache-obsolete':'offline','the-style-element':'semantics','refsISO8601':'references','refsRFC1494':'references','md-vcard-type-tel-modem':'microdata','event-appcache-obsolete':'offline','common-grouping-idioms':'semantics','attr-img-alt':'text-level-semantics','md-work-author':'microdata','dom-appcache-checking':'offline','refsXML':'references','selectors':'the-xhtml-syntax','attr-iframe-marginwidth':'obsolete','the-link-element':'semantics','command-superscript':'editing','applicationcache':'offline','comms':'comms','concept-fs-novalidate':'forms','attr-tbody-charoff':'obsolete','attr-input-type-hidden-keyword':'forms','htmlinputelement':'forms','htmloptionelement':'forms','attr-input-type-fie-keyword':'forms','the-base-element':'semantics','the-basic-syntax':'microdata','md-vcard-type-tel-cell':'microdata','attr-input-type-checkbox-keyword':'forms','transparent':'embedded-content-0','event-handler-content-attributes':'browsers','linkTypes':'history','text-0':'syntax','the-html-element':'dom','attr-col-valign':'obsolete','refsMATHML':'references','concept-fs-action':'forms','attr-progress-max':'text-level-semantics','link-type-archives':'history','offsets-into-the-media-resource':'video','a-type-that-the-user-agent-knows-it-cannot-render':'video','md-vcard-type-tel-pref':'microdata','dom-time-date':'text-level-semantics','constraints':'forms','attr-input-multiple':'forms','meta':'semantics','attr-link-type':'semantics','attr-td-th-height':'obsolete','refsPNG':'references','dom-link-disabled':'semantics','the-hidden-attribute':'editing','attr-a-rev':'obsolete','attr-input-accept':'forms','htmltablesectionelement':'tabular-data','secondary-browsing-context':'browsers','undo':'editing','link-type-xternal':'history','command-facet-disabledstate':'interactive-elements','usage-summary':'text-level-semantics','top-level-microdata-items':'microdata','system-state-and-capabilities':'browsers','attr-details-open':'interactive-elements','content-models':'dom','htmltabledatacellelement':'tabular-data','footnotes':'text-level-semantics','other-link-types':'history','attr-abbr-title':'text-level-semantics','event-waiting':'video','event-dragstart':'editing','a-group-of-images-that-form-a-single-larger-picture-with-no-links':'text-level-semantics','apis-for-creating-and-navigating-browsing-contexts-by-name':'browsers','attr-area-alt':'the-canvas-element','represented-by-the-collection':'infrastructure','the-xml:base-attribute-xml-only':'dom','channel-messaging':'comms','sectioning-content-0':'dom','htmlelement':'dom','event-stalled':'video','attr-img-longdesc':'obsolete','enumerated-attribute':'infrastructure','attr-input-size':'forms','attr-dim-height':'the-canvas-element','space-separated-tokens':'infrastructre','htmlallcollection-0':'infrastructure','refsPINGBACK':'references','md-vcard-sort-string':'microdata','xml-documents':'dom','attr-menu-type':'interactive-elements','md-vcard-rev':'microdata','attr-input-value':'forms','semantics-0':'dom','htmlmediaelement':'video','plaintext':'obsolete','metadata-content':'dom','attr-object-vspace':'obsolete','documents':'dom','invalid_character_err':'infrastructure','htmlimageelement':'text-level-semantics','attr-object-hspace':'obsolete','refsXSLT10':'references','attr-meta-charset':'semantics','command-inserttext':'editing','attr-command-type-state-radio':'interactive-elements','crossDocumentMessages':'comms','the-selection':'editing','htmlcanvaselement':'the-canvas-element','md-vcard-type-impp-pref':'microdata','refsJSURL':'references','url':'infrastructure','valid-date-or-time-string':'infrastructure','the-ready-states':'video','selection':'editing','text':'the-canvas-element','attr-col-align':'obsolete','attr-time-datetime':'text-level-semantics','the-body-element0':'semantics','html-documents':'dom','fully-active':'browsers','attr-dfn-title':'text-level-semantics','the-html-element-0':'semantics','dom-location-port':'history','attr-body-bgcolor':'obsolete','messagechannel':'comms','comma-separated-tokens':'infrastructure','ready-for-editing-host-commands':'editing','dialogs-implemented-using-separate-documents':'browsers','md-vcard-type-email-pref':'microdata','refsEUCKR':'references','event-playing':'video','gcop-destination-out':'the-canvas-element','password-state':'forms','the-kbd-element':'text-level-semantics','htmlpropertycollection':'infrastructure','view':'browsers','selecting-names-when-defining-vocabularies':'microdata','the-head-element-0':'semantics','x-this':'introduction','concept-month':'infrastructure','attr-video-poster':'video','link-type-prefetch':'history','syntax-escape-start':'syntax','the-tfoot-element':'tabular-data','basefont':'obsolete','collections-0':'infrastructure','attr-table-bgcolor':'obsolete','md-vcard-geo':'microdata','command-faet-id':'interactive-elements','commands':'interactive-elements','flow-content':'dom','command-forwarddelete':'editing','common-dom-interfaces':'infrastructure','an-image-in-an-e-mail-or-private-document-intended-for-a-specific-person-who-is-known-to-be-able-to-view-images':'text-level-semantics','attr-meta-scheme':'obsolete','attributes':'syntax','htmlarticleelement':'semantics','valid-date-string':'infrastructure','attr-canvas-width':'the-canvas-element','concept-date':'infrastructure','abort_err':'infrastructure','form-owner':'forms','dom-appcache-uncached':'offline','attr-input-src':'forms','attr-col-width':'obsolete','attr-tr-valign':'obsolete','attr-input-type':'forms','playing-the-media-resource':'video','defining-term':'text-level-semantics','the-textarea-element':'forms','the-link-is-an-alternative-stylesheet':'history','md-vcard-type-adr-dom':'microdata','md-vcard-type-tel-home':'microdata','valid-integer':'infrastructure','attr-object-codetype':'obsolete','dom-media-network_loading':'video','refsDM2HTML':'references','nested-browsing-contexts':'browsers','event-canplay':'video','command-createlink':'editing','attr-media-autoplay':'video','md-vcard-type-adr-pref':'microdata','the-tbody-element':'tabular-data','event-loadend':'video','link-type-search':'history','named-access-on-the-window-object':'browsers','other-pragma-directives':'semantics','htmlformcontrolscollection':'infrastructure','md-work-license':'microdata','valid-denominator-punctuation-character':'infrastructure','center':'obsolete','refsWIN1252':'references','md-vcard-n-additional-name':'microdata','textFieldSelection':'editing','audio':'video','md-vcard-type-impp-home':'microdata','htmlcollection':'infrastructure','global-attributes':'dom','application-microdata-json':'iana-considerations','the-section-element':'semantics','link-type-stylesheet':'history','week-number-of-the-last-day':'infrastructure','attr-input-autocomplete-off-state':'forms','attr-fs-enctype-text':'forms','md-vcard-email':'microdata','syntax-end-tag':'syntax','md-aout':'microdata','attr-link-hreflang':'semantics','outlines':'semantics','attr-area-shape-poly':'the-canvas-element','the-fieldset-element':'forms','radio-button-group':'forms','attr-a-coords':'obsolete','attr-link-target':'obsolete','dom-context-2d-textbaseline-hanging':'the-canvas-element','dom-navigator-registercontenthandler':'browsers','attr-command-label':'interactive-elements','how-to-read-this-specification':'introduction','attr-link-rel':'semantics','htmlformelement':'forms','attr-body-link':'obsolete','attr-link-rev':'obsolete','attr-iframe-marginheight':'obsolete','htmlanchorelement':'text-level-semantics','attr-textarea-wrap':'forms','event-loadstart':'video','md-vevent-dtend':'microdata','the-dir-attribute':'dom','the-doctype':'syntax','dom-location-hostname':'history','common-microsyntaxes':'infrastructure','refsHTMLDIFF':'references','attr-img-border':'obsolete','md-vcard-label-value':'microdata','event-appcache-error':'offline','the-small-element':'text-level-semantics','event-message':'comm','custom-data-attribute':'dom','session-history-entry':'history','refsWIN949':'references','common-input-element-apis':'forms','messageportarray':'comms','attr-table-cellpadding':'obsolete','command-facet-icon':'interactive-elements','attr-ul-compact':'obsolete','navigatorid':'browsers','url-state':'forms','mime-type':'infrastructure','valid-hash-name-reference':'infrastructure','attr-command-type-keyword-command':'interactive-elements','md-vcard-label-type':'microdata','command-facet-hint':'interactive-elements','command-facet-action':'interactive-elements','md-vcard-type-impp-work':'microdata','loading-the-media-resource':'video','time-state':'forms','application-xhtml-xml':'iana-considerations','md-vcard-adr':'microdata','document-level-focus-apis':'editing','the-b-element':'text-level-semantics','vaguer-moments-in-time':'infrastructure','home-subtree':'infrastructure','media-data':'video','attr-fe-name':'forms','event-drop':'editing','text-level-semantics':'text-level-semantics','barprop':'browsers','srializability-of-script-execution':'introduction','attr-input-type-search-keyword':'forms','editing':'editing','concept-http-equiv-extensions':'semantics','md-vcard-type-tel-pcs':'microdata','dom-location-host':'history','the-undomanager-interface':'editing','attr-legend-align':'obsolete','end-tags':'syntax','mime-types':'video','valid-lowercase-simple-color':'infrastructure','named-character-references':'named-character-references','dom-context-2d-textbaseline-bottom':'the-canvas-element','cdata-rcdata-restrictions':'syntax','rel-icon':'history','text-cache-manifest':'iana-considerations','htmltablecellelement':'tabular-data','the-samp-element':'text-level-semantics','grouping-content':'semantics','authors-using-html':'infrastructure','syntax-tag-omission':'syntax','event-appcache-downloading':'offline','the-optgroup-element':'forms','attr-canvas-height':'the-canvas-element','current-entry':'history','refsUNICODE':'references','refsRFC2426':'references','htmllabelelement':'forms','attr-input-autocomplete-dfault-state':'forms','start-tags':'syntax','content-categories':'dom','browsing-context-names':'browsers','submit-button-state':'forms','concept-select-option-list':'forms' }; var fragid = window.location.hash.substr(1); if (!fragid) { /* handle section-foo.html links from the old multipage version, and broken foo.html from the new version */ Index: semantics.html =================================================================== RCS file: /sources/public/html5/spec-author-view/multipage/semantics.html,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- semantics.html 25 Aug 2009 23:21:54 -0000 1.1 +++ semantics.html 27 Aug 2009 07:43:03 -0000 1.2 @@ -174,8 +174,9 @@ <link href="text-level-semantics.html" title="4.6 Text-level semantics" rel="next"> </head><body onload="fixBrokenLink(); fixBrokenLink()"><div class="head"> <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p> - <h1>HTML 5</h1> + <h1>HTML 5 (Author Edition)</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> +<p>This is revision 1.2861.</p> </div><div> <a href="embedded-content-0.html">← 3.2.5.1.6 Embedded content</a> – <a href="Overview.html#contents">Table of contents</a> – Index: index.html =================================================================== RCS file: /sources/public/html5/spec-author-view/multipage/index.html,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- index.html 25 Aug 2009 23:21:54 -0000 1.1 +++ index.html 27 Aug 2009 07:43:02 -0000 1.2 @@ -174,8 +174,9 @@ <link href="references.html" title="References" rel="next"> </head><body onload="fixBrokenLink(); fixBrokenLink()"><div class="head"> <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p> - <h1>HTML 5</h1> + <h1>HTML 5 (Author Edition)</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> +<p>This is revision 1.2861.</p> </div><div> <a href="iana-considerations.html">← IANA considerations</a> – <a href="Overview.html#contents">Table of contents</a> – Index: comms.html =================================================================== RCS file: /sources/public/html5/spec-author-view/multipage/comms.html,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- comms.html 25 Aug 2009 23:21:53 -0000 1.1 +++ comms.html 27 Aug 2009 07:43:02 -0000 1.2 @@ -174,8 +174,9 @@ <link href="syntax.html" title="9 The HTML syntax" rel="next"> </head><body onload="fixBrokenLink(); fixBrokenLink()"><div class="head"> <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p> - <h1>HTML 5</h1> + <h1>HTML 5 (Author Edition)</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> +<p>This is revision 1.2861.</p> </div><div> <a href="editing.html">← 7 User Interaction</a> – <a href="Overview.html#contents">Table of contents</a> – Index: spec.html =================================================================== RCS file: /sources/public/html5/spec-author-view/multipage/spec.html,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- spec.html 25 Aug 2009 23:21:54 -0000 1.1 +++ spec.html 27 Aug 2009 07:43:03 -0000 1.2 @@ -170,11 +170,11 @@ </style><link href=data:text/css, rel=stylesheet title="Complete specification"><link href=data:text/css,.impl%20{%20display:%20none;%20} rel="alternate stylesheet" title="Author documentation only"><link href=data:text/css,.impl%20{%20background:%20%23FFEEEE;%20} rel="alternate stylesheet" title="Highlight implementation requirements"><link href=http://www.w3.org/StyleSheets/TR/W3C-WD rel=stylesheet type=text/css><!-- ZZZ ED vs WD --></head><body onload=fixBrokenLink()><div class=head> <p><a href=http://www.w3.org/><img alt=W3C height=48 src=http://www.w3.org/Icons/w3c_home width=72></a></p> - <h1>HTML 5</h1> + <h1>HTML 5 (Author Edition)</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> <!--ZZZ:--> <h2 class="no-num no-toc" id=w3c-working-draft-25-august-2009>W3C Working Draft 25 August 2009</h2> - <!--<h2 class="no-num no-toc">Editor's Draft 25 August 2009</h2>--> + <!--<h2 class="no-num no-toc">Editor's Draft 26 August 2009</h2>--> <!--:ZZZ--> <dl><!-- ZZZ: update the month/day (twice), (un)comment out--><dt>This Version:</dt> <dd><a href=http://www.w3.org/TR/2009/WD-html5-20090825/>http://www.w3.org/TR/2009/WD-html5-20090825/</a></dd> @@ -194,9 +194,9 @@ <dd><a href=mailto:ian@hixie.ch>Ian Hickson</a>, Google, Inc.</dd> <dd>David Hyatt, Apple, Inc.</dd> </dl><p>This specification is available in the following formats: - <a href=Overview.html>single page HTML</a>, - <a href=spec.html>multipage HTML</a>. - This is $Revision$. + <a href=spec.html>single page HTML</a>, + <a href=Overview.html>multipage HTML</a>. +This is revision 1.2861. </p> <p class=copyright><a href=http://www.w3.org/Consortium/Legal/ipr-notice#Copyright>Copyright</a> © 2009 <a href=http://www.w3.org/><abbr title="World Wide @@ -272,7 +272,7 @@ track. <!--ZZZ:--> This specification is the 25 August 2009 Working Draft. - <!--This specification is the 25 August 2009 Editor's Draft.--> + <!--This specification is the 26 August 2009 Editor's Draft.--> <!--:ZZZ--> </p><!-- UNDER NO CIRCUMSTANCES IS THE PRECEDING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><!-- relationship to other work (required) --><p>This specification is also being produced by the <a href=http://www.whatwg.org/>WHATWG</a>. The two specifications are identical from the table of contents onwards.</p><!-- UNDER NO CIRCUMSTANCES IS THE FOLLOWING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><!-- UNDER NO CIRCUMSTANCES IS THE PRECEDING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><!-- context and rationale (required) --><p>This specification is intended to replace (be a new version of) @@ -1539,8 +1539,8 @@ </ol><h5 id=global-dates-and-times><span class=secno>2.4.4.5 </span>Global dates and times</h5><p>A <dfn id=concept-datetime title=concept-datetime>global date and time</dfn> consists of a specific proleptic Gregorian date, consisting of a year, a month, and a day, and a time, consisting of an hour, a - minute, a second, and a fraction of a second, expressed with a time - zone, consisting of a number of hours and minutes. <a href=#refsGREGORIAN>[GREGORIAN]</a></p><p>A string is a <dfn id=valid-global-date-and-time-string>valid global date and time string</dfn> + minute, a second, and a fraction of a second, expressed with a + time-zone offset, consisting of a number of hours and minutes. <a href=#refsGREGORIAN>[GREGORIAN]</a></p><p>A string is a <dfn id=valid-global-date-and-time-string>valid global date and time string</dfn> representing a date, time, and a time-zone offset if it consists of the following components in the given order:</p><ol><li>A <a href=#valid-date-string>valid date string</a> representing the date</li> @@ -1573,10 +1573,10 @@ </ul></li> - </ol><p class=note>This format allows for time zone offsets from -23:59 - to +23:59. In practice, however, the range of actual time zones is - -12:00 to +14:00, and the minutes component of actual time zones is - always either 00, 30, or 45.</p><div class=example> + </ol><p class=note>This format allows for time-zone offsets from -23:59 + to +23:59. In practice, however, the range of offsets of actual time + zones is -12:00 to +14:00, and the minutes component of offsets of + actual time zones is always either 00, 30, or 45.</p><div class=example> <p>The following are some examples of dates written as <a href=#valid-global-date-and-time-string title="valid global date and time string">valid global date and time strings</a>.</p> @@ -1614,12 +1614,12 @@ used. However, it seems unlikely that it would be given in the Gregorian calendar, so I assume sites use the Julian one. --> - <li>The time and time-zone components are not optional.</li> + <li>The time and time-zone offset components are not optional.</li> <li>Dates before the year zero can't be represented as a datetime in this version of HTML.</li> - <li>Time zones differ based on daylight savings time.</li> + <li>Time-zone offsets differ based on daylight savings time.</li> </ul></div><h5 id=weeks><span class=secno>2.4.4.6 </span>Weeks</h5><p>A <dfn id=concept-week title=concept-week>week</dfn> consists of a week-year number and a week number representing a seven day period. Each @@ -1842,9 +1842,9 @@ <dt><var title="">collection</var>[<var title="">name</var>]</dt> <dt><var title="">collection</var>(<var title="">name</var>)</dt> <dd> - <p>Returns the first item with ID or name <var title="">name</var> + <p>Returns the first item with <a href=#concept-id title=concept-id>ID</a> or name <var title="">name</var> from the collection.</p> - <p>Returns null if no element with that ID or name could be found.</p> + <p>Returns null if no element with that <a href=#concept-id title=concept-id>ID</a> or name could be found.</p> <p>Only <code><a href=#the-a-element>a</a></code>, <code><a href=#the-applet-element>applet</a></code>, <code><a href=#the-area-element>area</a></code>, <code><a href=#the-embed-element>embed</a></code>, <code><a href=#the-form-element>form</a></code>, <code><a href=#frame>frame</a></code>, <code><a href=#frameset>frameset</a></code>, <code><a href=#the-iframe-element>iframe</a></code>, <code><a href=#the-img-element>img</a></code>, and @@ -1884,9 +1884,9 @@ <dt><var title="">collection</var>[<var title="">name</var>]</dt> <dt><var title="">collection</var>(<var title="">name</var>)</dt> <dd> - <p>Returns the item with ID or name <var title="">name</var> from the collection.</p> + <p>Returns the item with <a href=#concept-id title=concept-id>ID</a> or name <var title="">name</var> from the collection.</p> <p>If there are multiple matching items, then an <code><a href=#htmlallcollection>HTMLAllCollection</a></code> object containing all those elements is returned.</p> - <p>Returns null if no element with that ID or name could be found.</p> + <p>Returns null if no element with that <a href=#concept-id title=concept-id>ID</a> or name could be found.</p> <p>Only <code><a href=#the-a-element>a</a></code>, <code><a href=#the-applet-element>applet</a></code>, <code><a href=#the-area-element>area</a></code>, <code><a href=#the-embed-element>embed</a></code>, <code><a href=#the-form-element>form</a></code>, <code><a href=#frame>frame</a></code>, <code><a href=#frameset>frameset</a></code>, <code><a href=#the-iframe-element>iframe</a></code>, <code><a href=#the-img-element>img</a></code>, and @@ -1927,9 +1927,9 @@ <dt><var title="">collection</var>[<var title="">name</var>]</dt> <dt><var title="">collection</var>(<var title="">name</var>)</dt> <dd> - <p>Returns the item with ID or <code title=attr-fe-name><a href=#attr-fe-name>name</a></code> <var title="">name</var> from the collection.</p> + <p>Returns the item with <a href=#concept-id title=concept-id>ID</a> or <code title=attr-fe-name><a href=#attr-fe-name>name</a></code> <var title="">name</var> from the collection.</p> <p>If there are multiple matching items, then a <code><a href=#radionodelist>RadioNodeList</a></code> object containing all those elements is returned.</p> - <p>Returns null if no element with that ID or <code title=attr-fe-name><a href=#attr-fe-name>name</a></code> could be found.</p> + <p>Returns null if no element with that <a href=#concept-id title=concept-id>ID</a> or <code title=attr-fe-name><a href=#attr-fe-name>name</a></code> could be found.</p> </dd> <dt><var title="">radioNodeList</var> . <var title="">value</var> [ = <var title="">value</var> ]</dt> @@ -1974,9 +1974,9 @@ <dt><var title="">collection</var>[<var title="">name</var>]</dt> <dt><var title="">collection</var>(<var title="">name</var>)</dt> <dd> - <p>Returns the item with ID or <code title=attr-option-name>name</code> <var title="">name</var> from the collection.</p> + <p>Returns the item with <a href=#concept-id title=concept-id>ID</a> or <code title=attr-option-name>name</code> <var title="">name</var> from the collection.</p> <p>If there are multiple matching items, then a <code>NodeList</code> object containing all those elements is returned.</p> - <p>Returns null if no element with that ID could be found.</p> + <p>Returns null if no element with that <a href=#concept-id title=concept-id>ID</a> could be found.</p> </dd> <dt><var title="">collection</var> . <code title=dom-HTMLOptionsCollection-add><a href=#dom-htmloptionscollection-add>add</a></code>(<var title="">element</var> [, <var title="">before</var> ] )</dt> @@ -2704,12 +2704,12 @@ <li><code title=attr-draggable><a href=#the-draggable-attribute>draggable</a></code></li> <li><code title=attr-id><a href=#the-id-attribute>id</a></code></li> <li><code title=attr-item><a href=#items:-the-item-attribute>item</a></code></li> + <li><code title=attr-itemfor><a href=#attr-itemfor>itemfor</a></code></li> + <li><code title=attr-itemprop><a href=#names:-the-itemprop-attribute>itemprop</a></code></li> <li><code title=attr-hidden><a href=#the-hidden-attribute>hidden</a></code></li> <li><code title=attr-lang><a href=#attr-lang>lang</a></code></li> - <li><code title=attr-itemprop><a href=#names:-the-itemprop-attribute>itemprop</a></code></li> <li><code title=attr-spellcheck><a href=#attr-spellcheck>spellcheck</a></code></li> <li><code title=attr-style><a href=#the-style-attribute>style</a></code></li> - <li><code title=attr-subject><a href=#attr-subject>subject</a></code></li> <li><code title=attr-tabindex><a href=#attr-tabindex>tabindex</a></code></li> <li><code title=attr-title><a href=#the-title-attribute>title</a></code></li> </ul><hr><p>Unless otherwise specified, the following <a href=#event-handler-content-attributes>event handler @@ -2789,14 +2789,16 @@ fine-grained interface than is otherwise possible with HTML elements and attributes, a set of <a href=#annotations-for-assistive-technology-products>annotations for assistive technology products</a> can be specified.</p><h5 id=the-id-attribute><span class=secno>3.2.3.1 </span>The <dfn title=attr-id><code>id</code></dfn> attribute</h5><p class="XXX annotation"><b>Status: </b><i>Implemented and widely deployed</i></p><p>The <code title=attr-id><a href=#the-id-attribute>id</a></code> attribute - <a href=#represents>represents</a> its element's unique identifier. The value - must be unique in the element's <a href=#home-subtree>home subtree</a> and must - contain at least one character. The value must not contain any <a href=#space-character title="space character">space characters</a>.</p><!-- space characters are disallowed because space-separated lists - of IDs otherwise would not be able to reach all valid IDs --><p class=note>An element's unique identifier can be used for a - variety of purposes, most notably as a way to link to specific parts - of a document using fragment identifiers, as a way to target an - element when scripting, and as a way to style a specific element - from CSS.</p><h5 id=the-title-attribute><span class=secno>3.2.3.2 </span>The <dfn title=attr-title><code>title</code></dfn> attribute</h5><p class="XXX annotation"><b>Status: </b><i>Implemented and widely deployed</i></p><p>The <code title=attr-title><a href=#the-title-attribute>title</a></code> attribute + <a href=#represents>represents</a> its element's <dfn id=concept-id title=concept-id>unique + identifier (ID)</dfn>. The value must be unique amongst all the IDs + in the element's <a href=#home-subtree>home subtree</a> and must contain at least + one character. The value must not contain any <a href=#space-character title="space + character">space characters</a>.</p><!-- space characters are disallowed because space-separated lists + of IDs otherwise would not be able to reach all valid IDs --><p class=note>An element's <a href=#concept-id title=concept-id>unique + identifier</a> can be used for a variety of purposes, most + notably as a way to link to specific parts of a document using + fragment identifiers, as a way to target an element when scripting, + and as a way to style a specific element from CSS.</p><h5 id=the-title-attribute><span class=secno>3.2.3.2 </span>The <dfn title=attr-title><code>title</code></dfn> attribute</h5><p class="XXX annotation"><b>Status: </b><i>Implemented and widely deployed</i></p><p>The <code title=attr-title><a href=#the-title-attribute>title</a></code> attribute <a href=#represents>represents</a> advisory information for the element, such as would be appropriate for a tooltip. On a link, this could be the title or a description of the target resource; on an image, it could @@ -7562,7 +7564,8 @@ </dd> </dl><p>The <code><a href=#the-time-element>time</a></code> element <a href=#represents>represents</a> either a time on a 24 hour clock, or a precise date in the proleptic - Gregorian calendar, optionally with a time and a time zone. <a href=#refsGREGORIAN>[GREGORIAN]</a></p><p>This element is intended as a way to encode modern dates and + Gregorian calendar, optionally with a time and a time-zone + offset. <a href=#refsGREGORIAN>[GREGORIAN]</a></p><p>This element is intended as a way to encode modern dates and times in a machine-readable way so that user agents can offer to add them to the user's calendar. For example, adding birthday reminders or scheduling events.</p><!-- it's also intended for restyling to local conventions @@ -7677,12 +7680,12 @@ given <a href=#concept-time-time title=concept-time-time>time</a> of 1970-01-01, with the time zone UTC.</p> - <p>The <dfn id=dom-time-timezone title=dom-time-timezone><code>timezone</code></dfn> DOM - attribute must return null if the <a href=#concept-time-timezone title=concept-time-timezone>time zone</a> is unknown, and otherwise - must return the time corresponding to 1970-01-01 00:00 UTC in the - given <a href=#concept-time-timezone title=concept-time-timezone>time zone</a>, with the - time zone set to UTC (i.e. the time corresponding to 1970-01-01 at - 00:00 UTC plus the offset corresponding to the time zone).</p> + <p>The <dfn id=dom-time-timezone title=dom-time-timezone><code>timezone</code></dfn> + DOM attribute must return null if the <a href=#concept-time-timezone title=concept-time-timezone>time-zone offset</a> is unknown, + and otherwise must return the time corresponding to 1970-01-01 00:00 + UTC in the given <a href=#concept-time-timezone title=concept-time-timezone>time-zone + offset</a>, with the time zone set to UTC (i.e. the time + corresponding to 1970-01-01 at 00:00 UTC plus the offset).</p> </div><div class=example> @@ -9556,7 +9559,7 @@ </dl><p>The <code><a href=#the-param-element>param</a></code> element defines parameters for plugins invoked by <code><a href=#the-object-element>object</a></code> elements. It does not <a href=#represents title=represents>represent</a> anything on its own.</p><p>The <dfn id=attr-param-name title=attr-param-name><code>name</code></dfn> attribute gives the name of the parameter.</p><p>The <dfn id=attr-param-value title=attr-param-value><code>value</code></dfn> - attribute gives the value of the parameter.</p><p>Both attributes must be present. They may have any value.</p><h4 id=video><span class=secno>4.8.7 </span>The <dfn><code>video</code></dfn> element</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments. </i><span><a href=http://www.w3.org/html/wg/tracker/issues/7>ISSUE-7</a> (video-codecs), <a href=http://www.w3.org/html/wg/tracker/issues/9>ISSUE-9</a> (video-synchronization) and <a href=http://www.w3.org/html/wg/tracker/issues/10>ISSUE-10</a> (video-smil) block progress to Last Call</span></p><dl class=element><dt>Categories</dt> + attribute gives the value of the parameter.</p><p>Both attributes must be present. They may have any value.</p><h4 id=video><span class=secno>4.8.7 </span>The <dfn><code>video</code></dfn> element</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments. </i><span><a href=http://www.w3.org/html/wg/tracker/issues/9>ISSUE-9</a> (video-synchronization), <a href=http://www.w3.org/html/wg/tracker/issues/10>ISSUE-10</a> (video-smil) and <a href=http://www.w3.org/html/wg/tracker/issues/7>ISSUE-7</a> (video-codecs) block progress to Last Call</span></p><dl class=element><dt>Categories</dt> <dd><a href=#flow-content>Flow content</a>.</dd> <dd><a href=#phrasing-content>Phrasing content</a>.</dd> <dd><a href=#embedded-content>Embedded content</a>.</dd> @@ -14221,7 +14224,7 @@ seconds.</p><h6 id=local-date-and-time-state><span class=secno>4.10.4.1.12 </span><dfn title=attr-input-type-datetime-local>Local Date and Time</dfn> state</h6><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p>The <code><a href=#the-input-element>input</a></code> element <a href=#represents>represents</a> a control for setting the element's <a href=#concept-fe-value title=concept-fe-value>value</a> to a string representing a <a href=#concept-datetime-local title=concept-datetime-local>local date and time</a>, - with no time zone information.</p><p>The <code title=attr-input-value><a href=#attr-input-value>value</a></code> attribute, if + with no time-zone offset information.</p><p>The <code title=attr-input-value><a href=#attr-input-value>value</a></code> attribute, if specified, must have a value that is a <a href=#valid-local-date-and-time-string>valid local date and time string</a>.</p><!-- ok to set out-of-range value, we never know when we might have to represent bogus input --><p>The <code title=attr-input-min><a href=#attr-input-min>min</a></code> attribute, if @@ -18680,17 +18683,17 @@ </div><p>Properties don't have to be given as descendants of the element with the <code title=attr-item><a href=#items:-the-item-attribute>item</a></code> attribute. They can be associated with a specific <a href=#concept-item title=concept-item>item</a> - using the <code title=attr-subject><a href=#attr-subject>subject</a></code> attribute, which + using the <code title=attr-itemfor><a href=#attr-itemfor>itemfor</a></code> attribute, which takes the ID of the element with the <code title=attr-item><a href=#items:-the-item-attribute>item</a></code> attribute.</p><div class=example> <p>This example is the same as the previous one, but all the properties are separated from their <a href=#concept-item title=concept-item>items</a>:</p> <pre><div item id="amanda"></div> -<p>Name: <span subject="amanda" itemprop="name">Amanda</span></p> -<div subject="amanda" itemprop="band" item id="jazzband"></div> -<p>Band: <span subject="jazzband" itemprop="name">Jazz Band</span></p> -<p>Size: <span subject="jazzband" itemprop="size">12</span> players</p></pre> +<p>Name: <span itemfor="amanda" itemprop="name">Amanda</span></p> +<div itemfor="amanda" itemprop="band" item id="jazzband"></div> +<p>Band: <span itemfor="jazzband" itemprop="name">Jazz Band</span></p> +<p>Size: <span itemfor="jazzband" itemprop="size">12</span> players</p></pre> <p>This gives the same result as the previous example. The first item has two properties, "name", set to "Amanda", and "band", set @@ -18990,31 +18993,31 @@ </ul><p>The <dfn id=item-type>item type</dfn> of an element with an <code title=attr-item><a href=#items:-the-item-attribute>item</a></code> attribute is the value of the element's <code title=attr-item><a href=#items:-the-item-attribute>item</a></code> attribute. If the attribute's value is the empty string, the element is said to have - no <a href=#item-type>item type</a>.</p><h4 id=associating-names-with-items><span class=secno>5.2.3 </span>Associating names with items</h4><p>The <dfn id=attr-subject title=attr-subject><code>subject</code></dfn> + no <a href=#item-type>item type</a>.</p><h4 id=associating-names-with-items><span class=secno>5.2.3 </span>Associating names with items</h4><p>The <dfn id=attr-itemfor title=attr-itemfor><code>itemfor</code></dfn> attribute may be specified on any <a href=#html-elements title="HTML elements">HTML element</a> to associate the element with an element with an - <code title=attr-item><a href=#items:-the-item-attribute>item</a></code> attribute. If the <code title=attr-subject><a href=#attr-subject>subject</a></code> attribute is specified, the + <code title=attr-item><a href=#items:-the-item-attribute>item</a></code> attribute. If the <code title=attr-itemfor><a href=#attr-itemfor>itemfor</a></code> attribute is specified, the attribute's value must be the ID of an element with an <code title=attr-item><a href=#items:-the-item-attribute>item</a></code> attribute, in the same - <code>Document</code> as the element with the <code title=attr-subject><a href=#attr-subject>subject</a></code> attribute.</p><p>An element's <dfn id=concept-item-corresponding title=concept-item-corresponding>corresponding item</dfn> is - determined by its position in the DOM and by any <code title=attr-subject><a href=#attr-subject>subject</a></code> attributes on the element, and - is defined as follows:</p><dl><dt>If the element has a <code title=attr-subject><a href=#attr-subject>subject</a></code> + <code>Document</code> as the element with the <code title=attr-itemfor><a href=#attr-itemfor>itemfor</a></code> attribute.</p><p>An element's <dfn id=concept-item-corresponding title=concept-item-corresponding>corresponding item</dfn> is + determined by its position in the DOM and by any <code title=attr-itemfor><a href=#attr-itemfor>itemfor</a></code> attributes on the element, and + is defined as follows:</p><dl><dt>If the element has a <code title=attr-itemfor><a href=#attr-itemfor>itemfor</a></code> attribute</dt> <dd><p>If there is an element in the document with an ID equal to - the value of the <code title=attr-subject><a href=#attr-subject>subject</a></code> + the value of the <code title=attr-itemfor><a href=#attr-itemfor>itemfor</a></code> attribute, and if the first such element has an <code title=attr-item><a href=#items:-the-item-attribute>item</a></code> attribute specified, then that element is the <a href=#concept-item-corresponding title=concept-item-corresponding>corresponding item</a>. Otherwise, there is no <a href=#concept-item-corresponding title=concept-item-corresponding>corresponding item</a>.</p></dd> - <dt>If the element has no <code title=attr-subject><a href=#attr-subject>subject</a></code> + <dt>If the element has no <code title=attr-itemfor><a href=#attr-itemfor>itemfor</a></code> attribute but does have an ancestor with an <code title=attr-item><a href=#items:-the-item-attribute>item</a></code> attribute specified</dt> <dd><p>The nearest ancestor element with the <code title=attr-item><a href=#items:-the-item-attribute>item</a></code> attribute specified is the element's <a href=#concept-item-corresponding title=concept-item-corresponding>corresponding item</a>.</p></dd> - <dt>If the element has neither <code title=attr-subject><a href=#attr-subject>subject</a></code> attribute nor an ancestor with + <dt>If the element has neither <code title=attr-itemfor><a href=#attr-itemfor>itemfor</a></code> attribute nor an ancestor with an <code title=attr-item><a href=#items:-the-item-attribute>item</a></code> attribute specified</dt> <dd><p>The element has no <a href=#concept-item-corresponding title=concept-item-corresponding>corresponding @@ -22121,9 +22124,7 @@ the page that was active when they were added.</p><p>Contiguous entries that differ just by fragment identifier also share the same <code>Document</code>.</p><p class=note>All entries that share the same <code>Document</code> (and that are therefore merely different - states of one particular document) are contiguous by definition.</p><p>When state object entries are added, a URL can be provided. This - URL is used to replace the state object entry if the - <code>Document</code> is evicted.</p><h4 id=the-history-interface><span class=secno>6.8.2 </span>The <code><a href=#history-0>History</a></code> interface</h4><pre class=idl>interface <dfn id=history-0>History</dfn> { + states of one particular document) are contiguous by definition.</p><h4 id=the-history-interface><span class=secno>6.8.2 </span>The <code><a href=#history-0>History</a></code> interface</h4><pre class=idl>interface <dfn id=history-0>History</dfn> { readonly attribute long <a href=#dom-history-length title=dom-history-length>length</a>; void <a href=#dom-history-go title=dom-history-go>go</a>(optional in long delta); void <a href=#dom-history-back title=dom-history-back>back</a>(); @@ -24910,10 +24911,17 @@ should be entirely omitted instead (with the value "<code title="">JavaScript</code>", it has no effect), or replaced with use of the <code title=attr-script-type><a href=#attr-script-type>type</a></code> attribute.</p><p>Authors should not specify the <code title=attr-a-name><a href=#attr-a-name>name</a></code> attribute on <code><a href=#the-a-element>a</a></code> elements. If the attribute is present, its value must not be the - empty string. In earlier versions of the language, this attribute - served a similar role as the <code title=attr-id><a href=#the-id-attribute>id</a></code> - attribute. The <code title=attr-id><a href=#the-id-attribute>id</a></code> attribute should be - used instead.</p><p class=note>The <code title=attr-table-summary><a href=#attr-table-summary>summary</a></code> + empty string and must neither be equal to the value of any of the + <a href=#concept-id title=concept-id>IDs</a> in the element's <a href=#home-subtree>home + subtree</a> other than the element's own <a href=#concept-id title=concept-id>ID</a>, if any, nor be equal to the value of + any of the other <code title=attr-a-name><a href=#attr-a-name>name</a></code> attributes on + <code><a href=#the-a-element>a</a></code> elements in the element's <a href=#home-subtree>home + subtree</a>. If this attribute is present and the element has an + <a href=#concept-id title=concept-id>ID</a>, then the attribute's value must + be equal to the element's <a href=#concept-id title=concept-id>ID</a>. In + earlier versions of the language, this attribute was intended as a + way to specify possible targets for fragment identifiers in <a href=#url title=URL>URLs</a>. The <code title=attr-id><a href=#the-id-attribute>id</a></code> + attribute should be used instead.</p><p class=note>The <code title=attr-table-summary><a href=#attr-table-summary>summary</a></code> attribute, defined in the <code><a href=#the-table-element>table</a></code> section, will also trigger a warning.</p><h3 id=non-conforming-features><span class=secno>11.2 </span>Non-conforming features</h3><p>Elements in the following list are entirely obsolete, and must not be used by authors:</p><dl><!-- alphabetical by first element in the group, except CSS goes last --><dt><code><a href=#the-applet-element>applet</a></code></dt> @@ -26007,12 +26015,6 @@ Mail-Safe Transformation Format of Unicode</a></cite>, D. Goldsmith, M. Davis. IETF, May 1997.</dd> - <dt id=refsUTS22>[UTS22]</dt> - <dd><cite><a href=http://www.unicode.org/reports/tr22/#Charset_Alias_Matching>Charset - Alias Matching</a></cite>. In <cite><a href=http://www.unicode.org/reports/tr22/>UTS #22: Character - Mapping Markup Language (CharMapML)</a></cite>, M. Davis, - M. Scherer. Unicode Consortium, June 2006.</dd> - <dt id=refsWEBADDRESSES>[WEBADDRESSES]</dt> <dd><cite><a href=http://www.w3.org/html/wg/href/draft>Web addresses in HTML 5</a></cite>, D. Connolly, @@ -26476,6 +26478,7 @@ Robin Berjon, Roland Steiner, Roman Ivanov, + Roy Fielding, Ryan King, S. Mike Dierken, Sam Dutton, Index: introduction.html =================================================================== RCS file: /sources/public/html5/spec-author-view/multipage/introduction.html,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- introduction.html 25 Aug 2009 23:21:54 -0000 1.1 +++ introduction.html 27 Aug 2009 07:43:03 -0000 1.2 @@ -173,8 +173,9 @@ <link href="infrastructure.html" title="2 Common infrastructure" rel="next"> </head><body onload="fixBrokenLink(); fixBrokenLink()"><div class="head"> <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p> - <h1>HTML 5</h1> + <h1>HTML 5 (Author Edition)</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> +<p>This is revision 1.2861.</p> </div><div> <a href="Overview.html#contents">Table of contents</a> – <a href="infrastructure.html">2 Common infrastructure →</a> Index: no.html =================================================================== RCS file: /sources/public/html5/spec-author-view/multipage/no.html,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- no.html 25 Aug 2009 23:21:54 -0000 1.1 +++ no.html 27 Aug 2009 07:43:03 -0000 1.2 @@ -174,8 +174,9 @@ <link href="iana-considerations.html" title="IANA considerations" rel="next"> </head><body onload="fixBrokenLink(); fixBrokenLink()"><div class="head"> <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p> - <h1>HTML 5</h1> + <h1>HTML 5 (Author Edition)</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> +<p>This is revision 1.2861.</p> </div><div> <a href="obsolete.html">← 11 Obsolete features</a> – <a href="Overview.html#contents">Table of contents</a> –
Received on Thursday, 27 August 2009 07:43:22 UTC