- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 01 Jul 2011 10:06:38 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec-author-view In directory hutz:/tmp/cvs-serv11036 Modified Files: browsers.html editing.html index-of-terms.html spec.html spec.preprocessed.html the-form-element.html the-option-element.html the-select-element.html timers.html Log Message: Revamp how audioTracks and videoTracks work on HTMLMediaElement and MediaStream. (whatwg r6275) [updated by splitter] Index: the-option-element.html =================================================================== RCS file: /sources/public/html5/spec-author-view/the-option-element.html,v retrieving revision 1.97 retrieving revision 1.98 diff -u -d -r1.97 -r1.98 --- the-option-element.html 1 Jul 2011 09:47:08 -0000 1.97 +++ the-option-element.html 1 Jul 2011 10:06:36 -0000 1.98 @@ -401,7 +401,7 @@ element.<p>A <code><a href="the-select-element.html#the-select-element" id="select_43">select</a></code> element whose <code title="attr-select-multiple"><a href="the-select-element.html#attr-select-multiple" id="multiple_42">multiple</a></code> attribute is not specified must not have more than one descendant <code><a href="#the-option-element" id="option_34">option</a></code> element with its <code title="attr-option-selected"><a href="#attr-option-selected" id="selected_1">selected</a></code> - attribute set.<dl class="domintro"><dt><var title="">option</var> . <code id="dom-option-selected" title="dom-option-selected"><a href="#dom-option-selected" id="selected_6">selected</a></code></dt> + attribute set.<dl class="domintro"><dt><var title="">option</var> . <code title="dom-option-selected"><a href="#dom-option-selected" id="selected_6">selected</a></code></dt> <dd> @@ -411,7 +411,7 @@ </dd> - <dt><var title="">option</var> . <code id="dom-option-index" title="dom-option-index"><a href="#dom-option-index" id="index_0">index</a></code></dt> + <dt><var title="">option</var> . <code title="dom-option-index"><a href="#dom-option-index" id="index_0">index</a></code></dt> <dd> @@ -421,7 +421,7 @@ </dd> - <dt><var title="">option</var> . <code id="dom-option-form" title="dom-option-form"><a href="#dom-option-form" id="form_46">form</a></code></dt> + <dt><var title="">option</var> . <code title="dom-option-form"><a href="#dom-option-form" id="form_46">form</a></code></dt> <dd> @@ -430,7 +430,7 @@ </dd> - <dt><var title="">option</var> . <code id="dom-option-text" title="dom-option-text"><a href="#dom-option-text" id="text">text</a></code></dt> + <dt><var title="">option</var> . <code title="dom-option-text"><a href="#dom-option-text" id="text">text</a></code></dt> <dd> Index: browsers.html =================================================================== RCS file: /sources/public/html5/spec-author-view/browsers.html,v retrieving revision 1.1130 retrieving revision 1.1131 diff -u -d -r1.1130 -r1.1131 --- browsers.html 1 Jul 2011 09:46:58 -0000 1.1130 +++ browsers.html 1 Jul 2011 10:06:31 -0000 1.1131 @@ -828,7 +828,7 @@ </dd> - <dt><var title="">window</var> . <code id="dom-window-close" title="dom-window-close"><a href="#dom-window-close" id="close">close</a></code>()</dt> + <dt><var title="">window</var> . <code title="dom-window-close"><a href="#dom-window-close" id="close">close</a></code>()</dt> <dd> @@ -836,7 +836,7 @@ </dd> - <dt><var title="">window</var> . <code id="dom-window-stop" title="dom-window-stop"><a href="#dom-window-stop" id="stop">stop</a></code>()</dt> + <dt><var title="">window</var> . <code title="dom-window-stop"><a href="#dom-window-stop" id="stop">stop</a></code>()</dt> <dd> @@ -900,33 +900,33 @@ in Web pages.<p>Each interface element is represented by a <code><a href="#barprop" id="barprop_6">BarProp</a></code> object:<pre class="idl">interface <dfn aria-haspopup="true" id="barprop" role="button" tabindex="0">BarProp</dfn> { attribute boolean <a href="#dom-barprop-visible" title="dom-BarProp-visible">visible</a>; -};</pre><dl class="domintro"><dt><var title="">window</var> . <code id="dom-window-locationbar" title="dom-window-locationbar"><a href="#dom-window-locationbar" id="locationbar">locationbar</a></code> . <code id="dom-barprop-visible" title="dom-BarProp-visible"><a href="#dom-barprop-visible">visible</a></code></dt> +};</pre><dl class="domintro"><dt><var title="">window</var> . <code title="dom-window-locationbar"><a href="#dom-window-locationbar" id="locationbar">locationbar</a></code> . <code id="dom-barprop-visible" title="dom-BarProp-visible"><a href="#dom-barprop-visible">visible</a></code></dt> <dd> <p>Returns true if the location bar is visible; otherwise, returns false.</p> </dd> - <dt><var title="">window</var> . <code id="dom-window-menubar" title="dom-window-menubar"><a href="#dom-window-menubar" id="menubar">menubar</a></code> . <code title="dom-BarProp-visible"><a href="#dom-barprop-visible">visible</a></code></dt> + <dt><var title="">window</var> . <code title="dom-window-menubar"><a href="#dom-window-menubar" id="menubar">menubar</a></code> . <code title="dom-BarProp-visible"><a href="#dom-barprop-visible">visible</a></code></dt> <dd> <p>Returns true if the menu bar is visible; otherwise, returns false.</p> </dd> - <dt><var title="">window</var> . <code id="dom-window-personalbar" title="dom-window-personalbar"><a href="#dom-window-personalbar" id="personalbar">personalbar</a></code> . <code title="dom-BarProp-visible"><a href="#dom-barprop-visible">visible</a></code></dt> + <dt><var title="">window</var> . <code title="dom-window-personalbar"><a href="#dom-window-personalbar" id="personalbar">personalbar</a></code> . <code title="dom-BarProp-visible"><a href="#dom-barprop-visible">visible</a></code></dt> <dd> <p>Returns true if the personal bar is visible; otherwise, returns false.</p> </dd> - <dt><var title="">window</var> . <code id="dom-window-scrollbars" title="dom-window-scrollbars"><a href="#dom-window-scrollbars" id="scrollbars">scrollbars</a></code> . <code title="dom-BarProp-visible"><a href="#dom-barprop-visible">visible</a></code></dt> + <dt><var title="">window</var> . <code title="dom-window-scrollbars"><a href="#dom-window-scrollbars" id="scrollbars">scrollbars</a></code> . <code title="dom-BarProp-visible"><a href="#dom-barprop-visible">visible</a></code></dt> <dd> <p>Returns true if the scroll bars are visible; otherwise, returns false.</p> </dd> - <dt><var title="">window</var> . <code id="dom-window-statusbar" title="dom-window-statusbar"><a href="#dom-window-statusbar" id="statusbar">statusbar</a></code> . <code title="dom-BarProp-visible"><a href="#dom-barprop-visible">visible</a></code></dt> + <dt><var title="">window</var> . <code title="dom-window-statusbar"><a href="#dom-window-statusbar" id="statusbar">statusbar</a></code> . <code title="dom-BarProp-visible"><a href="#dom-barprop-visible">visible</a></code></dt> <dd> <p>Returns true if the status bar is visible; otherwise, returns false.</p> </dd> - <dt><var title="">window</var> . <code id="dom-window-toolbar" title="dom-window-toolbar"><a href="#dom-window-toolbar" id="toolbar_0">toolbar</a></code> . <code title="dom-BarProp-visible"><a href="#dom-barprop-visible">visible</a></code></dt> + <dt><var title="">window</var> . <code title="dom-window-toolbar"><a href="#dom-window-toolbar" id="toolbar_0">toolbar</a></code> . <code title="dom-BarProp-visible"><a href="#dom-barprop-visible">visible</a></code></dt> <dd> <p>Returns true if the toolbar is visible; otherwise, returns false.</p> </dd> Index: spec.html =================================================================== RCS file: /sources/public/html5/spec-author-view/spec.html,v retrieving revision 1.1584 retrieving revision 1.1585 diff -u -d -r1.1584 -r1.1585 --- spec.html 1 Jul 2011 09:47:02 -0000 1.1584 +++ spec.html 1 Jul 2011 10:06:31 -0000 1.1585 @@ -16216,7 +16216,7 @@ their <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#resulting-autocompletion-state" class="full-spec-link" title='Read about this "resulting autocompletion state" reference in the full HTML5 spec.'>resulting autocompletion state</a> set to <i title="">off</i>; the <a href="#attr-form-autocomplete-on-state" id="attr-form-autocomplete-on-state_1" title="attr-form-autocomplete-on-state">on</a> state indicates that by default, <code><a href="#the-input-element" id="input_59">input</a></code> elements in the form will have their <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#resulting-autocompletion-state" class="full-spec-link" title='Read about this "resulting autocompletion state" reference in the full HTML5 spec.'>resulting autocompletion state</a> set to <i title="">on</i>.</p><p>The <code title="attr-fs-action"><a href="#attr-fs-action" id="action_1">action</a></code>, <code title="attr-fs-enctype"><a href="#attr-fs-enctype" id="enctype_1">enctype</a></code>, <code title="attr-fs-method"><a href="#attr-fs-method" id="method_1">method</a></code>, <code title="attr-fs-novalidate"><a href="#attr-fs-novalidate" id="novalidate_0">novalidate</a></code>, and <code title="attr-fs-target"><a href="#attr-fs-target" id="target_7">target</a></code> attributes are <a href="#attributes-for-form-submission" id="attributes-for-form-submission_0">attributes - for form submission</a>.</p><dl class="domintro"><dt><var title="">form</var> . <code id="dom-form-elements" title="dom-form-elements"><a href="#dom-form-elements" id="elements_0">elements</a></code></dt> + for form submission</a>.</p><dl class="domintro"><dt><var title="">form</var> . <code title="dom-form-elements"><a href="#dom-form-elements" id="elements_0">elements</a></code></dt> <dd> @@ -16225,7 +16225,7 @@ </dd> - <dt><var title="">form</var> . <code id="dom-form-length" title="dom-form-length"><a href="#dom-form-length" id="length">length</a></code></dt> + <dt><var title="">form</var> . <code title="dom-form-length"><a href="#dom-form-length" id="length">length</a></code></dt> <dd> @@ -16263,7 +16263,7 @@ </dd> - <dt><var title="">form</var> . <code id="dom-form-submit" title="dom-form-submit"><a href="#dom-form-submit" id="submit_0">submit</a></code>()</dt> + <dt><var title="">form</var> . <code title="dom-form-submit"><a href="#dom-form-submit" id="submit_0">submit</a></code>()</dt> <dd> @@ -16271,7 +16271,7 @@ </dd> - <dt><var title="">form</var> . <code id="dom-form-reset" title="dom-form-reset"><a href="#dom-form-reset" id="reset_0">reset</a></code>()</dt> + <dt><var title="">form</var> . <code title="dom-form-reset"><a href="#dom-form-reset" id="reset_0">reset</a></code>()</dt> <dd> @@ -16279,7 +16279,7 @@ </dd> - <dt><var title="">form</var> . <code id="dom-form-checkvalidity" title="dom-form-checkValidity"><a href="#dom-form-checkvalidity" id="checkvalidity">checkValidity</a></code>()</dt> + <dt><var title="">form</var> . <code title="dom-form-checkValidity"><a href="#dom-form-checkvalidity" id="checkvalidity">checkValidity</a></code>()</dt> <dd> @@ -19759,7 +19759,7 @@ attribute represents the element's name. The <code title="attr-fe-disabled"><a href="#attr-fe-disabled" id="disabled_16">disabled</a></code> attribute is used to make the control non-interactive and to prevent its value from being submitted. The <code title="attr-fe-autofocus"><a href="#attr-fe-autofocus" id="autofocus_4">autofocus</a></code> - attribute controls focus.</p><dl class="domintro"><dt><var title="">select</var> . <code id="dom-select-type" title="dom-select-type"><a href="#dom-select-type" id="type_83">type</a></code></dt> + attribute controls focus.</p><dl class="domintro"><dt><var title="">select</var> . <code title="dom-select-type"><a href="#dom-select-type" id="type_83">type</a></code></dt> <dd> @@ -19770,7 +19770,7 @@ </dd> - <dt><var title="">select</var> . <code id="dom-select-options" title="dom-select-options"><a href="#dom-select-options" id="options">options</a></code></dt> + <dt><var title="">select</var> . <code title="dom-select-options"><a href="#dom-select-options" id="options">options</a></code></dt> <dd> @@ -19778,14 +19778,14 @@ </dd> - <dt><var title="">select</var> . <code id="dom-select-length" title="dom-select-length"><a href="#dom-select-length" id="length_0">length</a></code> [ = <var title="">value</var> ]</dt> + <dt><var title="">select</var> . <code title="dom-select-length"><a href="#dom-select-length" id="length_0">length</a></code> [ = <var title="">value</var> ]</dt> <dd> <p>Returns the number of elements in the <a href="#concept-select-option-list" id="concept-select-option-list_5" title="concept-select-option-list">list of options</a>.</p> <p>When set to a smaller number, truncates the number of <code><a href="#the-option-element" id="option_15">option</a></code> elements in the <code><a href="#the-select-element" id="select_31">select</a></code>.</p> <p>When set to a greater number, adds new blank <code><a href="#the-option-element" id="option_16">option</a></code> elements to the <code><a href="#the-select-element" id="select_32">select</a></code>.</p> </dd> - <dt><var title="">element</var> = <var title="">select</var> . <code id="dom-select-item" title="dom-select-item"><a href="#dom-select-item" id="item">item</a></code>(<var title="">index</var>)</dt> + <dt><var title="">element</var> = <var title="">select</var> . <code title="dom-select-item"><a href="#dom-select-item" id="item">item</a></code>(<var title="">index</var>)</dt> <dt><var title="">select</var>[<var title="">index</var>]</dt> <dd> <p>Returns the item with index <var title="">index</var> from the <a href="#concept-select-option-list" id="concept-select-option-list_6" title="concept-select-option-list">list of options</a>. The items are sorted in <a href="#tree-order" id="tree-order_8">tree order</a>.</p> @@ -19798,7 +19798,7 @@ <p>Returns null if no element with that <a href="#concept-id" id="concept-id_13" title="concept-id">ID</a> could be found.</p> </dd> - <dt><var title="">select</var> . <code id="dom-select-add" title="dom-select-add"><a href="#dom-select-add" id="add">add</a></code>(<var title="">element</var> [, <var title="">before</var> ])</dt> + <dt><var title="">select</var> . <code title="dom-select-add"><a href="#dom-select-add" id="add">add</a></code>(<var title="">element</var> [, <var title="">before</var> ])</dt> <dd> <p>Inserts <var title="">element</var> before the node given by <var title="">before</var>.</p> <p>The <var title="">before</var> argument can be a number, in @@ -19815,7 +19815,7 @@ <code><a href="#the-optgroup-element" id="optgroup_6">optgroup</a></code> element, then the method does nothing.</p> </dd> - <dt><var title="">select</var> . <code id="dom-select-selectedoptions" title="dom-select-selectedOptions"><a href="#dom-select-selectedoptions" id="selectedoptions">selectedOptions</a></code></dt> + <dt><var title="">select</var> . <code title="dom-select-selectedOptions"><a href="#dom-select-selectedoptions" id="selectedoptions">selectedOptions</a></code></dt> <dd> @@ -19824,7 +19824,7 @@ </dd> - <dt><var title="">select</var> . <code id="dom-select-selectedindex" title="dom-select-selectedIndex"><a href="#dom-select-selectedindex" id="selectedindex">selectedIndex</a></code> [ = <var title="">value</var> ]</dt> + <dt><var title="">select</var> . <code title="dom-select-selectedIndex"><a href="#dom-select-selectedindex" id="selectedindex">selectedIndex</a></code> [ = <var title="">value</var> ]</dt> <dd> @@ -19835,7 +19835,7 @@ </dd> - <dt><var title="">select</var> . <code id="dom-select-value" title="dom-select-value"><a href="#dom-select-value" id="value_35">value</a></code> [ = <var title="">value</var> ]</dt> + <dt><var title="">select</var> . <code title="dom-select-value"><a href="#dom-select-value" id="value_35">value</a></code> [ = <var title="">value</var> ]</dt> <dd> @@ -20061,7 +20061,7 @@ element.</p><p>A <code><a href="#the-select-element" id="select_43">select</a></code> element whose <code title="attr-select-multiple"><a href="#attr-select-multiple" id="multiple_42">multiple</a></code> attribute is not specified must not have more than one descendant <code><a href="#the-option-element" id="option_34">option</a></code> element with its <code title="attr-option-selected"><a href="#attr-option-selected" id="selected_1">selected</a></code> - attribute set.</p><dl class="domintro"><dt><var title="">option</var> . <code id="dom-option-selected" title="dom-option-selected"><a href="#dom-option-selected" id="selected_6">selected</a></code></dt> + attribute set.</p><dl class="domintro"><dt><var title="">option</var> . <code title="dom-option-selected"><a href="#dom-option-selected" id="selected_6">selected</a></code></dt> <dd> @@ -20071,7 +20071,7 @@ </dd> - <dt><var title="">option</var> . <code id="dom-option-index" title="dom-option-index"><a href="#dom-option-index" id="index_0">index</a></code></dt> + <dt><var title="">option</var> . <code title="dom-option-index"><a href="#dom-option-index" id="index_0">index</a></code></dt> <dd> @@ -20081,7 +20081,7 @@ </dd> - <dt><var title="">option</var> . <code id="dom-option-form" title="dom-option-form"><a href="#dom-option-form" id="form_46">form</a></code></dt> + <dt><var title="">option</var> . <code title="dom-option-form"><a href="#dom-option-form" id="form_46">form</a></code></dt> <dd> @@ -20090,7 +20090,7 @@ </dd> - <dt><var title="">option</var> . <code id="dom-option-text" title="dom-option-text"><a href="#dom-option-text" id="text">text</a></code></dt> + <dt><var title="">option</var> . <code title="dom-option-text"><a href="#dom-option-text" id="text">text</a></code></dt> <dd> @@ -23061,7 +23061,7 @@ </dd> - <dt><var title="">window</var> . <code id="dom-window-close" title="dom-window-close"><a href="#dom-window-close" id="close">close</a></code>()</dt> + <dt><var title="">window</var> . <code title="dom-window-close"><a href="#dom-window-close" id="close">close</a></code>()</dt> <dd> @@ -23069,7 +23069,7 @@ </dd> - <dt><var title="">window</var> . <code id="dom-window-stop" title="dom-window-stop"><a href="#dom-window-stop" id="stop">stop</a></code>()</dt> + <dt><var title="">window</var> . <code title="dom-window-stop"><a href="#dom-window-stop" id="stop">stop</a></code>()</dt> <dd> @@ -23133,33 +23133,33 @@ in Web pages.</p><p>Each interface element is represented by a <code><a href="#barprop" id="barprop_6">BarProp</a></code> object:</p><pre class="idl">interface <dfn aria-haspopup="true" id="barprop" role="button" tabindex="0">BarProp</dfn> { attribute boolean <a href="#dom-barprop-visible" title="dom-BarProp-visible">visible</a>; -};</pre><dl class="domintro"><dt><var title="">window</var> . <code id="dom-window-locationbar" title="dom-window-locationbar"><a href="#dom-window-locationbar" id="locationbar">locationbar</a></code> . <code id="dom-barprop-visible" title="dom-BarProp-visible"><a href="#dom-barprop-visible">visible</a></code></dt> +};</pre><dl class="domintro"><dt><var title="">window</var> . <code title="dom-window-locationbar"><a href="#dom-window-locationbar" id="locationbar">locationbar</a></code> . <code id="dom-barprop-visible" title="dom-BarProp-visible"><a href="#dom-barprop-visible">visible</a></code></dt> <dd> <p>Returns true if the location bar is visible; otherwise, returns false.</p> </dd> - <dt><var title="">window</var> . <code id="dom-window-menubar" title="dom-window-menubar"><a href="#dom-window-menubar" id="menubar">menubar</a></code> . <code title="dom-BarProp-visible"><a href="#dom-barprop-visible">visible</a></code></dt> + <dt><var title="">window</var> . <code title="dom-window-menubar"><a href="#dom-window-menubar" id="menubar">menubar</a></code> . <code title="dom-BarProp-visible"><a href="#dom-barprop-visible">visible</a></code></dt> <dd> <p>Returns true if the menu bar is visible; otherwise, returns false.</p> </dd> - <dt><var title="">window</var> . <code id="dom-window-personalbar" title="dom-window-personalbar"><a href="#dom-window-personalbar" id="personalbar">personalbar</a></code> . <code title="dom-BarProp-visible"><a href="#dom-barprop-visible">visible</a></code></dt> + <dt><var title="">window</var> . <code title="dom-window-personalbar"><a href="#dom-window-personalbar" id="personalbar">personalbar</a></code> . <code title="dom-BarProp-visible"><a href="#dom-barprop-visible">visible</a></code></dt> <dd> <p>Returns true if the personal bar is visible; otherwise, returns false.</p> </dd> - <dt><var title="">window</var> . <code id="dom-window-scrollbars" title="dom-window-scrollbars"><a href="#dom-window-scrollbars" id="scrollbars">scrollbars</a></code> . <code title="dom-BarProp-visible"><a href="#dom-barprop-visible">visible</a></code></dt> + <dt><var title="">window</var> . <code title="dom-window-scrollbars"><a href="#dom-window-scrollbars" id="scrollbars">scrollbars</a></code> . <code title="dom-BarProp-visible"><a href="#dom-barprop-visible">visible</a></code></dt> <dd> <p>Returns true if the scroll bars are visible; otherwise, returns false.</p> </dd> - <dt><var title="">window</var> . <code id="dom-window-statusbar" title="dom-window-statusbar"><a href="#dom-window-statusbar" id="statusbar">statusbar</a></code> . <code title="dom-BarProp-visible"><a href="#dom-barprop-visible">visible</a></code></dt> + <dt><var title="">window</var> . <code title="dom-window-statusbar"><a href="#dom-window-statusbar" id="statusbar">statusbar</a></code> . <code title="dom-BarProp-visible"><a href="#dom-barprop-visible">visible</a></code></dt> <dd> <p>Returns true if the status bar is visible; otherwise, returns false.</p> </dd> - <dt><var title="">window</var> . <code id="dom-window-toolbar" title="dom-window-toolbar"><a href="#dom-window-toolbar" id="toolbar_0">toolbar</a></code> . <code title="dom-BarProp-visible"><a href="#dom-barprop-visible">visible</a></code></dt> + <dt><var title="">window</var> . <code title="dom-window-toolbar"><a href="#dom-window-toolbar" id="toolbar_0">toolbar</a></code> . <code title="dom-BarProp-visible"><a href="#dom-barprop-visible">visible</a></code></dt> <dd> <p>Returns true if the toolbar is visible; otherwise, returns false.</p> </dd> @@ -24194,7 +24194,7 @@ </dd> - <dt><var title="">window</var> . <code id="dom-windowtimers-cleartimeout" title="dom-windowtimers-clearTimeout"><a href="#dom-windowtimers-cleartimeout" id="cleartimeout">clearTimeout</a></code>( <var title="">handle</var> )</dt> + <dt><var title="">window</var> . <code title="dom-windowtimers-clearTimeout"><a href="#dom-windowtimers-cleartimeout" id="cleartimeout">clearTimeout</a></code>( <var title="">handle</var> )</dt> <dd> @@ -24220,7 +24220,7 @@ </dd> - <dt><var title="">window</var> . <code id="dom-windowtimers-clearinterval" title="dom-windowtimers-clearInterval"><a href="#dom-windowtimers-clearinterval" id="clearinterval">clearInterval</a></code>( <var title="">handle</var> )</dt> + <dt><var title="">window</var> . <code title="dom-windowtimers-clearInterval"><a href="#dom-windowtimers-clearinterval" id="clearinterval">clearInterval</a></code>( <var title="">handle</var> )</dt> <dd> @@ -24566,7 +24566,7 @@ </dd> - <dt><var title="">window</var> . <code id="dom-window-focus" title="dom-window-focus"><a href="#dom-window-focus" id="focus_0">focus</a></code>()</dt> + <dt><var title="">window</var> . <code title="dom-window-focus"><a href="#dom-window-focus" id="focus_0">focus</a></code>()</dt> <dd> @@ -24574,7 +24574,7 @@ </dd> - <dt><var title="">window</var> . <code id="dom-window-blur" title="dom-window-blur"><a href="#dom-window-blur" id="blur">blur</a></code>()</dt> + <dt><var title="">window</var> . <code title="dom-window-blur"><a href="#dom-window-blur" id="blur">blur</a></code>()</dt> <dd> @@ -30767,9 +30767,8 @@ <dd> <a href="#dom-select-add_0"><span class="secno">4.10.9 </span>The <span><code>select</code></span> element</a> <a class="index-counter" href="#dom-select-add_1">(2)</a> -<a class="dfn-ref" href="#dom-select-add">(3)</a> -<a class="index-counter" href="#add">(4)</a> -<a class="dfn-ref" href="#dom-select-add">(5)</a> +<a class="index-counter" href="#add">(3)</a> +<a class="dfn-ref" href="#dom-select-add">(4)</a> </dd> </dl><dl id="dom-datatransferitemlist-add_index"><dt><span aria-haspopup="true" role="button" tabindex="0"><code>add()</code></span> </dt> @@ -32976,9 +32975,8 @@ <a href="#dom-window-blur_0"><span class="secno">5.2 </span>The <code><span>Window</span></code> object</a> </dd> <dd> -<a class="dfn-ref" href="#dom-window-blur"><span class="secno">7.3.2 </span>Document-level focus APIs</a> -<a class="index-counter" href="#blur">(2)</a> -<a class="dfn-ref" href="#dom-window-blur">(3)</a> +<a href="#blur"><span class="secno">7.3.2 </span>Document-level focus APIs</a> +<a class="dfn-ref" href="#dom-window-blur">(2)</a> </dd> </dl><dl id="the-body-element_index"><dt><span aria-haspopup="true" role="button" tabindex="0"><code>body</code></span> </dt> @@ -34340,9 +34338,8 @@ </dt> <dd> <a href="#dom-form-checkvalidity_0"><span class="secno">4.10.3 </span>The <span><code>form</code></span> element</a> -<a class="dfn-ref" href="#dom-form-checkvalidity">(2)</a> -<a class="index-counter" href="#checkvalidity">(3)</a> -<a class="dfn-ref" href="#dom-form-checkvalidity">(4)</a> +<a class="index-counter" href="#checkvalidity">(2)</a> +<a class="dfn-ref" href="#dom-form-checkvalidity">(3)</a> </dd> </dl><dl id="child-browsing-context_index"><dt><span aria-haspopup="true" role="button" tabindex="0">child browsing context</span> </dt> @@ -34630,17 +34627,15 @@ </dt> <dd> <a href="#dom-windowtimers-clearinterval_0"><span class="secno">6.3 </span>Timers</a> -<a class="dfn-ref" href="#dom-windowtimers-clearinterval">(2)</a> -<a class="index-counter" href="#clearinterval">(3)</a> -<a class="dfn-ref" href="#dom-windowtimers-clearinterval">(4)</a> +<a class="index-counter" href="#clearinterval">(2)</a> +<a class="dfn-ref" href="#dom-windowtimers-clearinterval">(3)</a> </dd> </dl><dl id="dom-windowtimers-cleartimeout_index"><dt><span aria-haspopup="true" role="button" tabindex="0"><code>clearTimeout()</code></span> </dt> <dd> <a href="#dom-windowtimers-cleartimeout_0"><span class="secno">6.3 </span>Timers</a> -<a class="dfn-ref" href="#dom-windowtimers-cleartimeout">(2)</a> -<a class="index-counter" href="#cleartimeout">(3)</a> -<a class="dfn-ref" href="#dom-windowtimers-cleartimeout">(4)</a> +<a class="index-counter" href="#cleartimeout">(2)</a> +<a class="dfn-ref" href="#dom-windowtimers-cleartimeout">(3)</a> </dd> </dl><dl class="has-norefs" id="concept-clone_index"><dt><span aria-haspopup="true" role="button" tabindex="0">cloned</span> </dt> @@ -34653,9 +34648,8 @@ <a href="#dom-window-close_0"><span class="secno">5.2 </span>The <code><span>Window</span></code> object</a> </dd> <dd> -<a class="dfn-ref" href="#dom-window-close"><span class="secno">5.2.1 </span>APIs for creating and navigating browsing contexts by name</a> -<a class="index-counter" href="#close">(2)</a> -<a class="dfn-ref" href="#dom-window-close">(3)</a> +<a href="#close"><span class="secno">5.2.1 </span>APIs for creating and navigating browsing contexts by name</a> +<a class="dfn-ref" href="#dom-window-close">(2)</a> </dd> <dd> <a href="#window.close"><span class="secno">6.4.3 </span>Dialogs implemented using separate documents</a> @@ -37846,11 +37840,10 @@ </dd> <dd> <a href="#dom-form-elements_1"><span class="secno">4.10.3 </span>The <span><code>form</code></span> element</a> -<a class="dfn-ref" href="#dom-form-elements">(2)</a> -<a class="index-counter" href="#elements_0">(3)</a> -<a class="dfn-ref" href="#dom-form-elements">(4)</a> -<a class="index-counter" href="#elements_1">(5)</a> -<a class="index-counter" href="#elements_2">(6)</a> +<a class="index-counter" href="#elements_0">(2)</a> +<a class="dfn-ref" href="#dom-form-elements">(3)</a> +<a class="index-counter" href="#elements_1">(4)</a> +<a class="index-counter" href="#elements_2">(5)</a> </dd> <dd> <a href="#elements_3"><span class="secno">4.10.4 </span>The <span><code>fieldset</code></span> element</a> @@ -39277,9 +39270,8 @@ <a href="#dom-window-focus_0"><span class="secno">5.2 </span>The <code><span>Window</span></code> object</a> </dd> <dd> -<a class="dfn-ref" href="#dom-window-focus"><span class="secno">7.3.2 </span>Document-level focus APIs</a> -<a class="index-counter" href="#focus_0">(2)</a> -<a class="dfn-ref" href="#dom-window-focus">(3)</a> +<a href="#focus_0"><span class="secno">7.3.2 </span>Document-level focus APIs</a> +<a class="dfn-ref" href="#dom-window-focus">(2)</a> </dd> </dl><dl id="font_index"><dt><span aria-haspopup="true" role="button" tabindex="0"><code>font</code></span> </dt> @@ -39524,10 +39516,9 @@ <code><a href="#the-select-element">select</a></code> element. Otherwise, it must return null.</span></dd> <dd> <a href="#dom-option-form_0"><span class="secno">4.10.12 </span>The <span><code>option</code></span> element</a> -<a class="dfn-ref" href="#dom-option-form">(2)</a> -<a class="index-counter" href="#form_46">(3)</a> -<a class="dfn-ref" href="#dom-option-form">(4)</a> -<a class="index-counter" href="#form_47">(5)</a> +<a class="index-counter" href="#form_46">(2)</a> +<a class="dfn-ref" href="#dom-option-form">(3)</a> +<a class="index-counter" href="#form_47">(4)</a> </dd> </dl><dl id="attr-fae-form_index"><dt><span aria-haspopup="true" role="button" tabindex="0"><code>form</code></span> </dt> @@ -46040,9 +46031,8 @@ </dt> <dd> <a href="#dom-option-index_0"><span class="secno">4.10.12 </span>The <span><code>option</code></span> element</a> -<a class="dfn-ref" href="#dom-option-index">(2)</a> -<a class="index-counter" href="#index_0">(3)</a> -<a class="dfn-ref" href="#dom-option-index">(4)</a> +<a class="index-counter" href="#index_0">(2)</a> +<a class="dfn-ref" href="#dom-option-index">(3)</a> </dd> </dl><dl id="index_size_err_index"><dt><span aria-haspopup="true" role="button" tabindex="0"><code>INDEX_SIZE_ERR</code></span> </dt> @@ -46697,10 +46687,9 @@ </dt> <dd> <a href="#dom-select-item_0"><span class="secno">4.10.9 </span>The <span><code>select</code></span> element</a> -<a class="dfn-ref" href="#dom-select-item">(2)</a> -<a class="index-counter" href="#item">(3)</a> -<a class="index-counter" href="#nameditem">(4)</a> -<a class="dfn-ref" href="#dom-select-item">(5)</a> +<a class="index-counter" href="#item">(2)</a> +<a class="index-counter" href="#nameditem">(3)</a> +<a class="dfn-ref" href="#dom-select-item">(4)</a> </dd> </dl><div class="index-nav" id="index-terms_J"> <p> @@ -47390,9 +47379,8 @@ by the collection">represented</a> by the <code title="dom-form-elements"><a href="#dom-form-elements">elements</a></code> collection.</span></dd> <dd> <a href="#dom-form-length_0"><span class="secno">4.10.3 </span>The <span><code>form</code></span> element</a> -<a class="dfn-ref" href="#dom-form-length">(2)</a> -<a class="index-counter" href="#length">(3)</a> -<a class="dfn-ref" href="#dom-form-length">(4)</a> +<a class="index-counter" href="#length">(2)</a> +<a class="dfn-ref" href="#dom-form-length">(3)</a> </dd> </dl><dl id="dom-select-length_index"><dt><span aria-haspopup="true" role="button" tabindex="0"><code>length</code></span> </dt> @@ -47403,9 +47391,8 @@ must act like the attribute of the same name on the <code title="dom-select-options"><a href="#dom-select-options">options</a></code> collection.</span></dd> <dd> <a href="#dom-select-length_0"><span class="secno">4.10.9 </span>The <span><code>select</code></span> element</a> -<a class="dfn-ref" href="#dom-select-length">(2)</a> -<a class="index-counter" href="#length_0">(3)</a> -<a class="dfn-ref" href="#dom-select-length">(4)</a> +<a class="index-counter" href="#length_0">(2)</a> +<a class="dfn-ref" href="#dom-select-length">(3)</a> </dd> </dl><dl id="dom-datatransferitemlist-length_index"><dt><span aria-haspopup="true" role="button" tabindex="0"><code>length</code></span> </dt> @@ -48013,9 +48000,8 @@ <a href="#dom-window-locationbar_0"><span class="secno">5.2 </span>The <code><span>Window</span></code> object</a> </dd> <dd> -<a class="dfn-ref" href="#dom-window-locationbar"><span class="secno">5.2.4 </span>Browser interface elements</a> -<a class="index-counter" href="#locationbar">(2)</a> -<a class="dfn-ref" href="#dom-window-locationbar">(3)</a> +<a href="#locationbar"><span class="secno">5.2.4 </span>Browser interface elements</a> +<a class="dfn-ref" href="#dom-window-locationbar">(2)</a> </dd> </dl><dl id="attr-iframe-longdesc_index"><dt><span aria-haspopup="true" role="button" tabindex="0"><code>longdesc</code></span> </dt> @@ -49376,9 +49362,8 @@ <a href="#dom-window-menubar_0"><span class="secno">5.2 </span>The <code><span>Window</span></code> object</a> </dd> <dd> -<a class="dfn-ref" href="#dom-window-menubar"><span class="secno">5.2.4 </span>Browser interface elements</a> -<a class="index-counter" href="#menubar">(2)</a> -<a class="dfn-ref" href="#dom-window-menubar">(3)</a> +<a href="#menubar"><span class="secno">5.2.4 </span>Browser interface elements</a> +<a class="dfn-ref" href="#dom-window-menubar">(2)</a> </dd> </dl><dl id="the-meta-element_index"><dt><span aria-haspopup="true" role="button" tabindex="0"><code>meta</code></span> </dt> @@ -51808,14 +51793,13 @@ </dt> <dd> <a href="#dom-select-options_0"><span class="secno">4.10.9 </span>The <span><code>select</code></span> element</a> -<a class="dfn-ref" href="#dom-select-options">(2)</a> -<a class="index-counter" href="#options">(3)</a> -<a class="dfn-ref" href="#dom-select-options">(4)</a> -<a class="index-counter" href="#options_0">(5)</a> -<a class="index-counter" href="#options_1">(6)</a> -<a class="index-counter" href="#options_2">(7)</a> -<a class="index-counter" href="#options_3">(8)</a> -<a class="index-counter" href="#options_4">(9)</a> +<a class="index-counter" href="#options">(2)</a> +<a class="dfn-ref" href="#dom-select-options">(3)</a> +<a class="index-counter" href="#options_0">(4)</a> +<a class="index-counter" href="#options_1">(5)</a> +<a class="index-counter" href="#options_2">(6)</a> +<a class="index-counter" href="#options_3">(7)</a> +<a class="index-counter" href="#options_4">(8)</a> </dd> <dd> <a href="#options_5"><span class="secno">4.10.10 </span>The <span><code>datalist</code></span> element</a> @@ -52369,9 +52353,8 @@ <a href="#dom-window-personalbar_0"><span class="secno">5.2 </span>The <code><span>Window</span></code> object</a> </dd> <dd> -<a class="dfn-ref" href="#dom-window-personalbar"><span class="secno">5.2.4 </span>Browser interface elements</a> -<a class="index-counter" href="#personalbar">(2)</a> -<a class="dfn-ref" href="#dom-window-personalbar">(3)</a> +<a href="#personalbar"><span class="secno">5.2.4 </span>Browser interface elements</a> +<a class="dfn-ref" href="#dom-window-personalbar">(2)</a> </dd> </dl><dl id="phrasing-content_index"><dt><span aria-haspopup="true" role="button" tabindex="0">Phrasing content</span> </dt> @@ -54745,9 +54728,8 @@ </dt> <dd> <a href="#dom-form-reset_0"><span class="secno">4.10.3 </span>The <span><code>form</code></span> element</a> -<a class="dfn-ref" href="#dom-form-reset">(2)</a> -<a class="index-counter" href="#reset_0">(3)</a> -<a class="dfn-ref" href="#dom-form-reset">(4)</a> +<a class="index-counter" href="#reset_0">(2)</a> +<a class="dfn-ref" href="#dom-form-reset">(3)</a> </dd> </dl><dl id="category-reset_index"><dt><span aria-haspopup="true" role="button" tabindex="0">Resettable elements</span> </dt> @@ -55543,9 +55525,8 @@ <a href="#dom-window-scrollbars_0"><span class="secno">5.2 </span>The <code><span>Window</span></code> object</a> </dd> <dd> -<a class="dfn-ref" href="#dom-window-scrollbars"><span class="secno">5.2.4 </span>Browser interface elements</a> -<a class="index-counter" href="#scrollbars">(2)</a> -<a class="dfn-ref" href="#dom-window-scrollbars">(3)</a> +<a href="#scrollbars"><span class="secno">5.2.4 </span>Browser interface elements</a> +<a class="dfn-ref" href="#dom-window-scrollbars">(2)</a> </dd> </dl><dl class="has-norefs" id="dom-marquee-scrolldelay_index"><dt><span aria-haspopup="true" role="button" tabindex="0"><code>scrollDelay</code></span> </dt> @@ -56135,9 +56116,8 @@ value.</span></dd> <dd> <a href="#dom-option-selected_0"><span class="secno">4.10.12 </span>The <span><code>option</code></span> element</a> -<a class="dfn-ref" href="#dom-option-selected">(2)</a> -<a class="index-counter" href="#selected_6">(3)</a> -<a class="dfn-ref" href="#dom-option-selected">(4)</a> +<a class="index-counter" href="#selected_6">(2)</a> +<a class="dfn-ref" href="#dom-option-selected">(3)</a> </dd> </dl><dl id="concept-input-type-file-selected_index"><dt><span aria-haspopup="true" role="button" tabindex="0">selected files</span> </dt> @@ -56151,17 +56131,15 @@ </dt> <dd> <a href="#dom-select-selectedindex_0"><span class="secno">4.10.9 </span>The <span><code>select</code></span> element</a> -<a class="dfn-ref" href="#dom-select-selectedindex">(2)</a> -<a class="index-counter" href="#selectedindex">(3)</a> -<a class="dfn-ref" href="#dom-select-selectedindex">(4)</a> +<a class="index-counter" href="#selectedindex">(2)</a> +<a class="dfn-ref" href="#dom-select-selectedindex">(3)</a> </dd> </dl><dl id="dom-select-selectedoptions_index"><dt><span aria-haspopup="true" role="button" tabindex="0"><code>selectedOptions</code></span> </dt> <dd> <a href="#dom-select-selectedoptions_0"><span class="secno">4.10.9 </span>The <span><code>select</code></span> element</a> -<a class="dfn-ref" href="#dom-select-selectedoptions">(2)</a> -<a class="index-counter" href="#selectedoptions">(3)</a> -<a class="dfn-ref" href="#dom-select-selectedoptions">(4)</a> +<a class="index-counter" href="#selectedoptions">(2)</a> +<a class="dfn-ref" href="#dom-select-selectedoptions">(3)</a> </dd> </dl><dl id="dom-textarea-input-selectiondirection_index"><dt><span aria-haspopup="true" role="button" tabindex="0"><code>selectionDirection</code></span> </dt> @@ -57697,9 +57675,8 @@ <a href="#dom-window-statusbar_0"><span class="secno">5.2 </span>The <code><span>Window</span></code> object</a> </dd> <dd> -<a class="dfn-ref" href="#dom-window-statusbar"><span class="secno">5.2.4 </span>Browser interface elements</a> -<a class="index-counter" href="#statusbar">(2)</a> -<a class="dfn-ref" href="#dom-window-statusbar">(3)</a> +<a href="#statusbar"><span class="secno">5.2.4 </span>Browser interface elements</a> +<a class="dfn-ref" href="#dom-window-statusbar">(2)</a> </dd> </dl><dl id="dom-input-step_index"><dt><span aria-haspopup="true" role="button" tabindex="0"><code>step</code></span> </dt> @@ -57829,9 +57806,8 @@ <a href="#dom-window-stop_0"><span class="secno">5.2 </span>The <code><span>Window</span></code> object</a> </dd> <dd> -<a class="dfn-ref" href="#dom-window-stop"><span class="secno">5.2.1 </span>APIs for creating and navigating browsing contexts by name</a> -<a class="index-counter" href="#stop">(2)</a> -<a class="dfn-ref" href="#dom-window-stop">(3)</a> +<a href="#stop"><span class="secno">5.2.1 </span>APIs for creating and navigating browsing contexts by name</a> +<a class="dfn-ref" href="#dom-window-stop">(2)</a> </dd> </dl><dl class="has-norefs" id="strike_index"><dt><span aria-haspopup="true" role="button" tabindex="0"><code>strike</code></span> </dt> @@ -58117,9 +58093,8 @@ </dt> <dd> <a href="#dom-form-submit_0"><span class="secno">4.10.3 </span>The <span><code>form</code></span> element</a> -<a class="dfn-ref" href="#dom-form-submit">(2)</a> -<a class="index-counter" href="#submit_0">(3)</a> -<a class="dfn-ref" href="#dom-form-submit">(4)</a> +<a class="index-counter" href="#submit_0">(2)</a> +<a class="dfn-ref" href="#dom-form-submit">(3)</a> </dd> </dl><dl id="category-submit_index"><dt><span aria-haspopup="true" role="button" tabindex="0">Submittable elements</span> </dt> @@ -58961,9 +58936,8 @@ to the new value.</span></dd> <dd> <a href="#dom-option-text_0"><span class="secno">4.10.12 </span>The <span><code>option</code></span> element</a> -<a class="dfn-ref" href="#dom-option-text">(2)</a> -<a class="index-counter" href="#text">(3)</a> -<a class="dfn-ref" href="#dom-option-text">(4)</a> +<a class="index-counter" href="#text">(2)</a> +<a class="dfn-ref" href="#dom-option-text">(3)</a> </dd> </dl><dl id="syntax-text_index"><dt><span aria-haspopup="true" role="button" tabindex="0">Text</span> </dt> @@ -60223,9 +60197,8 @@ <a href="#dom-window-toolbar_0"><span class="secno">5.2 </span>The <code><span>Window</span></code> object</a> </dd> <dd> -<a class="dfn-ref" href="#dom-window-toolbar"><span class="secno">5.2.4 </span>Browser interface elements</a> -<a class="index-counter" href="#toolbar_0">(2)</a> -<a class="dfn-ref" href="#dom-window-toolbar">(3)</a> +<a href="#toolbar_0"><span class="secno">5.2.4 </span>Browser interface elements</a> +<a class="dfn-ref" href="#dom-window-toolbar">(2)</a> </dd> </dl><dl id="top-level-browsing-context_index"><dt><span aria-haspopup="true" role="button" tabindex="0">top-level browsing context</span> </dt> @@ -60876,9 +60849,8 @@ present.</span></dd> <dd> <a href="#dom-select-type_0"><span class="secno">4.10.9 </span>The <span><code>select</code></span> element</a> -<a class="dfn-ref" href="#dom-select-type">(2)</a> -<a class="index-counter" href="#type_83">(3)</a> -<a class="dfn-ref" href="#dom-select-type">(4)</a> +<a class="index-counter" href="#type_83">(2)</a> +<a class="dfn-ref" href="#dom-select-type">(3)</a> </dd> </dl><dl id="dom-textarea-type_index"><dt><span aria-haspopup="true" role="button" tabindex="0"><code>type</code></span> </dt> @@ -62460,9 +62432,8 @@ string.</span></dd> <dd> <a href="#dom-select-value_0"><span class="secno">4.10.9 </span>The <span><code>select</code></span> element</a> -<a class="dfn-ref" href="#dom-select-value">(2)</a> -<a class="index-counter" href="#value_35">(3)</a> -<a class="dfn-ref" href="#dom-select-value">(4)</a> +<a class="index-counter" href="#value_35">(2)</a> +<a class="dfn-ref" href="#dom-select-value">(3)</a> </dd> </dl><dl id="attr-option-value_index"><dt><span aria-haspopup="true" role="button" tabindex="0"><code>value</code></span> </dt> Index: the-select-element.html =================================================================== RCS file: /sources/public/html5/spec-author-view/the-select-element.html,v retrieving revision 1.102 retrieving revision 1.103 diff -u -d -r1.102 -r1.103 --- the-select-element.html 1 Jul 2011 09:47:08 -0000 1.102 +++ the-select-element.html 1 Jul 2011 10:06:36 -0000 1.103 @@ -440,7 +440,7 @@ attribute represents the element's name. The <code title="attr-fe-disabled"><a href="association-of-controls-and-forms.html#attr-fe-disabled" id="disabled_16">disabled</a></code> attribute is used to make the control non-interactive and to prevent its value from being submitted. The <code title="attr-fe-autofocus"><a href="association-of-controls-and-forms.html#attr-fe-autofocus" id="autofocus_4">autofocus</a></code> - attribute controls focus.<dl class="domintro"><dt><var title="">select</var> . <code id="dom-select-type" title="dom-select-type"><a href="#dom-select-type" id="type_83">type</a></code></dt> + attribute controls focus.<dl class="domintro"><dt><var title="">select</var> . <code title="dom-select-type"><a href="#dom-select-type" id="type_83">type</a></code></dt> <dd> @@ -451,7 +451,7 @@ </dd> - <dt><var title="">select</var> . <code id="dom-select-options" title="dom-select-options"><a href="#dom-select-options" id="options">options</a></code></dt> + <dt><var title="">select</var> . <code title="dom-select-options"><a href="#dom-select-options" id="options">options</a></code></dt> <dd> @@ -459,14 +459,14 @@ </dd> - <dt><var title="">select</var> . <code id="dom-select-length" title="dom-select-length"><a href="#dom-select-length" id="length_0">length</a></code> [ = <var title="">value</var> ]</dt> + <dt><var title="">select</var> . <code title="dom-select-length"><a href="#dom-select-length" id="length_0">length</a></code> [ = <var title="">value</var> ]</dt> <dd> <p>Returns the number of elements in the <a href="#concept-select-option-list" id="concept-select-option-list_5" title="concept-select-option-list">list of options</a>.</p> <p>When set to a smaller number, truncates the number of <code><a href="the-option-element.html#the-option-element" id="option_15">option</a></code> elements in the <code><a href="#the-select-element" id="select_31">select</a></code>.</p> <p>When set to a greater number, adds new blank <code><a href="the-option-element.html#the-option-element" id="option_16">option</a></code> elements to the <code><a href="#the-select-element" id="select_32">select</a></code>.</p> </dd> - <dt><var title="">element</var> = <var title="">select</var> . <code id="dom-select-item" title="dom-select-item"><a href="#dom-select-item" id="item">item</a></code>(<var title="">index</var>)</dt> + <dt><var title="">element</var> = <var title="">select</var> . <code title="dom-select-item"><a href="#dom-select-item" id="item">item</a></code>(<var title="">index</var>)</dt> <dt><var title="">select</var>[<var title="">index</var>]</dt> <dd> <p>Returns the item with index <var title="">index</var> from the <a href="#concept-select-option-list" id="concept-select-option-list_6" title="concept-select-option-list">list of options</a>. The items are sorted in <a href="infrastructure.html#tree-order" id="tree-order_8">tree order</a>.</p> @@ -479,7 +479,7 @@ <p>Returns null if no element with that <a href="global-attributes.html#concept-id" id="concept-id_13" title="concept-id">ID</a> could be found.</p> </dd> - <dt><var title="">select</var> . <code id="dom-select-add" title="dom-select-add"><a href="#dom-select-add" id="add">add</a></code>(<var title="">element</var> [, <var title="">before</var> ])</dt> + <dt><var title="">select</var> . <code title="dom-select-add"><a href="#dom-select-add" id="add">add</a></code>(<var title="">element</var> [, <var title="">before</var> ])</dt> <dd> <p>Inserts <var title="">element</var> before the node given by <var title="">before</var>.</p> <p>The <var title="">before</var> argument can be a number, in @@ -496,7 +496,7 @@ <code><a href="the-optgroup-element.html#the-optgroup-element" id="optgroup_6">optgroup</a></code> element, then the method does nothing.</p> </dd> - <dt><var title="">select</var> . <code id="dom-select-selectedoptions" title="dom-select-selectedOptions"><a href="#dom-select-selectedoptions" id="selectedoptions">selectedOptions</a></code></dt> + <dt><var title="">select</var> . <code title="dom-select-selectedOptions"><a href="#dom-select-selectedoptions" id="selectedoptions">selectedOptions</a></code></dt> <dd> @@ -505,7 +505,7 @@ </dd> - <dt><var title="">select</var> . <code id="dom-select-selectedindex" title="dom-select-selectedIndex"><a href="#dom-select-selectedindex" id="selectedindex">selectedIndex</a></code> [ = <var title="">value</var> ]</dt> + <dt><var title="">select</var> . <code title="dom-select-selectedIndex"><a href="#dom-select-selectedindex" id="selectedindex">selectedIndex</a></code> [ = <var title="">value</var> ]</dt> <dd> @@ -516,7 +516,7 @@ </dd> - <dt><var title="">select</var> . <code id="dom-select-value" title="dom-select-value"><a href="#dom-select-value" id="value_35">value</a></code> [ = <var title="">value</var> ]</dt> + <dt><var title="">select</var> . <code title="dom-select-value"><a href="#dom-select-value" id="value_35">value</a></code> [ = <var title="">value</var> ]</dt> <dd> Index: editing.html =================================================================== RCS file: /sources/public/html5/spec-author-view/editing.html,v retrieving revision 1.1116 retrieving revision 1.1117 diff -u -d -r1.1116 -r1.1117 --- editing.html 1 Jul 2011 09:46:59 -0000 1.1116 +++ editing.html 1 Jul 2011 10:06:31 -0000 1.1117 @@ -438,7 +438,7 @@ </dd> - <dt><var title="">window</var> . <code id="dom-window-focus" title="dom-window-focus"><a href="#dom-window-focus" id="focus_0">focus</a></code>()</dt> + <dt><var title="">window</var> . <code title="dom-window-focus"><a href="#dom-window-focus" id="focus_0">focus</a></code>()</dt> <dd> @@ -446,7 +446,7 @@ </dd> - <dt><var title="">window</var> . <code id="dom-window-blur" title="dom-window-blur"><a href="#dom-window-blur" id="blur">blur</a></code>()</dt> + <dt><var title="">window</var> . <code title="dom-window-blur"><a href="#dom-window-blur" id="blur">blur</a></code>()</dt> <dd> Index: spec.preprocessed.html =================================================================== RCS file: /sources/public/html5/spec-author-view/spec.preprocessed.html,v retrieving revision 1.450 retrieving revision 1.451 diff -u -d -r1.450 -r1.451 --- spec.preprocessed.html 1 Jul 2011 09:47:06 -0000 1.450 +++ spec.preprocessed.html 1 Jul 2011 10:06:35 -0000 1.451 @@ -16810,7 +16810,7 @@ their <a href="#resulting-autocompletion-state">resulting autocompletion state</a> set to <i title="">off</i>; the <a href="#attr-form-autocomplete-on-state" title="attr-form-autocomplete-on-state">on</a> state indicates that by default, <code><a href="#the-input-element">input</a></code> elements in the form will have their <a href="#resulting-autocompletion-state">resulting autocompletion state</a> set to <i title="">on</i>.</p><p>The <code title="attr-fs-action"><a href="#attr-fs-action">action</a></code>, <code title="attr-fs-enctype"><a href="#attr-fs-enctype">enctype</a></code>, <code title="attr-fs-method"><a href="#attr-fs-method">method</a></code>, <code title="attr-fs-novalidate"><a href="#attr-fs-novalidate">novalidate</a></code>, and <code title="attr-fs-target"><a href="#attr-fs-target">target</a></code> attributes are <a href="#attributes-for-form-submission">attributes - for form submission</a>.</p><dl class="domintro"><dt><var title="">form</var> . <code title="dom-form-elements" id="dom-form-elements"><a href="#dom-form-elements">elements</a></code></dt> + for form submission</a>.</p><dl class="domintro"><dt><var title="">form</var> . <code title="dom-form-elements"><a href="#dom-form-elements">elements</a></code></dt> <dd> @@ -16819,7 +16819,7 @@ </dd> - <dt><var title="">form</var> . <code title="dom-form-length" id="dom-form-length"><a href="#dom-form-length">length</a></code></dt> + <dt><var title="">form</var> . <code title="dom-form-length"><a href="#dom-form-length">length</a></code></dt> <dd> @@ -16857,7 +16857,7 @@ </dd> - <dt><var title="">form</var> . <code title="dom-form-submit" id="dom-form-submit"><a href="#dom-form-submit">submit</a></code>()</dt> + <dt><var title="">form</var> . <code title="dom-form-submit"><a href="#dom-form-submit">submit</a></code>()</dt> <dd> @@ -16865,7 +16865,7 @@ </dd> - <dt><var title="">form</var> . <code title="dom-form-reset" id="dom-form-reset"><a href="#dom-form-reset">reset</a></code>()</dt> + <dt><var title="">form</var> . <code title="dom-form-reset"><a href="#dom-form-reset">reset</a></code>()</dt> <dd> @@ -16873,7 +16873,7 @@ </dd> - <dt><var title="">form</var> . <code title="dom-form-checkValidity" id="dom-form-checkvalidity"><a href="#dom-form-checkvalidity">checkValidity</a></code>()</dt> + <dt><var title="">form</var> . <code title="dom-form-checkValidity"><a href="#dom-form-checkvalidity">checkValidity</a></code>()</dt> <dd> @@ -20466,7 +20466,7 @@ attribute represents the element's name. The <code title="attr-fe-disabled"><a href="#attr-fe-disabled">disabled</a></code> attribute is used to make the control non-interactive and to prevent its value from being submitted. The <code title="attr-fe-autofocus"><a href="#attr-fe-autofocus">autofocus</a></code> - attribute controls focus.</p><dl class="domintro"><dt><var title="">select</var> . <code title="dom-select-type" id="dom-select-type"><a href="#dom-select-type">type</a></code></dt> + attribute controls focus.</p><dl class="domintro"><dt><var title="">select</var> . <code title="dom-select-type"><a href="#dom-select-type">type</a></code></dt> <dd> @@ -20477,7 +20477,7 @@ </dd> - <dt><var title="">select</var> . <code title="dom-select-options" id="dom-select-options"><a href="#dom-select-options">options</a></code></dt> + <dt><var title="">select</var> . <code title="dom-select-options"><a href="#dom-select-options">options</a></code></dt> <dd> @@ -20485,14 +20485,14 @@ </dd> - <dt><var title="">select</var> . <code title="dom-select-length" id="dom-select-length"><a href="#dom-select-length">length</a></code> [ = <var title="">value</var> ]</dt> + <dt><var title="">select</var> . <code title="dom-select-length"><a href="#dom-select-length">length</a></code> [ = <var title="">value</var> ]</dt> <dd> <p>Returns the number of elements in the <a href="#concept-select-option-list" title="concept-select-option-list">list of options</a>.</p> <p>When set to a smaller number, truncates the number of <code><a href="#the-option-element">option</a></code> elements in the <code><a href="#the-select-element">select</a></code>.</p> <p>When set to a greater number, adds new blank <code><a href="#the-option-element">option</a></code> elements to the <code><a href="#the-select-element">select</a></code>.</p> </dd> - <dt><var title="">element</var> = <var title="">select</var> . <code title="dom-select-item" id="dom-select-item"><a href="#dom-select-item">item</a></code>(<var title="">index</var>)</dt> + <dt><var title="">element</var> = <var title="">select</var> . <code title="dom-select-item"><a href="#dom-select-item">item</a></code>(<var title="">index</var>)</dt> <dt><var title="">select</var>[<var title="">index</var>]</dt> <dd> <p>Returns the item with index <var title="">index</var> from the <a href="#concept-select-option-list" title="concept-select-option-list">list of options</a>. The items are sorted in <a href="#tree-order">tree order</a>.</p> @@ -20505,7 +20505,7 @@ <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="">select</var> . <code title="dom-select-add" id="dom-select-add"><a href="#dom-select-add">add</a></code>(<var title="">element</var> [, <var title="">before</var> ])</dt> + <dt><var title="">select</var> . <code title="dom-select-add"><a href="#dom-select-add">add</a></code>(<var title="">element</var> [, <var title="">before</var> ])</dt> <dd> <p>Inserts <var title="">element</var> before the node given by <var title="">before</var>.</p> <p>The <var title="">before</var> argument can be a number, in @@ -20522,7 +20522,7 @@ <code><a href="#the-optgroup-element">optgroup</a></code> element, then the method does nothing.</p> </dd> - <dt><var title="">select</var> . <code title="dom-select-selectedOptions" id="dom-select-selectedoptions"><a href="#dom-select-selectedoptions">selectedOptions</a></code></dt> + <dt><var title="">select</var> . <code title="dom-select-selectedOptions"><a href="#dom-select-selectedoptions">selectedOptions</a></code></dt> <dd> @@ -20531,7 +20531,7 @@ </dd> - <dt><var title="">select</var> . <code title="dom-select-selectedIndex" id="dom-select-selectedindex"><a href="#dom-select-selectedindex">selectedIndex</a></code> [ = <var title="">value</var> ]</dt> + <dt><var title="">select</var> . <code title="dom-select-selectedIndex"><a href="#dom-select-selectedindex">selectedIndex</a></code> [ = <var title="">value</var> ]</dt> <dd> @@ -20542,7 +20542,7 @@ </dd> - <dt><var title="">select</var> . <code title="dom-select-value" id="dom-select-value"><a href="#dom-select-value">value</a></code> [ = <var title="">value</var> ]</dt> + <dt><var title="">select</var> . <code title="dom-select-value"><a href="#dom-select-value">value</a></code> [ = <var title="">value</var> ]</dt> <dd> @@ -20794,7 +20794,7 @@ element.</p><p>A <code><a href="#the-select-element">select</a></code> element whose <code title="attr-select-multiple"><a href="#attr-select-multiple">multiple</a></code> attribute is not specified must not have more than one descendant <code><a href="#the-option-element">option</a></code> element with its <code title="attr-option-selected"><a href="#attr-option-selected">selected</a></code> - attribute set.</p><dl class="domintro"><dt><var title="">option</var> . <code title="dom-option-selected" id="dom-option-selected"><a href="#dom-option-selected">selected</a></code></dt> + attribute set.</p><dl class="domintro"><dt><var title="">option</var> . <code title="dom-option-selected"><a href="#dom-option-selected">selected</a></code></dt> <dd> @@ -20804,7 +20804,7 @@ </dd> - <dt><var title="">option</var> . <code title="dom-option-index" id="dom-option-index"><a href="#dom-option-index">index</a></code></dt> + <dt><var title="">option</var> . <code title="dom-option-index"><a href="#dom-option-index">index</a></code></dt> <dd> @@ -20814,7 +20814,7 @@ </dd> - <dt><var title="">option</var> . <code title="dom-option-form" id="dom-option-form"><a href="#dom-option-form">form</a></code></dt> + <dt><var title="">option</var> . <code title="dom-option-form"><a href="#dom-option-form">form</a></code></dt> <dd> @@ -20823,7 +20823,7 @@ </dd> - <dt><var title="">option</var> . <code title="dom-option-text" id="dom-option-text"><a href="#dom-option-text">text</a></code></dt> + <dt><var title="">option</var> . <code title="dom-option-text"><a href="#dom-option-text">text</a></code></dt> <dd> @@ -23906,7 +23906,7 @@ </dd> - <dt><var title="">window</var> . <code title="dom-window-close" id="dom-window-close"><a href="#dom-window-close">close</a></code>()</dt> + <dt><var title="">window</var> . <code title="dom-window-close"><a href="#dom-window-close">close</a></code>()</dt> <dd> @@ -23914,7 +23914,7 @@ </dd> - <dt><var title="">window</var> . <code title="dom-window-stop" id="dom-window-stop"><a href="#dom-window-stop">stop</a></code>()</dt> + <dt><var title="">window</var> . <code title="dom-window-stop"><a href="#dom-window-stop">stop</a></code>()</dt> <dd> @@ -23989,33 +23989,33 @@ in Web pages.</p><p>Each interface element is represented by a <code><a href="#barprop">BarProp</a></code> object:</p><pre class="idl">interface <dfn id="barprop" role="button" tabindex="0" aria-haspopup="true">BarProp</dfn> { attribute boolean <a href="#dom-barprop-visible" title="dom-BarProp-visible">visible</a>; -};</pre><dl class="domintro"><dt><var title="">window</var> . <code title="dom-window-locationbar" id="dom-window-locationbar"><a href="#dom-window-locationbar">locationbar</a></code> . <code title="dom-BarProp-visible" id="dom-barprop-visible"><a href="#dom-barprop-visible">visible</a></code></dt> +};</pre><dl class="domintro"><dt><var title="">window</var> . <code title="dom-window-locationbar"><a href="#dom-window-locationbar">locationbar</a></code> . <code title="dom-BarProp-visible" id="dom-barprop-visible"><a href="#dom-barprop-visible">visible</a></code></dt> <dd> <p>Returns true if the location bar is visible; otherwise, returns false.</p> </dd> - <dt><var title="">window</var> . <code title="dom-window-menubar" id="dom-window-menubar"><a href="#dom-window-menubar">menubar</a></code> . <code title="dom-BarProp-visible"><a href="#dom-barprop-visible">visible</a></code></dt> + <dt><var title="">window</var> . <code title="dom-window-menubar"><a href="#dom-window-menubar">menubar</a></code> . <code title="dom-BarProp-visible"><a href="#dom-barprop-visible">visible</a></code></dt> <dd> <p>Returns true if the menu bar is visible; otherwise, returns false.</p> </dd> - <dt><var title="">window</var> . <code title="dom-window-personalbar" id="dom-window-personalbar"><a href="#dom-window-personalbar">personalbar</a></code> . <code title="dom-BarProp-visible"><a href="#dom-barprop-visible">visible</a></code></dt> + <dt><var title="">window</var> . <code title="dom-window-personalbar"><a href="#dom-window-personalbar">personalbar</a></code> . <code title="dom-BarProp-visible"><a href="#dom-barprop-visible">visible</a></code></dt> <dd> <p>Returns true if the personal bar is visible; otherwise, returns false.</p> </dd> - <dt><var title="">window</var> . <code title="dom-window-scrollbars" id="dom-window-scrollbars"><a href="#dom-window-scrollbars">scrollbars</a></code> . <code title="dom-BarProp-visible"><a href="#dom-barprop-visible">visible</a></code></dt> + <dt><var title="">window</var> . <code title="dom-window-scrollbars"><a href="#dom-window-scrollbars">scrollbars</a></code> . <code title="dom-BarProp-visible"><a href="#dom-barprop-visible">visible</a></code></dt> <dd> <p>Returns true if the scroll bars are visible; otherwise, returns false.</p> </dd> - <dt><var title="">window</var> . <code title="dom-window-statusbar" id="dom-window-statusbar"><a href="#dom-window-statusbar">statusbar</a></code> . <code title="dom-BarProp-visible"><a href="#dom-barprop-visible">visible</a></code></dt> + <dt><var title="">window</var> . <code title="dom-window-statusbar"><a href="#dom-window-statusbar">statusbar</a></code> . <code title="dom-BarProp-visible"><a href="#dom-barprop-visible">visible</a></code></dt> <dd> <p>Returns true if the status bar is visible; otherwise, returns false.</p> </dd> - <dt><var title="">window</var> . <code title="dom-window-toolbar" id="dom-window-toolbar"><a href="#dom-window-toolbar">toolbar</a></code> . <code title="dom-BarProp-visible"><a href="#dom-barprop-visible">visible</a></code></dt> + <dt><var title="">window</var> . <code title="dom-window-toolbar"><a href="#dom-window-toolbar">toolbar</a></code> . <code title="dom-BarProp-visible"><a href="#dom-barprop-visible">visible</a></code></dt> <dd> <p>Returns true if the toolbar is visible; otherwise, returns false.</p> </dd> @@ -25084,7 +25084,7 @@ </dd> - <dt><var title="">window</var> . <code title="dom-windowtimers-clearTimeout" id="dom-windowtimers-cleartimeout"><a href="#dom-windowtimers-cleartimeout">clearTimeout</a></code>( <var title="">handle</var> )</dt> + <dt><var title="">window</var> . <code title="dom-windowtimers-clearTimeout"><a href="#dom-windowtimers-cleartimeout">clearTimeout</a></code>( <var title="">handle</var> )</dt> <dd> @@ -25110,7 +25110,7 @@ </dd> - <dt><var title="">window</var> . <code title="dom-windowtimers-clearInterval" id="dom-windowtimers-clearinterval"><a href="#dom-windowtimers-clearinterval">clearInterval</a></code>( <var title="">handle</var> )</dt> + <dt><var title="">window</var> . <code title="dom-windowtimers-clearInterval"><a href="#dom-windowtimers-clearinterval">clearInterval</a></code>( <var title="">handle</var> )</dt> <dd> @@ -25472,7 +25472,7 @@ </dd> - <dt><var title="">window</var> . <code title="dom-window-focus" id="dom-window-focus"><a href="#dom-window-focus">focus</a></code>()</dt> + <dt><var title="">window</var> . <code title="dom-window-focus"><a href="#dom-window-focus">focus</a></code>()</dt> <dd> @@ -25480,7 +25480,7 @@ </dd> - <dt><var title="">window</var> . <code title="dom-window-blur" id="dom-window-blur"><a href="#dom-window-blur">blur</a></code>()</dt> + <dt><var title="">window</var> . <code title="dom-window-blur"><a href="#dom-window-blur">blur</a></code>()</dt> <dd> Index: the-form-element.html =================================================================== RCS file: /sources/public/html5/spec-author-view/the-form-element.html,v retrieving revision 1.100 retrieving revision 1.101 diff -u -d -r1.100 -r1.101 --- the-form-element.html 1 Jul 2011 09:47:07 -0000 1.100 +++ the-form-element.html 1 Jul 2011 10:06:36 -0000 1.101 @@ -411,7 +411,7 @@ their <a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#resulting-autocompletion-state" title='Read about this "resulting autocompletion state" reference in the full HTML5 spec.'>resulting autocompletion state</a> set to <i title="">off</i>; the <a href="#attr-form-autocomplete-on-state" id="attr-form-autocomplete-on-state_1" title="attr-form-autocomplete-on-state">on</a> state indicates that by default, <code><a href="the-input-element.html#the-input-element" id="input_59">input</a></code> elements in the form will have their <a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#resulting-autocompletion-state" title='Read about this "resulting autocompletion state" reference in the full HTML5 spec.'>resulting autocompletion state</a> set to <i title="">on</i>.<p>The <code title="attr-fs-action"><a href="association-of-controls-and-forms.html#attr-fs-action" id="action_1">action</a></code>, <code title="attr-fs-enctype"><a href="association-of-controls-and-forms.html#attr-fs-enctype" id="enctype_1">enctype</a></code>, <code title="attr-fs-method"><a href="association-of-controls-and-forms.html#attr-fs-method" id="method_1">method</a></code>, <code title="attr-fs-novalidate"><a href="association-of-controls-and-forms.html#attr-fs-novalidate" id="novalidate_0">novalidate</a></code>, and <code title="attr-fs-target"><a href="association-of-controls-and-forms.html#attr-fs-target" id="target_7">target</a></code> attributes are <a href="association-of-controls-and-forms.html#attributs-for-form-submission" id="attributes-for-form-submission_0">attributes - for form submission</a>.<dl class="domintro"><dt><var title="">form</var> . <code id="dom-form-elements" title="dom-form-elements"><a href="#dom-form-elements" id="elements_0">elements</a></code></dt> + for form submission</a>.<dl class="domintro"><dt><var title="">form</var> . <code title="dom-form-elements"><a href="#dom-form-elements" id="elements_0">elements</a></code></dt> <dd> @@ -420,7 +420,7 @@ </dd> - <dt><var title="">form</var> . <code id="dom-form-length" title="dom-form-length"><a href="#dom-form-length" id="length">length</a></code></dt> + <dt><var title="">form</var> . <code title="dom-form-length"><a href="#dom-form-length" id="length">length</a></code></dt> <dd> @@ -458,7 +458,7 @@ </dd> - <dt><var title="">form</var> . <code id="dom-form-submit" title="dom-form-submit"><a href="#dom-form-submit" id="submit_0">submit</a></code>()</dt> + <dt><var title="">form</var> . <code title="dom-form-submit"><a href="#dom-form-submit" id="submit_0">submit</a></code>()</dt> <dd> @@ -466,7 +466,7 @@ </dd> - <dt><var title="">form</var> . <code id="dom-form-reset" title="dom-form-reset"><a href="#dom-form-reset" id="reset_0">reset</a></code>()</dt> + <dt><var title="">form</var> . <code title="dom-form-reset"><a href="#dom-form-reset" id="reset_0">reset</a></code>()</dt> <dd> @@ -474,7 +474,7 @@ </dd> - <dt><var title="">form</var> . <code id="dom-form-checkvalidity" title="dom-form-checkValidity"><a href="#dom-form-checkvalidity" id="checkvalidity">checkValidity</a></code>()</dt> + <dt><var title="">form</var> . <code title="dom-form-checkValidity"><a href="#dom-form-checkvalidity" id="checkvalidity">checkValidity</a></code>()</dt> <dd> Index: index-of-terms.html =================================================================== RCS file: /sources/public/html5/spec-author-view/index-of-terms.html,v retrieving revision 1.426 retrieving revision 1.427 diff -u -d -r1.426 -r1.427 --- index-of-terms.html 1 Jul 2011 09:47:01 -0000 1.426 +++ index-of-terms.html 1 Jul 2011 10:06:31 -0000 1.427 @@ -1125,9 +1125,8 @@ <dd> <a href="the-select-element.html#dom-select-add_0"><span class="secno">4.10.9 </span>The <span><code>select</code></span> element</a> <a class="index-counter" href="the-select-element.html#dom-select-add_1">(2)</a> -<a class="dfn-ref" href="the-select-element.html#dom-select-add">(3)</a> -<a class="index-counter" href="the-select-element.html#add">(4)</a> -<a class="dfn-ref" href="the-select-element.html#dom-select-add">(5)</a> +<a class="index-counter" href="the-select-element.html#add">(3)</a> +<a class="dfn-ref" href="the-select-element.html#dom-select-add">(4)</a> </dd> </dl><dl id="dom-datatransferitemlist-add_index"><dt><span aria-haspopup="true" role="button" tabindex="0"><code>add()</code></span> </dt> @@ -3334,9 +3333,8 @@ <a href="browsers.html#dom-window-blur_0"><span class="secno">5.2 </span>The <code><span>Window</span></code> object</a> </dd> <dd> -<a class="dfn-ref" href="editing.html#dom-window-blur"><span class="secno">7.3.2 </span>Document-level focus APIs</a> -<a class="index-counter" href="editing.html#blur">(2)</a> -<a class="dfn-ref" href="editing.html#dom-window-blur">(3)</a> +<a href="editing.html#blur"><span class="secno">7.3.2 </span>Document-level focus APIs</a> +<a class="dfn-ref" href="editing.html#dom-window-blur">(2)</a> </dd> </dl><dl id="the-body-element_index"><dt><span aria-haspopup="true" role="button" tabindex="0"><code>body</code></span> </dt> @@ -4698,9 +4696,8 @@ </dt> <dd> <a href="the-form-element.html#dom-form-checkvalidity_0"><span class="secno">4.10.3 </span>The <span><code>form</code></span> element</a> -<a class="dfn-ref" href="the-form-element.html#dom-form-checkvalidity">(2)</a> -<a class="index-counter" href="the-form-element.html#checkvalidity">(3)</a> -<a class="dfn-ref" href="the-form-element.html#dom-form-checkvalidity">(4)</a> +<a class="index-counter" href="the-form-element.html#checkvalidity">(2)</a> +<a class="dfn-ref" href="the-form-element.html#dom-form-checkvalidity">(3)</a> </dd> </dl><dl id="child-browsing-context_index"><dt><span aria-haspopup="true" role="button" tabindex="0">child browsing context</span> </dt> @@ -4988,17 +4985,15 @@ </dt> <dd> <a href="timers.html#dom-windowtimers-clearinterval_0"><span class="secno">6.3 </span>Timers</a> -<a class="dfn-ref" href="timers.html#dom-windowtimers-clearinterval">(2)</a> -<a class="index-counter" href="timers.html#clearinterval">(3)</a> -<a class="dfn-ref" href="timers.html#dom-windowtimers-clearinterval">(4)</a> +<a class="index-counter" href="timers.html#clearinterval">(2)</a> +<a class="dfn-ref" href="timers.html#dom-windowtimers-clearinterval">(3)</a> </dd> </dl><dl id="dom-windowtimers-cleartimeout_index"><dt><span aria-haspopup="true" role="button" tabindex="0"><code>clearTimeout()</code></span> </dt> <dd> <a href="timers.html#dom-windowtimers-cleartimeout_0"><span class="secno">6.3 </span>Timers</a> -<a class="dfn-ref" href="timers.html#dom-windowtimers-cleartimeout">(2)</a> -<a class="index-counter" href="timers.html#cleartimeout">(3)</a> -<a class="dfn-ref" href="timers.html#dom-windowtimers-cleartimeout">(4)</a> +<a class="index-counter" href="timers.html#cleartimeout">(2)</a> +<a class="dfn-ref" href="timers.html#dom-windowtimers-cleartimeout">(3)</a> </dd> </dl><dl class="has-norefs" id="concept-clone_index"><dt><span aria-haspopup="true" role="button" tabindex="0">cloned</span> </dt> @@ -5011,9 +5006,8 @@ <a href="browsers.html#dom-window-close_0"><span class="secno">5.2 </span>The <code><span>Window</span></code> object</a> </dd> <dd> -<a class="dfn-ref" href="browsers.html#dom-window-close"><span class="secno">5.2.1 </span>APIs for creating and navigating browsing contexts by name</a> -<a class="index-counter" href="browsers.html#close">(2)</a> -<a class="dfn-ref" href="browsers.html#dom-window-close">(3)</a> +<a href="browsers.html#close"><span class="secno">5.2.1 </span>APIs for creating and navigating browsing contexts by name</a> +<a class="dfn-ref" href="browsers.html#dom-window-close">(2)</a> </dd> <dd> <a href="timers.html#window.close"><span class="secno">6.4.3 </span>Dialogs implemented using separate documents</a> @@ -8204,11 +8198,10 @@ </dd> <dd> <a href="the-form-element.html#dom-form-elements_1"><span class="secno">4.10.3 </span>The <span><code>form</code></span> element</a> -<a class="dfn-ref" href="the-form-element.html#dom-form-elements">(2)</a> -<a class="index-counter" href="the-form-element.html#elements_0">(3)</a> -<a class="dfn-ref" href="the-form-element.html#dom-form-elements">(4)</a> -<a class="index-counter" href="the-form-element.html#elements_1">(5)</a> -<a class="index-counter" href="the-form-element.html#elements_2">(6)</a> +<a class="index-counter" href="the-form-element.html#elements_0">(2)</a> +<a class="dfn-ref" href="the-form-element.html#dom-form-elements">(3)</a> +<a class="index-counter" href="the-form-element.html#elements_1">(4)</a> +<a class="index-counter" href="the-form-element.html#elements_2">(5)</a> </dd> <dd> <a href="the-fieldset-element.html#elements_3"><span class="secno">4.10.4 </span>The <span><code>fieldset</code></span> element</a> @@ -9635,9 +9628,8 @@ <a href="browsers.html#dom-window-focus_0"><span class="secno">5.2 </span>The <code><span>Window</span></code> object</a> </dd> <dd> -<a class="dfn-ref" href="editing.html#dom-window-focus"><span class="secno">7.3.2 </span>Document-level focus APIs</a> -<a class="index-counter" href="editing.html#focus_0">(2)</a> -<a class="dfn-ref" href="editing.html#dom-window-focus">(3)</a> +<a href="editing.html#focus_0"><span class="secno">7.3.2 </span>Document-level focus APIs</a> +<a class="dfn-ref" href="editing.html#dom-window-focus">(2)</a> </dd> </dl><dl id="font_index"><dt><span aria-haspopup="true" role="button" tabindex="0"><code>font</code></span> </dt> @@ -9882,10 +9874,9 @@ <code><a href="the-select-element.html#the-select-element">select</a></code> element. Otherwise, it must return null.</span></dd> <dd> <a href="the-option-element.html#dom-option-form_0"><span class="secno">4.10.12 </span>The <span><code>option</code></span> element</a> -<a class="dfn-ref" href="the-option-element.html#dom-option-form">(2)</a> -<a class="index-counter" href="the-option-element.html#form_46">(3)</a> -<a class="dfn-ref" href="the-option-element.html#dom-option-form">(4)</a> -<a class="index-counter" href="the-option-element.html#form_47">(5)</a> +<a class="index-counter" href="the-option-element.html#form_46">(2)</a> +<a class="dfn-ref" href="the-option-element.html#dom-option-form">(3)</a> +<a class="index-counter" href="the-option-element.html#form_47">(4)</a> </dd> </dl><dl id="attr-fae-form_index"><dt><span aria-haspopup="true" role="button" tabindex="0"><code>form</code></span> </dt> @@ -16398,9 +16389,8 @@ </dt> <dd> <a href="the-option-element.html#dom-option-index_0"><span class="secno">4.10.12 </span>The <span><code>option</code></span> element</a> -<a class="dfn-ref" href="the-option-element.html#dom-option-index">(2)</a> -<a class="index-counter" href="the-option-element.html#index_0">(3)</a> -<a class="dfn-ref" href="the-option-element.html#dom-option-index">(4)</a> +<a class="index-counter" href="the-option-element.html#index_0">(2)</a> +<a class="dfn-ref" href="the-option-element.html#dom-option-index">(3)</a> </dd> </dl><dl id="index_size_err_index"><dt><span aria-haspopup="true" role="button" tabindex="0"><code>INDEX_SIZE_ERR</code></span> </dt> @@ -17055,10 +17045,9 @@ </dt> <dd> <a href="the-select-element.html#dom-select-item_0"><span class="secno">4.10.9 </span>The <span><code>select</code></span> element</a> -<a class="dfn-ref" href="the-select-element.html#dom-select-item">(2)</a> -<a class="index-counter" href="the-select-element.html#item">(3)</a> -<a class="index-counter" href="the-select-element.html#nameditem">(4)</a> -<a class="dfn-ref" href="the-select-element.html#dom-select-item">(5)</a> +<a class="index-counter" href="the-select-element.html#item">(2)</a> +<a class="index-counter" href="the-select-element.html#nameditem">(3)</a> +<a class="dfn-ref" href="the-select-element.html#dom-select-item">(4)</a> </dd> </dl><div class="index-nav" id="index-terms_J"> <p> @@ -17748,9 +17737,8 @@ by the collection">represented</a> by the <code title="dom-form-elements"><a href="the-form-element.html#dom-form-elements">elements</a></code> collection.</span></dd> <dd> <a href="the-form-element.html#dom-form-length_0"><span class="secno">4.10.3 </span>The <span><code>form</code></span> element</a> -<a class="dfn-ref" href="the-form-element.html#dom-form-length">(2)</a> -<a class="index-counter" href="the-form-element.html#length">(3)</a> -<a class="dfn-ref" href="the-form-element.html#dom-form-length">(4)</a> +<a class="index-counter" href="the-form-element.html#length">(2)</a> +<a class="dfn-ref" href="the-form-element.html#dom-form-length">(3)</a> </dd> </dl><dl id="dom-select-length_index"><dt><span aria-haspopup="true" role="button" tabindex="0"><code>length</code></span> </dt> @@ -17761,9 +17749,8 @@ must act like the attribute of the same name on the <code title="dom-select-options"><a href="the-select-element.html#dom-select-options">options</a></code> collection.</span></dd> <dd> <a href="the-select-element.html#dom-select-length_0"><span class="secno">4.10.9 </span>The <span><code>select</code></span> element</a> -<a class="dfn-ref" href="the-select-element.html#dom-select-length">(2)</a> -<a class="index-counter" href="the-select-element.html#length_0">(3)</a> -<a class="dfn-ref" href="the-select-element.html#dom-select-length">(4)</a> +<a class="index-counter" href="the-select-element.html#length_0">(2)</a> +<a class="dfn-ref" href="the-select-element.html#dom-select-length">(3)</a> </dd> </dl><dl id="dom-datatransferitemlist-length_index"><dt><span aria-haspopup="true" role="button" tabindex="0"><code>length</code></span> </dt> @@ -18371,9 +18358,8 @@ <a href="browsers.html#dom-window-locationbar_0"><span class="secno">5.2 </span>The <code><span>Window</span></code> object</a> </dd> <dd> -<a class="dfn-ref" href="browsers.html#dom-window-locationbar"><span class="secno">5.2.4 </span>Browser interface elements</a> -<a class="index-counter" href="browsers.html#locationbar">(2)</a> -<a class="dfn-ref" href="browsers.html#dom-window-locationbar">(3)</a> +<a href="browsers.html#locationbar"><span class="secno">5.2.4 </span>Browser interface elements</a> +<a class="dfn-ref" href="browsers.html#dom-window-locationbar">(2)</a> </dd> </dl><dl id="attr-iframe-longdesc_index"><dt><span aria-haspopup="true" role="button" tabindex="0"><code>longdesc</code></span> </dt> @@ -19734,9 +19720,8 @@ <a href="browsers.html#dom-window-menubar_0"><span class="secno">5.2 </span>The <code><span>Window</span></code> object</a> </dd> <dd> -<a class="dfn-ref" href="browsers.html#dom-window-menubar"><span class="secno">5.2.4 </span>Browser interface elements</a> -<a class="index-counter" href="browsers.html#menubar">(2)</a> -<a class="dfn-ref" href="browsers.html#dom-window-menubar">(3)</a> +<a href="browsers.html#menubar"><span class="secno">5.2.4 </span>Browser interface elements</a> +<a class="dfn-ref" href="browsers.html#dom-window-menubar">(2)</a> </dd> </dl><dl id="the-meta-element_index"><dt><span aria-haspopup="true" role="button" tabindex="0"><code>meta</code></span> </dt> @@ -22166,14 +22151,13 @@ </dt> <dd> <a href="the-select-element.html#dom-select-options_0"><span class="secno">4.10.9 </span>The <span><code>select</code></span> element</a> -<a class="dfn-ref" href="the-select-element.html#dom-select-options">(2)</a> -<a class="index-counter" href="the-select-element.html#options">(3)</a> -<a class="dfn-ref" href="the-select-element.html#dom-select-options">(4)</a> -<a class="index-counter" href="the-select-element.html#options_0">(5)</a> -<a class="index-counter" href="the-select-element.html#options_1">(6)</a> -<a class="index-counter" href="the-select-element.html#options_2">(7)</a> -<a class="index-counter" href="the-select-element.html#options_3">(8)</a> -<a class="index-counter" href="the-select-element.html#options_4">(9)</a> +<a class="index-counter" href="the-select-element.html#options">(2)</a> +<a class="dfn-ref" href="the-select-element.html#dom-select-options">(3)</a> +<a class="index-counter" href="the-select-element.html#options_0">(4)</a> +<a class="index-counter" href="the-select-element.html#options_1">(5)</a> +<a class="index-counter" href="the-select-element.html#options_2">(6)</a> +<a class="index-counter" href="the-select-element.html#options_3">(7)</a> +<a class="index-counter" href="the-select-element.html#options_4">(8)</a> </dd> <dd> <a href="the-datalist-element.html#options_5"><span class="secno">4.10.10 </span>The <span><code>datalist</code></span> element</a> @@ -22727,9 +22711,8 @@ <a href="browsers.html#dom-window-personalbar_0"><span class="secno">5.2 </span>The <code><span>Window</span></code> object</a> </dd> <dd> -<a class="dfn-ref" href="browsers.html#dom-window-personalbar"><span class="secno">5.2.4 </span>Browser interface elements</a> -<a class="index-counter" href="browsers.html#personalbar">(2)</a> -<a class="dfn-ref" href="browsers.html#dom-window-personalbar">(3)</a> +<a href="browsers.html#personalbar"><span class="secno">5.2.4 </span>Browser interface elements</a> +<a class="dfn-ref" href="browsers.html#dom-window-personalbar">(2)</a> </dd> </dl><dl id="phrasing-content_index"><dt><span aria-haspopup="true" role="button" tabindex="0">Phrasing content</span> </dt> @@ -25103,9 +25086,8 @@ </dt> <dd> <a href="the-form-element.html#dom-form-reset_0"><span class="secno">4.10.3 </span>The <span><code>form</code></span> element</a> -<a class="dfn-ref" href="the-form-element.html#dom-form-reset">(2)</a> -<a class="index-counter" href="the-form-element.html#reset_0">(3)</a> -<a class="dfn-ref" href="the-form-element.html#dom-form-reset">(4)</a> +<a class="index-counter" href="the-form-element.html#reset_0">(2)</a> +<a class="dfn-ref" href="the-form-element.html#dom-form-reset">(3)</a> </dd> </dl><dl id="category-reset_index"><dt><span aria-haspopup="true" role="button" tabindex="0">Resettable elements</span> </dt> @@ -25901,9 +25883,8 @@ <a href="browsers.html#dom-window-scrollbars_0"><span class="secno">5.2 </span>The <code><span>Window</span></code> object</a> </dd> <dd> -<a class="dfn-ref" href="browsers.html#dom-window-scrollbars"><span class="secno">5.2.4 </span>Browser interface elements</a> -<a class="index-counter" href="browsers.html#scrollbars">(2)</a> -<a class="dfn-ref" href="browsers.html#dom-window-scrollbars">(3)</a> +<a href="browsers.html#scrollbars"><span class="secno">5.2.4 </span>Browser interface elements</a> +<a class="dfn-ref" href="browsers.html#dom-window-scrollbars">(2)</a> </dd> </dl><dl class="has-norefs" id="dom-marquee-scrolldelay_index"><dt><span aria-haspopup="true" role="button" tabindex="0"><code>scrollDelay</code></span> </dt> @@ -26493,9 +26474,8 @@ value.</span></dd> <dd> <a href="the-option-element.html#dom-option-selected_0"><span class="secno">4.10.12 </span>The <span><code>option</code></span> element</a> -<a class="dfn-ref" href="the-option-element.html#dom-option-selected">(2)</a> -<a class="index-counter" href="the-option-element.html#selected_6">(3)</a> -<a class="dfn-ref" href="the-option-element.html#dom-option-selected">(4)</a> +<a class="index-counter" href="the-option-element.html#selected_6">(2)</a> +<a class="dfn-ref" href="the-option-element.html#dom-option-selected">(3)</a> </dd> </dl><dl id="concept-input-type-file-selected_index"><dt><span aria-haspopup="true" role="button" tabindex="0">selected files</span> </dt> @@ -26509,17 +26489,15 @@ </dt> <dd> <a href="the-select-element.html#dom-select-selectedindex_0"><span class="secno">4.10.9 </span>The <span><code>select</code></span> element</a> -<a class="dfn-ref" href="the-select-element.html#dom-select-selectedindex">(2)</a> -<a class="index-counter" href="the-select-element.html#selectedindex">(3)</a> -<a class="dfn-ref" href="the-select-element.html#dom-select-selectedindex">(4)</a> +<a class="index-counter" href="the-select-element.html#selectedindex">(2)</a> +<a class="dfn-ref" href="the-select-element.html#dom-select-selectedindex">(3)</a> </dd> </dl><dl id="dom-select-selectedoptions_index"><dt><span aria-haspopup="true" role="button" tabindex="0"><code>selectedOptions</code></span> </dt> <dd> <a href="the-select-element.html#dom-select-selectedoptions_0"><span class="secno">4.10.9 </span>The <span><code>select</code></span> element</a> -<a class="dfn-ref" href="the-select-element.html#dom-select-selectedoptions">(2)</a> -<a class="index-counter" href="the-select-element.html#selectedoptions">(3)</a> -<a class="dfn-ref" href="the-select-element.html#dom-select-selectedoptions">(4)</a> +<a class="index-counter" href="the-select-element.html#selectedoptions">(2)</a> +<a class="dfn-ref" href="the-select-element.html#dom-select-selectedoptions">(3)</a> </dd> </dl><dl id="dom-textarea-input-selectiondirection_index"><dt><span aria-haspopup="true" role="button" tabindex="0"><code>selectionDirection</code></span> </dt> @@ -28055,9 +28033,8 @@ <a href="browsers.html#dom-window-statusbar_0"><span class="secno">5.2 </span>The <code><span>Window</span></code> object</a> </dd> <dd> -<a class="dfn-ref" href="browsers.html#dom-window-statusbar"><span class="secno">5.2.4 </span>Browser interface elements</a> -<a class="index-counter" href="browsers.html#statusbar">(2)</a> -<a class="dfn-ref" href="browsers.html#dom-window-statusbar">(3)</a> +<a href="browsers.html#statusbar"><span class="secno">5.2.4 </span>Browser interface elements</a> +<a class="dfn-ref" href="browsers.html#dom-window-statusbar">(2)</a> </dd> </dl><dl id="dom-input-step_index"><dt><span aria-haspopup="true" role="button" tabindex="0"><code>step</code></span> </dt> @@ -28187,9 +28164,8 @@ <a href="browsers.html#dom-window-stop_0"><span class="secno">5.2 </span>The <code><span>Window</span></code> object</a> </dd> <dd> -<a class="dfn-ref" href="browsers.html#dom-window-stop"><span class="secno">5.2.1 </span>APIs for creating and navigating browsing contexts by name</a> -<a class="index-counter" href="browsers.html#stop">(2)</a> -<a class="dfn-ref" href="browsers.html#dom-window-stop">(3)</a> +<a href="browsers.html#stop"><span class="secno">5.2.1 </span>APIs for creating and navigating browsing contexts by name</a> +<a class="dfn-ref" href="browsers.html#dom-window-stop">(2)</a> </dd> </dl><dl class="has-norefs" id="strike_index"><dt><span aria-haspopup="true" role="button" tabindex="0"><code>strike</code></span> </dt> @@ -28475,9 +28451,8 @@ </dt> <dd> <a href="the-form-element.html#dom-form-submit_0"><span class="secno">4.10.3 </span>The <span><code>form</code></span> element</a> -<a class="dfn-ref" href="the-form-element.html#dom-form-submit">(2)</a> -<a class="index-counter" href="the-form-element.html#submit_0">(3)</a> -<a class="dfn-ref" href="the-form-element.html#dom-form-submit">(4)</a> +<a class="index-counter" href="the-form-element.html#submit_0">(2)</a> +<a class="dfn-ref" href="the-form-element.html#dom-form-submit">(3)</a> </dd> </dl><dl id="category-submit_index"><dt><span aria-haspopup="true" role="button" tabindex="0">Submittable elements</span> </dt> @@ -29319,9 +29294,8 @@ to the new value.</span></dd> <dd> <a href="the-option-element.html#dom-option-text_0"><span class="secno">4.10.12 </span>The <span><code>option</code></span> element</a> -<a class="dfn-ref" href="the-option-element.html#dom-option-text">(2)</a> -<a class="index-counter" href="the-option-element.html#text">(3)</a> -<a class="dfn-ref" href="the-option-element.html#dom-option-text">(4)</a> +<a class="index-counter" href="the-option-element.html#text">(2)</a> +<a class="dfn-ref" href="the-option-element.html#dom-option-text">(3)</a> </dd> </dl><dl id="syntax-text_index"><dt><span aria-haspopup="true" role="button" tabindex="0">Text</span> </dt> @@ -30581,9 +30555,8 @@ <a href="browsers.html#dom-window-toolbar_0"><span class="secno">5.2 </span>The <code><span>Window</span></code> object</a> </dd> <dd> -<a class="dfn-ref" href="browsers.html#dom-window-toolbar"><span class="secno">5.2.4 </span>Browser interface elements</a> -<a class="index-counter" href="browsers.html#toolbar_0">(2)</a> -<a class="dfn-ref" href="browsers.html#dom-window-toolbar">(3)</a> +<a href="browsers.html#toolbar_0"><span class="secno">5.2.4 </span>Browser interface elements</a> +<a class="dfn-ref" href="browsers.html#dom-window-toolbar">(2)</a> </dd> </dl><dl id="top-level-browsing-context_index"><dt><span aria-haspopup="true" role="button" tabindex="0">top-level browsing context</span> </dt> @@ -31234,9 +31207,8 @@ present.</span></dd> <dd> <a href="the-select-element.html#dom-select-type_0"><span class="secno">4.10.9 </span>The <span><code>select</code></span> element</a> -<a class="dfn-ref" href="the-select-element.html#dom-select-type">(2)</a> -<a class="index-counter" href="the-select-element.html#type_83">(3)</a> -<a class="dfn-ref" href="the-select-element.html#dom-select-type">(4)</a> +<a class="index-counter" href="the-select-element.html#type_83">(2)</a> +<a class="dfn-ref" href="the-select-element.html#dom-select-type">(3)</a> </dd> </dl><dl id="dom-textarea-type_index"><dt><span aria-haspopup="true" role="button" tabindex="0"><code>type</code></span> </dt> @@ -32818,9 +32790,8 @@ string.</span></dd> <dd> <a href="the-select-element.html#dom-select-value_0"><span class="secno">4.10.9 </span>The <span><code>select</code></span> element</a> -<a class="dfn-ref" href="the-select-element.html#dom-select-value">(2)</a> -<a class="index-counter" href="the-select-element.html#value_35">(3)</a> -<a class="dfn-ref" href="the-select-element.html#dom-select-value">(4)</a> +<a class="index-counter" href="the-select-element.html#value_35">(2)</a> +<a class="dfn-ref" href="the-select-element.html#dom-select-value">(3)</a> </dd> </dl><dl id="attr-option-value_index"><dt><span aria-haspopup="true" role="button" tabindex="0"><code>value</code></span> </dt> Index: timers.html =================================================================== RCS file: /sources/public/html5/spec-author-view/timers.html,v retrieving revision 1.559 retrieving revision 1.560 diff -u -d -r1.559 -r1.560 --- timers.html 1 Jul 2011 09:47:08 -0000 1.559 +++ timers.html 1 Jul 2011 10:06:36 -0000 1.560 @@ -375,7 +375,7 @@ </dd> - <dt><var title="">window</var> . <code id="dom-windowtimers-cleartimeout" title="dom-windowtimers-clearTimeout"><a href="#dom-windowtimers-cleartimeout" id="cleartimeout">clearTimeout</a></code>( <var title="">handle</var> )</dt> + <dt><var title="">window</var> . <code title="dom-windowtimers-clearTimeout"><a href="#dom-windowtimers-cleartimeout" id="cleartimeout">clearTimeout</a></code>( <var title="">handle</var> )</dt> <dd> @@ -401,7 +401,7 @@ </dd> - <dt><var title="">window</var> . <code id="dom-windowtimers-clearinterval" title="dom-windowtimers-clearInterval"><a href="#dom-windowtimers-clearinterval" id="clearinterval">clearInterval</a></code>( <var title="">handle</var> )</dt> + <dt><var title="">window</var> . <code title="dom-windowtimers-clearInterval"><a href="#dom-windowtimers-clearinterval" id="clearinterval">clearInterval</a></code>( <var title="">handle</var> )</dt> <dd>
Received on Friday, 1 July 2011 10:07:13 UTC