- From: poot <cvsmail@w3.org>
- Date: Fri, 3 Dec 2010 17:22:46 +0900 (JST)
- To: public-html-diffs@w3.org
mike: allow autofocus and required on select http://dev.w3.org/cvsweb/html5/markup/spec.html?r1=1.294&r2=1.295&f=h =================================================================== RCS file: /sources/public/html5/markup/global-attributes.html,v retrieving revision 1.35 retrieving revision 1.36 diff -u -d -r1.35 -r1.36 --- global-attributes.html 30 Nov 2010 01:49:42 -0000 1.35 +++ global-attributes.html 3 Dec 2010 08:20:32 -0000 1.36 @@ -87,7 +87,7 @@ <span class="attribute-name">contenteditable</span> = <span class="attr-values"> "true" <span class="postfix or">or</span> "false" - <span class="postfix or">or</span> "" <span class="attr-qualifier">(empty string)</span> <span class="postfix or">or</span> <a href="syntax.html#syntax-attr-empty" id="syntax-attr-empty_xref125">empty</a> + <span class="postfix or">or</span> "" <span class="attr-qualifier">(empty string)</span> <span class="postfix or">or</span> <a href="syntax.html#syntax-attr-empty" id="syntax-attr-empty_xref127">empty</a> </span> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span> <a class="hash" href="global-attributes.html#common.attrs.contenteditable">#</a> </dt> @@ -131,7 +131,7 @@ <dt id="common.attrs.hidden" title="common.attrs.hidden"> <a class="spec-link" title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/editing.html#the-hidden-attribute">ⓘ</a> <span class="attribute-name">hidden</span> = <span class="attr-values"> - "hidden" <span class="postfix or">or</span> "" <span class="attr-qualifier">(empty string)</span> <span class="postfix or">or</span> <a href="syntax.html#syntax-attr-empty" id="syntax-attr-empty_xref126">empty</a> + "hidden" <span class="postfix or">or</span> "" <span class="attr-qualifier">(empty string)</span> <span class="postfix or">or</span> <a href="syntax.html#syntax-attr-empty" id="syntax-attr-empty_xref128">empty</a> </span> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span> <a class="hash" href="global-attributes.html#common.attrs.hidden">#</a> </dt> @@ -198,7 +198,7 @@ <span class="attribute-name">spellcheck</span> = <span class="attr-values"> "true" <span class="postfix or">or</span> "false" - <span class="postfix or">or</span> "" <span class="attr-qualifier">(empty string)</span> <span class="postfix or">or</span> <a href="syntax.html#syntax-attr-empty" id="syntax-attr-empty_xref127">empty</a> + <span class="postfix or">or</span> "" <span class="attr-qualifier">(empty string)</span> <span class="postfix or">or</span> <a href="syntax.html#syntax-attr-empty" id="syntax-attr-empty_xref129">empty</a> </span> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span> <a class="hash" href="global-attributes.html#common.attrs.spellcheck">#</a> </dt> Index: time.html =================================================================== RCS file: /sources/public/html5/markup/time.html,v retrieving revision 1.89 retrieving revision 1.90 diff -u -d -r1.89 -r1.90 --- time.html 30 Nov 2010 01:49:45 -0000 1.89 +++ time.html 3 Dec 2010 08:20:33 -0000 1.90 @@ -76,7 +76,7 @@ <dt id="time.attrs.pubdate" title="time.attrs.pubdate"> <a class="spec-link" title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/text-level-semantics.html#attr-time-pubdate">ⓘ</a> <span class="attribute-name">pubdate</span> = <span class="attr-values"> - "pubdate" <span class="postfix or">or</span> "" <span class="attr-qualifier">(empty string)</span> <span class="postfix or">or</span> <a href="syntax.html#syntax-attr-empty" id="syntax-attr-empty_xref120">empty</a> + "pubdate" <span class="postfix or">or</span> "" <span class="attr-qualifier">(empty string)</span> <span class="postfix or">or</span> <a href="syntax.html#syntax-attr-empty" id="syntax-attr-empty_xref122">empty</a> </span> <a class="hash" href="time.html#time.attrs.pubdate">#</a> </dt> Index: schema.html =================================================================== RCS file: /sources/public/html5/markup/schema.html,v retrieving revision 1.27 retrieving revision 1.28 diff -u -d -r1.27 -r1.28 --- schema.html 3 Dec 2010 07:23:27 -0000 1.27 +++ schema.html 3 Dec 2010 08:20:33 -0000 1.28 @@ -4929,10 +4929,12 @@ </div> <div class='define' id='select.attrs-define'> <div class='patternname' id='the-select.attrs'><a href='#the-select.attrs'>select.attrs</a> =</div> - <span class='pattern' id='select.attrs'><a class='ref' href='#common.attrs'>common.attrs</a> - <span class='postfix intermixed'>intermixed with</span> <a class='ref' href='#common-form.attrs'>common-form.attrs</a> - <span class='postfix intermixed'>intermixed with</span> <a class='ref' href='#select.attrs.size' title='select.attrs.size'>size</a><span class='postfix optional' title='OPTIONAL (ZERO OR ONE)'>?</span> - <span class='postfix intermixed'>intermixed with</span> <a class='ref' href='#select.attrs.multiple' title='select.attrs.multiple'>multiple</a><span class='postfix optional' title='OPTIONAL (ZERO OR ONE)'>?</span> </span> + <span class='pattern' id='select.attrs'> <span class='agroupof'><a class='ref' href='#common.attrs'>common.attrs</a> + <span class='postfix intermixed'>intermixed with</span> <a class='ref' href='#common-form.attrs'>common-form.attrs</a> + <span class='postfix intermixed'>intermixed with</span> <a class='ref' href='#select.attrs.size' title='select.attrs.size'>size</a><span class='postfix optional' title='OPTIONAL (ZERO OR ONE)'>?</span> + <span class='postfix intermixed'>intermixed with</span> <a class='ref' href='#select.attrs.multiple' title='select.attrs.multiple'>multiple</a><span class='postfix optional' title='OPTIONAL (ZERO OR ONE)'>?</span> </span> + <span class='postfix intermixed'>intermixed with</span> <span class='agroupof'><a class='ref' href='#shared-form.attrs.autofocus' title='shared-form.attrs.autofocus'>autofocus</a><span class='postfix optional' title='OPTIONAL (ZERO OR ONE)'>?</span> + <span class='postfix intermixed'>intermixed with</span> <a class='ref' href='#shared-form.attrs.required' title='shared-form.attrs.required'>required</a><span class='postfix optional' title='OPTIONAL (ZERO OR ONE)'>?</span> </span></span> </div> <div class='define' id='select.attrs.size-define'> <div class='patternname' id='the-select.attrs.size'><a href='#the-select.attrs.size'>size</a> =</div> Index: textarea.html =================================================================== RCS file: /sources/public/html5/markup/textarea.html,v retrieving revision 1.92 retrieving revision 1.93 diff -u -d -r1.92 -r1.93 --- textarea.html 30 Nov 2010 02:33:33 -0000 1.92 +++ textarea.html 3 Dec 2010 08:20:33 -0000 1.93 @@ -79,7 +79,7 @@ <a class="spec-link" title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/association-of-controls-and-forms.html#attr-fe-disabled">ⓘ</a> <span class="attribute-name">disabled</span> = <span class="attr-values"> "disabled" - <span class="postfix or">or</span> "" <span class="attr-qualifier">(empty string)</span> <span class="postfix or">or</span> <a href="syntax.html#syntax-attr-empty" id="syntax-attr-empty_xref116">empty</a> + <span class="postfix or">or</span> "" <span class="attr-qualifier">(empty string)</span> <span class="postfix or">or</span> <a href="syntax.html#syntax-attr-empty" id="syntax-attr-empty_xref118">empty</a> </span> <a class="hash" href="textarea.html#textarea.attrs.disabled">#</a> </dt> @@ -103,7 +103,7 @@ <a class="spec-link" title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/common-input-element-attributes.html#the-readonly-attribute">ⓘ</a> <span class="attribute-name">readonly</span> = <span class="attr-values"> "readonly" - <span class="postfix or">or</span> "" <span class="attr-qualifier">(empty string)</span> <span class="postfix or">or</span> <a href="syntax.html#syntax-attr-empty" id="syntax-attr-empty_xref117">empty</a> + <span class="postfix or">or</span> "" <span class="attr-qualifier">(empty string)</span> <span class="postfix or">or</span> <a href="syntax.html#syntax-attr-empty" id="syntax-attr-empty_xref119">empty</a> </span> <a class="hash" href="textarea.html#textarea.attrs.readonly">#</a> </dt> @@ -123,7 +123,7 @@ <a class="spec-link" title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/association-of-controls-and-forms.html#attr-fe-autofocus">ⓘ</a> <span class="attribute-name">autofocus</span> = <span class="attr-values"> "autofocus" - <span class="postfix or">or</span> "" <span class="attr-qualifier">(empty string)</span> <span class="postfix or">or</span> <a href="syntax.html#syntax-attr-empty" id="syntax-attr-empty_xref118">empty</a> + <span class="postfix or">or</span> "" <span class="attr-qualifier">(empty string)</span> <span class="postfix or">or</span> <a href="syntax.html#syntax-attr-empty" id="syntax-attr-empty_xref120">empty</a> </span> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span> <a class="hash" href="textarea.html#textarea.attrs.autofocus">#</a> </dt> @@ -135,7 +135,7 @@ <a class="spec-link" title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/common-input-element-attributes.html#the-required-attribute">ⓘ</a> <span class="attribute-name">required</span> = <span class="attr-values"> "required" - <span class="postfix or">or</span> "" <span class="attr-qualifier">(empty string)</span> <span class="postfix or">or</span> <a href="syntax.html#syntax-attr-empty" id="syntax-attr-empty_xref119">empty</a> + <span class="postfix or">or</span> "" <span class="attr-qualifier">(empty string)</span> <span class="postfix or">or</span> <a href="syntax.html#syntax-attr-empty" id="syntax-attr-empty_xref121">empty</a> </span> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span> <a class="hash" href="textarea.html#textarea.attrs.required">#</a> </dt> Index: style.html =================================================================== RCS file: /sources/public/html5/markup/style.html,v retrieving revision 1.91 retrieving revision 1.92 diff -u -d -r1.91 -r1.92 --- style.html 30 Nov 2010 01:49:45 -0000 1.91 +++ style.html 3 Dec 2010 08:20:33 -0000 1.92 @@ -90,7 +90,7 @@ <dt id="style.attrs.scoped" title="style.attrs.scoped"> <a class="spec-link" title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/semantics.html#attr-style-scoped">ⓘ</a> <span class="attribute-name">scoped</span> = <span class="attr-values"> - "scoped" <span class="postfix or">or</span> "" <span class="attr-qualifier">(empty string)</span> <span class="postfix or">or</span> <a href="syntax.html#syntax-attr-empty" id="syntax-attr-empty_xref115">empty</a> + "scoped" <span class="postfix or">or</span> "" <span class="attr-qualifier">(empty string)</span> <span class="postfix or">or</span> <a href="syntax.html#syntax-attr-empty" id="syntax-attr-empty_xref117">empty</a> </span> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span> <a class="hash" href="style.html#style.attrs.scoped">#</a> </dt> Index: map.html =================================================================== RCS file: /sources/public/html5/markup/map.html,v retrieving revision 1.85 retrieving revision 1.86 diff -u -d -r1.85 -r1.86 --- map.html 24 Oct 2010 21:55:45 -0000 1.85 +++ map.html 3 Dec 2010 08:20:33 -0000 1.86 @@ -86,7 +86,7 @@ </h2> <ul class="assertions"> <li><span> - The <span class="attribute">id</span> attribute on a <span class="element">map</span> element must have an + The <span class="attribute">id</span> attribute on a <span class="element">map</span> element must have the same value as the <span class="attribute">name</span> attribute. </span></li> </ul> Index: select.html =================================================================== RCS file: /sources/public/html5/markup/select.html,v retrieving revision 1.87 retrieving revision 1.88 diff -u -d -r1.87 -r1.88 --- select.html 30 Nov 2010 02:33:31 -0000 1.87 +++ select.html 3 Dec 2010 08:20:33 -0000 1.88 @@ -47,12 +47,14 @@ <h2 class="element-subhead">Permitted attributes <a class="hash" href="#select-attributes">#</a> </h2> <div class="attr-content-models"> - <p><span class="pattern" id="select.attrs"><a class="ref" href="global-attributes.html">global attributes</a> - <span class="postfix intermixed">&</span> <a class="#common-form.attrs.name" title="select.attrs.name" href="select.html#select.attrs.name">name</a> + <p><span class="pattern" id="select.attrs"> <span class="agroupof"><a class="ref" href="global-attributes.html">global attributes</a> + <span class="postfix intermixed">&</span> <a class="#common-form.attrs.name" title="select.attrs.name" href="select.html#select.attrs.name">name</a> <span class="postfix intermixed">&</span> <a class="#common-form.attrs.disabled" title="select.attrs.disabled" href="select.html#select.attrs.disabled">disabled</a> <span class="postfix intermixed">&</span> <a class="#common-form.attrs.form" title="select.attrs.form" href="select.html#select.attrs.form">form</a> - <span class="postfix intermixed">&</span> <a class="ref" href="select.html#select.attrs.size" title="select.attrs.size">size</a> - <span class="postfix intermixed">&</span> <a class="ref" href="select.html#select.attrs.multiple" title="select.attrs.multiple">multiple</a> </span></p> + <span class="postfix intermixed">&</span> <a class="ref" href="select.html#select.attrs.size" title="select.attrs.size">size</a> + <span class="postfix intermixed">&</span> <a class="ref" href="select.html#select.attrs.multiple" title="select.attrs.multiple">multiple</a> </span> + <span class="postfix intermixed">&</span> <span class="agroupof"><a class="#shared-form.attrs.autofocus" title="select.attrs.autofocus" href="select.html#select.attrs.autofocus">autofocus</a> + <span class="postfix intermixed">&</span> <a class="#shared-form.attrs.required" title="select.attrs.required" href="select.html#select.attrs.required">required</a> </span></span></p> </div> <dl class="attr-defs"> <dt> @@ -119,6 +121,29 @@ element represents a control for selecting a single option from a list of options.</dd> + <dt id="select.attrs.autofocus" title="select.attrs.autofocus"> +<a class="spec-link" title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/association-of-controls-and-forms.html#attr-fe-autofocus">ⓘ</a> +<span class="attribute-name">autofocus</span> = <span class="attr-values"> + "autofocus" + <span class="postfix or">or</span> "" <span class="attr-qualifier">(empty string)</span> <span class="postfix or">or</span> <a href="syntax.html#syntax-attr-empty" id="syntax-attr-empty_xref115">empty</a> + </span> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span> +<a class="hash" href="select.html#select.attrs.autofocus">#</a> +</dt> + <dd>Specifies that the element represents a control to which + a UA is meant to give focus as soon as the document is + loaded.</dd> + + <dt id="select.attrs.required" title="select.attrs.required"> +<a class="spec-link" title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/common-input-element-attributes.html#the-required-attribute">ⓘ</a> +<span class="attribute-name">required</span> = <span class="attr-values"> + "required" + <span class="postfix or">or</span> "" <span class="attr-qualifier">(empty string)</span> <span class="postfix or">or</span> <a href="syntax.html#syntax-attr-empty" id="syntax-attr-empty_xref116">empty</a> + </span> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span> +<a class="hash" href="select.html#select.attrs.required">#</a> +</dt> + <dd>Specifies that the element is a required part of form + submission.</dd> + </dl> </div> Index: index-of-terms.xhtml =================================================================== RCS file: /sources/public/html5/markup/index-of-terms.xhtml,v retrieving revision 1.8 retrieving revision 1.9 diff -u -d -r1.8 -r1.9 --- index-of-terms.xhtml 30 Nov 2010 02:58:24 -0000 1.8 +++ index-of-terms.xhtml 3 Dec 2010 08:20:32 -0000 1.9 @@ -613,19 +613,21 @@ <li><a href="script.html#syntax-attr-empty_xref112"><span class="element">script</span> element: <span class="attribute-name">async</span> attribute</a></li> <li><a href="select.html#syntax-attr-empty_xref113"><span class="element">select</span> element: <span class="attribute-name">disabled</span> attribute</a></li> <li><a href="select.html#syntax-attr-empty_xref114"><span class="element">select</span> element: <span class="attribute-name">multiple</span> attribute</a></li> -<li><a href="style.html#syntax-attr-empty_xref115"><span class="element">style</span> element: <span class="attribute-name">scoped</span> attribute</a></li> -<li><a href="textarea.html#syntax-attr-empty_xref116"><span class="element">textarea</span> element: <span class="attribute-name">disabled</span> attribute</a></li> -<li><a href="textarea.html#syntax-attr-empty_xref117"><span class="element">textarea</span> element: <span class="attribute-name">readonly</span> attribute</a></li> -<li><a href="textarea.html#syntax-attr-empty_xref118"><span class="element">textarea</span> element: <span class="attribute-name">autofocus</span> attribute</a></li> -<li><a href="textarea.html#syntax-attr-empty_xref119"><span class="element">textarea</span> element: <span class="attribute-name">required</span> attribute</a></li> -<li><a href="time.html#syntax-attr-empty_xref120"><span class="element">time</span> element: <span class="attribute-name">pubdate</span> attribute</a></li> -<li><a href="video.html#syntax-attr-empty_xref121"><span class="element">video</span> element: <span class="attribute-name">autoplay</span> attribute</a></li> -<li><a href="video.html#syntax-attr-empty_xref122"><span class="element">video</span> element: <span class="attribute-name">preload</span> attribute</a></li> -<li><a href="video.html#syntax-attr-empty_xref123"><span class="element">video</span> element: <span class="attribute-name">controls</span> attribute</a></li> -<li><a href="video.html#syntax-attr-empty_xref124"><span class="element">video</span> element: <span class="attribute-name">loop</span> attribute</a></li> -<li><a href="global-attributes.html#syntax-attr-empty_xref125"><cite class="index">Core attributes</cite> section: <span class="attribute-name">contenteditable</span> attribute</a></li> -<li><a href="global-attributes.html#syntax-attr-empty_xref126"><cite class="index">Core attributes</cite> section: <span class="attribute-name">hidden</span> attribute</a></li> -<li><a href="global-attributes.html#syntax-attr-empty_xref127"><cite class="index">Core attributes</cite> section: <span class="attribute-name">spellcheck</span> attribute</a></li> +<li><a href="select.html#syntax-attr-empty_xref115"><span class="element">select</span> element: <span class="attribute-name">autofocus</span> attribute</a></li> +<li><a href="select.html#syntax-attr-empty_xref116"><span class="element">select</span> element: <span class="attribute-name">required</span> attribute</a></li> +<li><a href="style.html#syntax-attr-empty_xref117"><span class="element">style</span> element: <span class="attribute-name">scoped</span> attribute</a></li> +<li><a href="textarea.html#syntax-attr-empty_xref118"><span class="element">textarea</span> element: <span class="attribute-name">disabled</span> attribute</a></li> +<li><a href="textarea.html#syntax-attr-empty_xref119"><span class="element">textarea</span> element: <span class="attribute-name">readonly</span> attribute</a></li> +<li><a href="textarea.html#syntax-attr-empty_xref120"><span class="element">textarea</span> element: <span class="attribute-name">autofocus</span> attribute</a></li> +<li><a href="textarea.html#syntax-attr-empty_xref121"><span class="element">textarea</span> element: <span class="attribute-name">required</span> attribute</a></li> +<li><a href="time.html#syntax-attr-empty_xref122"><span class="element">time</span> element: <span class="attribute-name">pubdate</span> attribute</a></li> +<li><a href="video.html#syntax-attr-empty_xref123"><span class="element">video</span> element: <span class="attribute-name">autoplay</span> attribute</a></li> +<li><a href="video.html#syntax-attr-empty_xref124"><span class="element">video</span> element: <span class="attribute-name">preload</span> attribute</a></li> +<li><a href="video.html#syntax-attr-empty_xref125"><span class="element">video</span> element: <span class="attribute-name">controls</span> attribute</a></li> +<li><a href="video.html#syntax-attr-empty_xref126"><span class="element">video</span> element: <span class="attribute-name">loop</span> attribute</a></li> +<li><a href="global-attributes.html#syntax-attr-empty_xref127"><cite class="index">Core attributes</cite> section: <span class="attribute-name">contenteditable</span> attribute</a></li> +<li><a href="global-attributes.html#syntax-attr-empty_xref128"><cite class="index">Core attributes</cite> section: <span class="attribute-name">hidden</span> attribute</a></li> +<li><a href="global-attributes.html#syntax-attr-empty_xref129"><cite class="index">Core attributes</cite> section: <span class="attribute-name">spellcheck</span> attribute</a></li> </ul> </div> <div class="index-entry" id="empty-hyperlink_index"> Index: spec.html =================================================================== RCS file: /sources/public/html5/markup/spec.html,v retrieving revision 1.294 retrieving revision 1.295 diff -u -d -r1.294 -r1.295 --- spec.html 3 Dec 2010 07:23:27 -0000 1.294 +++ spec.html 3 Dec 2010 08:20:33 -0000 1.295 @@ -17687,7 +17687,7 @@ </h2> <ul class="assertions"> <li><span> - The <span class="attribute">id</span> attribute on a <span class="element">map</span> element must have an + The <span class="attribute">id</span> attribute on a <span class="element">map</span> element must have the same value as the <span class="attribute">name</span> attribute. </span></li> </ul> @@ -21188,12 +21188,14 @@ <h2 class="element-subhead">Permitted attributes <a class="hash" href="#select-attributes">#</a> </h2> <div class="attr-content-models"> - <p><span class="pattern" id="select.attrs"><a href="#global-attributes">global attributes</a> - <span class="postfix intermixed">&</span> <a class="#common-form.attrs.name" title="select.attrs.name" href="#select.attrs.name">name</a> + <p><span class="pattern" id="select.attrs"> <span class="agroupof"><a href="#global-attributes">global attributes</a> + <span class="postfix intermixed">&</span> <a class="#common-form.attrs.name" title="select.attrs.name" href="#select.attrs.name">name</a> <span class="postfix intermixed">&</span> <a class="#common-form.attrs.disabled" title="select.attrs.disabled" href="#select.attrs.disabled">disabled</a> <span class="postfix intermixed">&</span> <a class="#common-form.attrs.form" title="select.attrs.form" href="#select.attrs.form">form</a> - <span class="postfix intermixed">&</span> <a class="ref" href="#select.attrs.size" title="select.attrs.size">size</a> - <span class="postfix intermixed">&</span> <a class="ref" href="#select.attrs.multiple" title="select.attrs.multiple">multiple</a> </span></p> + <span class="postfix intermixed">&</span> <a class="ref" href="#select.attrs.size" title="select.attrs.size">size</a> + <span class="postfix intermixed">&</span> <a class="ref" href="#select.attrs.multiple" title="select.attrs.multiple">multiple</a> </span> + <span class="postfix intermixed">&</span> <span class="agroupof"><a class="#shared-form.attrs.autofocus" title="select.attrs.autofocus" href="#select.attrs.autofocus">autofocus</a> + <span class="postfix intermixed">&</span> <a class="#shared-form.attrs.required" title="select.attrs.required" href="#select.attrs.required">required</a> </span></span></p> </div> <dl class="attr-defs"> <dt> @@ -21260,6 +21262,29 @@ element represents a control for selecting a single option from a list of options.</dd> + <dt id="select.attrs.autofocus" title="select.attrs.autofocus"> +<a class="spec-link" title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/association-of-controls-and-forms.html#attr-fe-autofocus">ⓘ</a> +<span class="attribute-name">autofocus</span> = <span class="attr-values"> + "autofocus" + <span class="postfix or">or</span> "" <span class="attr-qualifier">(empty string)</span> <span class="postfix or">or</span> <a href="#syntax-attr-empty" id="syntax-attr-empty_xref115">empty</a> + </span> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span> +<a class="hash" href="#select.attrs.autofocus">#</a> +</dt> + <dd>Specifies that the element represents a control to which + a UA is meant to give focus as soon as the document is + loaded.</dd> + + <dt id="select.attrs.required" title="select.attrs.required"> +<a class="spec-link" title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/common-input-element-attributes.html#the-required-attribute">ⓘ</a> +<span class="attribute-name">required</span> = <span class="attr-values"> + "required" + <span class="postfix or">or</span> "" <span class="attr-qualifier">(empty string)</span> <span class="postfix or">or</span> <a href="#syntax-attr-empty" id="syntax-attr-empty_xref116">empty</a> + </span> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span> +<a class="hash" href="#select.attrs.required">#</a> +</dt> + <dd>Specifies that the element is a required part of form + submission.</dd> + </dl> </div> @@ -21765,7 +21790,7 @@ <dt id="style.attrs.scoped" title="style.attrs.scoped"> <a class="spec-link" title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/semantics.html#attr-style-scoped">ⓘ</a> <span class="attribute-name">scoped</span> = <span class="attr-values"> - "scoped" <span class="postfix or">or</span> "" <span class="attr-qualifier">(empty string)</span> <span class="postfix or">or</span> <a href="#syntax-attr-empty" id="syntax-attr-empty_xref115">empty</a> + "scoped" <span class="postfix or">or</span> "" <span class="attr-qualifier">(empty string)</span> <span class="postfix or">or</span> <a href="#syntax-attr-empty" id="syntax-attr-empty_xref117">empty</a> </span> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span> <a class="hash" href="#style.attrs.scoped">#</a> </dt> @@ -22583,7 +22608,7 @@ <a class="spec-link" title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/association-of-controls-and-forms.html#attr-fe-disabled">ⓘ</a> <span class="attribute-name">disabled</span> = <span class="attr-values"> "disabled" - <span class="postfix or">or</span> "" <span class="attr-qualifier">(empty string)</span> <span class="postfix or">or</span> <a href="#syntax-attr-empty" id="syntax-attr-empty_xref116">empty</a> + <span class="postfix or">or</span> "" <span class="attr-qualifier">(empty string)</span> <span class="postfix or">or</span> <a href="#syntax-attr-empty" id="syntax-attr-empty_xref118">empty</a> </span> <a class="hash" href="#textarea.attrs.disabled">#</a> </dt> @@ -22607,7 +22632,7 @@ <a class="spec-link" title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/common-input-element-attributes.html#the-readonly-attribute">ⓘ</a> <span class="attribute-name">readonly</span> = <span class="attr-values"> "readonly" - <span class="postfix or">or</span> "" <span class="attr-qualifier">(empty string)</span> <span class="postfix or">or</span> <a href="#syntax-attr-empty" id="syntax-attr-empty_xref117">empty</a> + <span class="postfix or">or</span> "" <span class="attr-qualifier">(empty string)</span> <span class="postfix or">or</span> <a href="#syntax-attr-empty" id="syntax-attr-empty_xref119">empty</a> </span> <a class="hash" href="#textarea.attrs.readonly">#</a> </dt> @@ -22627,7 +22652,7 @@ <a class="spec-link" title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/association-of-controls-and-forms.html#attr-fe-autofocus">ⓘ</a> <span class="attribute-name">autofocus</span> = <span class="attr-values"> "autofocus" - <span class="postfix or">or</span> "" <span class="attr-qualifier">(empty string)</span> <span class="postfix or">or</span> <a href="#syntax-attr-empty" id="syntax-attr-empty_xref118">empty</a> + <span class="postfix or">or</span> "" <span class="attr-qualifier">(empty string)</span> <span class="postfix or">or</span> <a href="#syntax-attr-empty" id="syntax-attr-empty_xref120">empty</a> </span> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span> <a class="hash" href="#textarea.attrs.autofocus">#</a> </dt> @@ -22639,7 +22664,7 @@ <a class="spec-link" title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/common-input-element-attributes.html#the-required-attribute">ⓘ</a> <span class="attribute-name">required</span> = <span class="attr-values"> "required" - <span class="postfix or">or</span> "" <span class="attr-qualifier">(empty string)</span> <span class="postfix or">or</span> <a href="#syntax-attr-empty" id="syntax-attr-empty_xref119">empty</a> + <span class="postfix or">or</span> "" <span class="attr-qualifier">(empty string)</span> <span class="postfix or">or</span> <a href="#syntax-attr-empty" id="syntax-attr-empty_xref121">empty</a> </span> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span> <a class="hash" href="#textarea.attrs.required">#</a> </dt> @@ -23290,7 +23315,7 @@ <dt id="time.attrs.pubdate" title="time.attrs.pubdate"> <a class="spec-link" title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/text-level-semantics.html#attr-time-pubdate">ⓘ</a> <span class="attribute-name">pubdate</span> = <span class="attr-values"> - "pubdate" <span class="postfix or">or</span> "" <span class="attr-qualifier">(empty string)</span> <span class="postfix or">or</span> <a href="#syntax-attr-empty" id="syntax-attr-empty_xref120">empty</a> + "pubdate" <span class="postfix or">or</span> "" <span class="attr-qualifier">(empty string)</span> <span class="postfix or">or</span> <a href="#syntax-attr-empty" id="syntax-attr-empty_xref122">empty</a> </span> <a class="hash" href="#time.attrs.pubdate">#</a> </dt> @@ -23772,7 +23797,7 @@ <a class="spec-link" title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/video.html#attr-media-autoplay">ⓘ</a> <span class="attribute-name">autoplay</span> = <span class="attr-values"> "autoplay" - <span class="postfix or">or</span> "" <span class="attr-qualifier">(empty string)</span> <span class="postfix or">or</span> <a href="#syntax-attr-empty" id="syntax-attr-empty_xref121">empty</a> + <span class="postfix or">or</span> "" <span class="attr-qualifier">(empty string)</span> <span class="postfix or">or</span> <a href="#syntax-attr-empty" id="syntax-attr-empty_xref123">empty</a> </span> <a class="hash" href="#video.attrs.autoplay">#</a> </dt> @@ -23785,7 +23810,7 @@ "none" <span class="postfix or">or</span> "metadata" <span class="postfix or">or</span> "auto" - <span class="postfix or">or</span> "" <span class="attr-qualifier">(empty string)</span> <span class="postfix or">or</span> <a href="#syntax-attr-empty" id="syntax-attr-empty_xref122">empty</a> + <span class="postfix or">or</span> "" <span class="attr-qualifier">(empty string)</span> <span class="postfix or">or</span> <a href="#syntax-attr-empty" id="syntax-attr-empty_xref124">empty</a> </span> <a class="hash" href="#video.attrs.preload">#</a> </dt> @@ -23812,7 +23837,7 @@ <a class="spec-link" title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/video.html#attr-media-controls">ⓘ</a> <span class="attribute-name">controls</span> = <span class="attr-values"> "controls" - <span class="postfix or">or</span> "" <span class="attr-qualifier">(empty string)</span> <span class="postfix or">or</span> <a href="#syntax-attr-empty" id="syntax-attr-empty_xref123">empty</a> + <span class="postfix or">or</span> "" <span class="attr-qualifier">(empty string)</span> <span class="postfix or">or</span> <a href="#syntax-attr-empty" id="syntax-attr-empty_xref125">empty</a> </span> <a class="hash" href="#video.attrs.controls">#</a> </dt> @@ -23822,7 +23847,7 @@ <dt id="video.attrs.loop" title="video.attrs.loop"> <a class="spec-link" title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/video.html#attr-media-loop">ⓘ</a> <span class="attribute-name">loop</span> = <span class="attr-values"> - "loop" <span class="postfix or">or</span> "" <span class="attr-qualifier">(empty string)</span> <span class="postfix or">or</span> <a href="#syntax-attr-empty" id="syntax-attr-empty_xref124">empty</a> + "loop" <span class="postfix or">or</span> "" <span class="attr-qualifier">(empty string)</span> <span class="postfix or">or</span> <a href="#syntax-attr-empty" id="syntax-attr-empty_xref126">empty</a> </span> <a class="hash" href="#video.attrs.loop">#</a> </dt> @@ -24173,7 +24198,7 @@ <span class="attribute-name">contenteditable</span> = <span class="attr-values"> "true" <span class="postfix or">or</span> "false" - <span class="postfix or">or</span> "" <span class="attr-qualifier">(empty string)</span> <span class="postfix or">or</span> <a href="#syntax-attr-empty" id="syntax-attr-empty_xref125">empty</a> + <span class="postfix or">or</span> "" <span class="attr-qualifier">(empty string)</span> <span class="postfix or">or</span> <a href="#syntax-attr-empty" id="syntax-attr-empty_xref127">empty</a> </span> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span> <a class="hash" href="#common.attrs.contenteditable">#</a> </dt> @@ -24217,7 +24242,7 @@ <dt id="common.attrs.hidden" title="common.attrs.hidden"> <a class="spec-link" title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/editing.html#the-hidden-attribute">ⓘ</a> <span class="attribute-name">hidden</span> = <span class="attr-values"> - "hidden" <span class="postfix or">or</span> "" <span class="attr-qualifier">(empty string)</span> <span class="postfix or">or</span> <a href="#syntax-attr-empty" id="syntax-attr-empty_xref126">empty</a> + "hidden" <span class="postfix or">or</span> "" <span class="attr-qualifier">(empty string)</span> <span class="postfix or">or</span> <a href="#syntax-attr-empty" id="syntax-attr-empty_xref128">empty</a> </span> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span> <a class="hash" href="#common.attrs.hidden">#</a> </dt> @@ -24284,7 +24309,7 @@ <span class="attribute-name">spellcheck</span> = <span class="attr-values"> "true" <span class="postfix or">or</span> "false" - <span class="postfix or">or</span> "" <span class="attr-qualifier">(empty string)</span> <span class="postfix or">or</span> <a href="#syntax-attr-empty" id="syntax-attr-empty_xref127">empty</a> + <span class="postfix or">or</span> "" <span class="attr-qualifier">(empty string)</span> <span class="postfix or">or</span> <a href="#syntax-attr-empty" id="syntax-attr-empty_xref129">empty</a> </span> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span> <a class="hash" href="#common.attrs.spellcheck">#</a> </dt> @@ -26846,19 +26871,21 @@ <li><a href="#syntax-attr-empty_xref112"><span class="element">script</span> element: <span class="attribute-name">async</span> attribute</a></li> <li><a href="#syntax-attr-empty_xref113"><span class="element">select</span> element: <span class="attribute-name">disabled</span> attribute</a></li> <li><a href="#syntax-attr-empty_xref114"><span class="element">select</span> element: <span class="attribute-name">multiple</span> attribute</a></li> -<li><a href="#syntax-attr-empty_xref115"><span class="element">style</span> element: <span class="attribute-name">scoped</span> attribute</a></li> -<li><a href="#syntax-attr-empty_xref116"><span class="element">textarea</span> element: <span class="attribute-name">disabled</span> attribute</a></li> -<li><a href="#syntax-attr-empty_xref117"><span class="element">textarea</span> element: <span class="attribute-name">readonly</span> attribute</a></li> -<li><a href="#syntax-attr-empty_xref118"><span class="element">textarea</span> element: <span class="attribute-name">autofocus</span> attribute</a></li> -<li><a href="#syntax-attr-empty_xref119"><span class="element">textarea</span> element: <span class="attribute-name">required</span> attribute</a></li> -<li><a href="#syntax-attr-empty_xref120"><span class="element">time</span> element: <span class="attribute-name">pubdate</span> attribute</a></li> -<li><a href="#syntax-attr-empty_xref121"><span class="element">video</span> element: <span class="attribute-name">autoplay</span> attribute</a></li> -<li><a href="#syntax-attr-empty_xref122"><span class="element">video</span> element: <span class="attribute-name">preload</span> attribute</a></li> -<li><a href="#syntax-attr-empty_xref123"><span class="element">video</span> element: <span class="attribute-name">controls</span> attribute</a></li> -<li><a href="#syntax-attr-empty_xref124"><span class="element">video</span> element: <span class="attribute-name">loop</span> attribute</a></li> -<li><a href="#syntax-attr-empty_xref125"><cite class="index">Core attributes</cite> section: <span class="attribute-name">contenteditable</span> attribute</a></li> -<li><a href="#syntax-attr-empty_xref126"><cite class="index">Core attributes</cite> section: <span class="attribute-name">hidden</span> attribute</a></li> -<li><a href="#syntax-attr-empty_xref127"><cite class="index">Core attributes</cite> section: <span class="attribute-name">spellcheck</span> attribute</a></li> +<li><a href="#syntax-attr-empty_xref115"><span class="element">select</span> element: <span class="attribute-name">autofocus</span> attribute</a></li> +<li><a href="#syntax-attr-empty_xref116"><span class="element">select</span> element: <span class="attribute-name">required</span> attribute</a></li> +<li><a href="#syntax-attr-empty_xref117"><span class="element">style</span> element: <span class="attribute-name">scoped</span> attribute</a></li> +<li><a href="#syntax-attr-empty_xref118"><span class="element">textarea</span> element: <span class="attribute-name">disabled</span> attribute</a></li> +<li><a href="#syntax-attr-empty_xref119"><span class="element">textarea</span> element: <span class="attribute-name">readonly</span> attribute</a></li> +<li><a href="#syntax-attr-empty_xref120"><span class="element">textarea</span> element: <span class="attribute-name">autofocus</span> attribute</a></li> +<li><a href="#syntax-attr-empty_xref121"><span class="element">textarea</span> element: <span class="attribute-name">required</span> attribute</a></li> +<li><a href="#syntax-attr-empty_xref122"><span class="element">time</span> element: <span class="attribute-name">pubdate</span> attribute</a></li> +<li><a href="#syntax-attr-empty_xref123"><span class="element">video</span> element: <span class="attribute-name">autoplay</span> attribute</a></li> +<li><a href="#syntax-attr-empty_xref124"><span class="element">video</span> element: <span class="attribute-name">preload</span> attribute</a></li> +<li><a href="#syntax-attr-empty_xref125"><span class="element">video</span> element: <span class="attribute-name">controls</span> attribute</a></li> +<li><a href="#syntax-attr-empty_xref126"><span class="element">video</span> element: <span class="attribute-name">loop</span> attribute</a></li> +<li><a href="#syntax-attr-empty_xref127"><cite class="index">Core attributes</cite> section: <span class="attribute-name">contenteditable</span> attribute</a></li> +<li><a href="#syntax-attr-empty_xref128"><cite class="index">Core attributes</cite> section: <span class="attribute-name">hidden</span> attribute</a></li> +<li><a href="#syntax-attr-empty_xref129"><cite class="index">Core attributes</cite> section: <span class="attribute-name">spellcheck</span> attribute</a></li> </ul> </div> <div class="index-entry" id="empty-hyperlink_index"> Index: index-of-terms.html =================================================================== RCS file: /sources/public/html5/markup/index-of-terms.html,v retrieving revision 1.8 retrieving revision 1.9 diff -u -d -r1.8 -r1.9 --- index-of-terms.html 30 Nov 2010 02:58:23 -0000 1.8 +++ index-of-terms.html 3 Dec 2010 08:20:32 -0000 1.9 @@ -849,19 +849,21 @@ <li><a href="script.html#syntax-attr-empty_xref112"><span class="element">script</span> element: <span class="attribute-name">async</span> attribute</a></li> <li><a href="select.html#syntax-attr-empty_xref113"><span class="element">select</span> element: <span class="attribute-name">disabled</span> attribute</a></li> <li><a href="select.html#syntax-attr-empty_xref114"><span class="element">select</span> element: <span class="attribute-name">multiple</span> attribute</a></li> -<li><a href="style.html#syntax-attr-empty_xref115"><span class="element">style</span> element: <span class="attribute-name">scoped</span> attribute</a></li> -<li><a href="textarea.html#syntax-attr-empty_xref116"><span class="element">textarea</span> element: <span class="attribute-name">disabled</span> attribute</a></li> -<li><a href="textarea.html#syntax-attr-empty_xref117"><span class="element">textarea</span> element: <span class="attribute-name">readonly</span> attribute</a></li> -<li><a href="textarea.html#syntax-attr-empty_xref118"><span class="element">textarea</span> element: <span class="attribute-name">autofocus</span> attribute</a></li> -<li><a href="textarea.html#syntax-attr-empty_xref119"><span class="element">textarea</span> element: <span class="attribute-name">required</span> attribute</a></li> -<li><a href="time.html#syntax-attr-empty_xref120"><span class="element">time</span> element: <span class="attribute-name">pubdate</span> attribute</a></li> -<li><a href="video.html#syntax-attr-empty_xref121"><span class="element">video</span> element: <span class="attribute-name">autoplay</span> attribute</a></li> -<li><a href="video.html#syntax-attr-empty_xref122"><span class="element">video</span> element: <span class="attribute-name">preload</span> attribute</a></li> -<li><a href="video.html#syntax-attr-empty_xref123"><span class="element">video</span> element: <span class="attribute-name">controls</span> attribute</a></li> -<li><a href="video.html#syntax-attr-empty_xref124"><span class="element">video</span> element: <span class="attribute-name">loop</span> attribute</a></li> -<li><a href="global-attributes.html#syntax-attr-empty_xref125"><cite class="index">Core attributes</cite> section: <span class="attribute-name">contenteditable</span> attribute</a></li> -<li><a href="global-attributes.html#syntax-attr-empty_xref126"><cite class="index">Core attributes</cite> section: <span class="attribute-name">hidden</span> attribute</a></li> -<li><a href="global-attributes.html#syntax-attr-empty_xref127"><cite class="index">Core attributes</cite> section: <span class="attribute-name">spellcheck</span> attribute</a></li> +<li><a href="select.html#syntax-attr-empty_xref115"><span class="element">select</span> element: <span class="attribute-name">autofocus</span> attribute</a></li> +<li><a href="select.html#syntax-attr-empty_xref116"><span class="element">select</span> element: <span class="attribute-name">required</span> attribute</a></li> +<li><a href="style.html#syntax-attr-empty_xref117"><span class="element">style</span> element: <span class="attribute-name">scoped</span> attribute</a></li> +<li><a href="textarea.html#syntax-attr-empty_xref118"><span class="element">textarea</span> element: <span class="attribute-name">disabled</span> attribute</a></li> +<li><a href="textarea.html#syntax-attr-empty_xref119"><span class="element">textarea</span> element: <span class="attribute-name">readonly</span> attribute</a></li> +<li><a href="textarea.html#syntax-attr-empty_xref120"><span class="element">textarea</span> element: <span class="attribute-name">autofocus</span> attribute</a></li> +<li><a href="textarea.html#syntax-attr-empty_xref121"><span class="element">textarea</span> element: <span class="attribute-name">required</span> attribute</a></li> +<li><a href="time.html#syntax-attr-empty_xref122"><span class="element">time</span> element: <span class="attribute-name">pubdate</span> attribute</a></li> +<li><a href="video.html#syntax-attr-empty_xref123"><span class="element">video</span> element: <span class="attribute-name">autoplay</span> attribute</a></li> +<li><a href="video.html#syntax-attr-empty_xref124"><span class="element">video</span> element: <span class="attribute-name">preload</span> attribute</a></li> +<li><a href="video.html#syntax-attr-empty_xref125"><span class="element">video</span> element: <span class="attribute-name">controls</span> attribute</a></li> +<li><a href="video.html#syntax-attr-empty_xref126"><span class="element">video</span> element: <span class="attribute-name">loop</span> attribute</a></li> +<li><a href="global-attributes.html#syntax-attr-empty_xref127"><cite class="index">Core attributes</cite> section: <span class="attribute-name">contenteditable</span> attribute</a></li> +<li><a href="global-attributes.html#syntax-attr-empty_xref128"><cite class="index">Core attributes</cite> section: <span class="attribute-name">hidden</span> attribute</a></li> +<li><a href="global-attributes.html#syntax-attr-empty_xref129"><cite class="index">Core attributes</cite> section: <span class="attribute-name">spellcheck</span> attribute</a></li> </ul> </div> <div class="index-entry" id="empty-hyperlink_index"> Index: video.html =================================================================== RCS file: /sources/public/html5/markup/video.html,v retrieving revision 1.100 retrieving revision 1.101 diff -u -d -r1.100 -r1.101 --- video.html 30 Nov 2010 02:33:33 -0000 1.100 +++ video.html 3 Dec 2010 08:20:33 -0000 1.101 @@ -76,7 +76,7 @@ <a class="spec-link" title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/video.html#attr-media-autoplay">ⓘ</a> <span class="attribute-name">autoplay</span> = <span class="attr-values"> "autoplay" - <span class="postfix or">or</span> "" <span class="attr-qualifier">(empty string)</span> <span class="postfix or">or</span> <a href="syntax.html#syntax-attr-empty" id="syntax-attr-empty_xref121">empty</a> + <span class="postfix or">or</span> "" <span class="attr-qualifier">(empty string)</span> <span class="postfix or">or</span> <a href="syntax.html#syntax-attr-empty" id="syntax-attr-empty_xref123">empty</a> </span> <a class="hash" href="video.html#video.attrs.autoplay">#</a> </dt> @@ -89,7 +89,7 @@ "none" <span class="postfix or">or</span> "metadata" <span class="postfix or">or</span> "auto" - <span class="postfix or">or</span> "" <span class="attr-qualifier">(empty string)</span> <span class="postfix or">or</span> <a href="syntax.html#syntax-attr-empty" id="syntax-attr-empty_xref122">empty</a> + <span class="postfix or">or</span> "" <span class="attr-qualifier">(empty string)</span> <span class="postfix or">or</span> <a href="syntax.html#syntax-attr-empty" id="syntax-attr-empty_xref124">empty</a> </span> <a class="hash" href="video.html#video.attrs.preload">#</a> </dt> @@ -116,7 +116,7 @@ <a class="spec-link" title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/video.html#attr-media-controls">ⓘ</a> <span class="attribute-name">controls</span> = <span class="attr-values"> "controls" - <span class="postfix or">or</span> "" <span class="attr-qualifier">(empty string)</span> <span class="postfix or">or</span> <a href="syntax.html#syntax-attr-empty" id="syntax-attr-empty_xref123">empty</a> + <span class="postfix or">or</span> "" <span class="attr-qualifier">(empty string)</span> <span class="postfix or">or</span> <a href="syntax.html#syntax-attr-empty" id="syntax-attr-empty_xref125">empty</a> </span> <a class="hash" href="video.html#video.attrs.controls">#</a> </dt> @@ -126,7 +126,7 @@ <dt id="video.attrs.loop" title="video.attrs.loop"> <a class="spec-link" title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/video.html#attr-media-loop">ⓘ</a> <span class="attribute-name">loop</span> = <span class="attr-values"> - "loop" <span class="postfix or">or</span> "" <span class="attr-qualifier">(empty string)</span> <span class="postfix or">or</span> <a href="syntax.html#syntax-attr-empty" id="syntax-attr-empty_xref124">empty</a> + "loop" <span class="postfix or">or</span> "" <span class="attr-qualifier">(empty string)</span> <span class="postfix or">or</span> <a href="syntax.html#syntax-attr-empty" id="syntax-attr-empty_xref126">empty</a> </span> <a class="hash" href="video.html#video.attrs.loop">#</a> </dt>
Received on Friday, 3 December 2010 08:23:18 UTC