- From: poot <cvsmail@w3.org>
- Date: Thu, 12 May 2011 03:38:43 -0400
- To: public-html-diffs@w3.org
mike: Correct allowed value of alt. Thanks John Foliot. http://dev.w3.org/cvsweb/html5/markup/spec.html?r1=1.319&r2=1.320&f=h =================================================================== RCS file: /sources/public/html5/markup/Overview.html,v retrieving revision 1.488 retrieving revision 1.489 diff -u -d -r1.488 -r1.489 --- Overview.html 8 May 2011 12:43:46 -0000 1.488 +++ Overview.html 12 May 2011 07:23:46 -0000 1.489 @@ -15,7 +15,7 @@ <div><img src="HTML5_Badge_128.png" alt="5"></div> <h1>HTML: The Markup Language</h1> <h3 id="subtitle">An HTML language reference and front-end for the HTML specification</h3> -<h2>Unofficial Editor’s Draft <em>8 May 2011</em> +<h2>Unofficial Editor’s Draft <em>12 May 2011</em> </h2> <dl> <dt>Editors:</dt> @@ -70,7 +70,7 @@ <h2>Status of this Document </h2> <p> - This document is the 8 May 2011 Editor’s Draft of + This document is the 12 May 2011 Editor’s Draft of <cite>HTML: The Markup Language</cite>. If you’d like to comment on this document, the preferred Index: input.email.html =================================================================== RCS file: /sources/public/html5/markup/input.email.html,v retrieving revision 1.102 retrieving revision 1.103 diff -u -d -r1.102 -r1.103 --- input.email.html 8 May 2011 12:43:50 -0000 1.102 +++ input.email.html 12 May 2011 07:23:48 -0000 1.103 @@ -82,7 +82,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_xref85">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_xref86">empty</a> </span> <a class="hash" href="input.email.html#input.email.attrs.disabled">#</a> </dt> @@ -128,7 +128,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_xref86">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_xref87">empty</a> </span> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span> <a class="hash" href="input.email.html#input.email.attrs.autofocus">#</a> </dt> @@ -179,7 +179,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_xref87">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_xref88">empty</a> </span> <a class="hash" href="input.email.html#input.email.attrs.readonly">#</a> </dt> @@ -190,7 +190,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_xref88">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_xref89">empty</a> </span> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span> <a class="hash" href="input.email.html#input.email.attrs.required">#</a> </dt> @@ -220,7 +220,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#attr-input-multiple">ⓘ</a> <span class="attribute-name">multiple</span> = <span class="attr-values"> "multiple" - <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_xref89">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_xref90">empty</a> </span> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span> <a class="hash" href="input.email.html#input.attrs.multiple">#</a> </dt> Index: input.month.html =================================================================== RCS file: /sources/public/html5/markup/input.month.html,v retrieving revision 1.101 retrieving revision 1.102 diff -u -d -r1.101 -r1.102 --- input.month.html 8 May 2011 12:43:51 -0000 1.101 +++ input.month.html 12 May 2011 07:23:48 -0000 1.102 @@ -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_xref67">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_xref68">empty</a> </span> <a class="hash" href="input.month.html#input.month.attrs.disabled">#</a> </dt> @@ -126,7 +126,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_xref68">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_xref69">empty</a> </span> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span> <a class="hash" href="input.month.html#input.month.attrs.autofocus">#</a> </dt> @@ -218,7 +218,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_xref69">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_xref70">empty</a> </span> <a class="hash" href="input.month.html#input.month.attrs.readonly">#</a> </dt> @@ -229,7 +229,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_xref70">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_xref71">empty</a> </span> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span> <a class="hash" href="input.month.html#input.month.attrs.required">#</a> </dt> Index: iframe.html =================================================================== RCS file: /sources/public/html5/markup/iframe.html,v retrieving revision 1.107 retrieving revision 1.108 diff -u -d -r1.107 -r1.108 --- iframe.html 8 May 2011 12:43:49 -0000 1.107 +++ iframe.html 12 May 2011 07:23:47 -0000 1.108 @@ -35,7 +35,7 @@ <div id="iframe-mdls"> <p class="elem-mdl"> - <span><a href="syntax.html#normal-character-data" id="normal-character-data_xref7">normal character data</a></span> + <span><a href="syntax.html#normal-character-data" id="normal-character-data_xref5">normal character data</a></span> </p> </div> @@ -128,7 +128,7 @@ (optionally) re-allowing/re-enabling particular features.</dd> <dd>The presence of this attribute—even if no value is given (that is, the attribute is specified using - <a href="syntax.html#syntax-attr-empty" id="syntax-attr-empty_xref21">empty attribute syntax</a>) + <a href="syntax.html#syntax-attr-empty" id="syntax-attr-empty_xref22">empty attribute syntax</a>) or even if the value consists only of <a href="terminology.html#space" id="space_xref35">space characters</a>—instructs the UA to enforce all the following default sandbox restrictions: @@ -199,7 +199,7 @@ <a class="spec-link" title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/the-iframe-element.html#attr-iframe-seamless">ⓘ</a> <span class="attribute-name">seamless</span> = <span class="attr-values"> "seamless" - <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_xref22">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_xref23">empty</a> </span> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span> <a class="hash" href="iframe.html#iframe.attrs.seamless">#</a> </dt> Index: input.radio.html =================================================================== RCS file: /sources/public/html5/markup/input.radio.html,v retrieving revision 1.98 retrieving revision 1.99 diff -u -d -r1.98 -r1.99 --- input.radio.html 8 May 2011 12:43:51 -0000 1.98 +++ input.radio.html 12 May 2011 07:23:48 -0000 1.99 @@ -74,7 +74,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_xref36">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_xref37">empty</a> </span> <a class="hash" href="input.radio.html#input.radio.attrs.disabled">#</a> </dt> @@ -107,7 +107,7 @@ <dt id="input.radio.attrs.checked" title="input.radio.attrs.checked"> <a class="spec-link" title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/the-input-element.html#attr-input-checked">ⓘ</a> <span class="attribute-name">checked</span> = <span class="attr-values"> - "checked" <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_xref37">empty</a> + "checked" <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_xref38">empty</a> </span> <a class="hash" href="input.radio.html#input.radio.attrs.checked">#</a> </dt> @@ -127,7 +127,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_xref38">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_xref39">empty</a> </span> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span> <a class="hash" href="input.radio.html#input.radio.attrs.autofocus">#</a> </dt> @@ -139,7 +139,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_xref39">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_xref40">empty</a> </span> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span> <a class="hash" href="input.radio.html#input.radio.attrs.required">#</a> </dt> Index: global-attributes.html =================================================================== RCS file: /sources/public/html5/markup/global-attributes.html,v retrieving revision 1.52 retrieving revision 1.53 diff -u -d -r1.52 -r1.53 --- global-attributes.html 8 May 2011 12:43:49 -0000 1.52 +++ global-attributes.html 12 May 2011 07:23:47 -0000 1.53 @@ -88,7 +88,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_xref128">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.contenteditable">#</a> </dt> @@ -199,7 +199,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_xref129">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_xref130">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> @@ -266,7 +266,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_xref130">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_xref131">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> @@ -300,7 +300,7 @@ <dt id="common.attrs.title" title="common.attrs.title"> <a class="spec-link" title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/elements.html#the-title-attribute">ⓘ</a> <span class="attribute-name">title</span> = <span class="attr-values"> - <a href="syntax.html#normal-character-data" id="normal-character-data_xref10">normal character data</a> + <a href="syntax.html#syntax-attribute-value" id="syntax-attribute-value_xref11">any value</a> </span> <a class="hash" href="global-attributes.html#common.attrs.title">#</a> </dt> Index: script.html =================================================================== RCS file: /sources/public/html5/markup/script.html,v retrieving revision 1.105 retrieving revision 1.106 diff -u -d -r1.105 -r1.106 --- script.html 8 May 2011 12:43:53 -0000 1.105 +++ script.html 12 May 2011 07:23:49 -0000 1.106 @@ -98,7 +98,7 @@ <dt id="script.attrs.defer" title="script.attrs.defer"> <a class="spec-link" title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/scripting-1.html#attr-script-defer">ⓘ</a> <span class="attribute-name">defer</span> = <span class="attr-values"> - "defer" <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_xref110">empty</a> + "defer" <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_xref111">empty</a> </span> <a class="hash" href="script.html#script.attrs.defer">#</a> </dt> @@ -108,7 +108,7 @@ <dt id="script.attrs.async" title="script.attrs.async"> <a class="spec-link" title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/scripting-1.html#attr-script-async">ⓘ</a> <span class="attribute-name">async</span> = <span class="attr-values"> - "async" <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_xref111">empty</a> + "async" <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_xref112">empty</a> </span> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span> <a class="hash" href="script.html#script.attrs.async">#</a> </dt> Index: input.range.html =================================================================== RCS file: /sources/public/html5/markup/input.range.html,v retrieving revision 1.101 retrieving revision 1.102 diff -u -d -r1.101 -r1.102 --- input.range.html 8 May 2011 12:43:51 -0000 1.101 +++ input.range.html 12 May 2011 07:23:49 -0000 1.102 @@ -77,7 +77,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_xref83">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_xref84">empty</a> </span> <a class="hash" href="input.range.html#input.range.attrs.disabled">#</a> </dt> @@ -124,7 +124,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_xref84">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_xref85">empty</a> </span> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span> <a class="hash" href="input.range.html#input.range.attrs.autofocus">#</a> </dt> Index: audio.html =================================================================== RCS file: /sources/public/html5/markup/audio.html,v retrieving revision 1.101 retrieving revision 1.102 diff -u -d -r1.101 -r1.102 --- audio.html 8 May 2011 12:43:46 -0000 1.101 +++ audio.html 12 May 2011 07:23:47 -0000 1.102 @@ -75,7 +75,7 @@ <a class="spec-link" title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/the-iframe-element.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_xref2">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_xref3">empty</a> </span> <a class="hash" href="audio.html#audio.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_xref3">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_xref4">empty</a> </span> <a class="hash" href="audio.html#audio.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/the-iframe-element.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_xref4">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_xref5">empty</a> </span> <a class="hash" href="audio.html#audio.attrs.controls">#</a> </dt> @@ -126,7 +126,7 @@ <dt id="audio.attrs.loop" title="audio.attrs.loop"> <a class="spec-link" title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/the-iframe-element.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_xref5">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_xref6">empty</a> </span> <a class="hash" href="audio.html#audio.attrs.loop">#</a> </dt> Index: time.html =================================================================== RCS file: /sources/public/html5/markup/time.html,v retrieving revision 1.96 retrieving revision 1.97 diff -u -d -r1.96 -r1.97 --- time.html 8 May 2011 12:43:55 -0000 1.96 +++ time.html 12 May 2011 07:23:50 -0000 1.97 @@ -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_xref121">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: keygen.html =================================================================== RCS file: /sources/public/html5/markup/keygen.html,v retrieving revision 1.90 retrieving revision 1.91 diff -u -d -r1.90 -r1.91 --- keygen.html 8 May 2011 12:43:52 -0000 1.90 +++ keygen.html 12 May 2011 07:23:49 -0000 1.91 @@ -78,7 +78,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_xref104">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_xref105">empty</a> </span> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span> <a class="hash" href="keygen.html#keygen.attrs.autofocus">#</a> </dt> @@ -98,7 +98,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_xref105">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_xref106">empty</a> </span> <a class="hash" href="keygen.html#keygen.attrs.disabled">#</a> </dt> Index: command.command.html =================================================================== RCS file: /sources/public/html5/markup/command.command.html,v retrieving revision 1.91 retrieving revision 1.92 diff -u -d -r1.91 -r1.92 --- command.command.html 8 May 2011 12:43:47 -0000 1.91 +++ command.command.html 12 May 2011 07:23:47 -0000 1.92 @@ -88,7 +88,7 @@ <a class="spec-link" title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/interactive-elements.html#attr-command-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_xref13">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_xref14">empty</a> </span> <a class="hash" href="command.command.html#command.command.attrs.disabled">#</a> </dt> Index: textarea.html =================================================================== RCS file: /sources/public/html5/markup/textarea.html,v retrieving revision 1.101 retrieving revision 1.102 diff -u -d -r1.101 -r1.102 --- textarea.html 8 May 2011 12:43:55 -0000 1.101 +++ textarea.html 12 May 2011 07:23:50 -0000 1.102 @@ -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_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_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_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_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_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_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_xref120">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: input.button.html =================================================================== RCS file: /sources/public/html5/markup/input.button.html,v retrieving revision 1.97 retrieving revision 1.98 diff -u -d -r1.97 -r1.98 --- input.button.html 8 May 2011 12:43:50 -0000 1.97 +++ input.button.html 12 May 2011 07:23:48 -0000 1.98 @@ -71,7 +71,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_xref40">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_xref41">empty</a> </span> <a class="hash" href="input.button.html#input.button.attrs.disabled">#</a> </dt> @@ -113,7 +113,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_xref41">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_xref42">empty</a> </span> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span> <a class="hash" href="input.button.html#input.button.attrs.autofocus">#</a> </dt> Index: syntax.html =================================================================== RCS file: /sources/public/html5/markup/syntax.html,v retrieving revision 1.80 retrieving revision 1.81 diff -u -d -r1.80 -r1.81 --- syntax.html 8 May 2011 12:43:55 -0000 1.80 +++ syntax.html 12 May 2011 07:23:50 -0000 1.81 @@ -576,10 +576,17 @@ <a href="terminology.html#case-insensitive" id="case-insensitive_xref12">case-insensitive match</a> for the string "<code>xml</code>".</li> <li> - <dfn id="syntax-attribute-value" role="button" tabindex="0" aria-haspopup="true">attribute values</dfn>, in - general, are - <a href="syntax.html#normal-character-data" id="normal-character-data_xref3">normal character data</a>; - however, the <a href="elements.html">HTML elements</a> section + <dfn id="syntax-attribute-value" role="button" tabindex="0" aria-haspopup="true">attribute values</dfn> + can contain + <a href="syntax.html#syntax-text" id="syntax-text_xref1">text</a> + and + <a href="syntax.html#syntax-charref" id="syntax-charref_xref2">character references</a>, + with additional restrictions depending on whether they are + <a href="syntax.html#attr-value-unquoted" id="attr-value-unquoted_xref1">unquoted attribute values</a>, + <a href="syntax.html#attr-value-single-quoted" id="attr-value-single-quoted_xref1">single-quoted attribute values</a>, + or + <a href="syntax.html#attr-value-double-quoted" id="attr-value-double-quoted_xref1">double-quoted attribute values</a>. + Also, the <a href="elements.html">HTML elements</a> section of this reference describes further restrictions on the allowed values of particular attributes, and attributes <a href="terminology.html#must-requirement" id="must-requirement_xref30">must</a> @@ -605,6 +612,11 @@ attribute is given with the empty attribute syntax:</p> <pre><input <em>disabled</em>></pre> + <p>Note that + <a href="syntax.html#syntax-attr-empty" id="syntax-attr-empty_xref2">empty attribute syntax</a> + is exactly equivalent to specifying the empty string as the + value for the attribute, as in the following example.</p> + <pre><input <em>disabled="disabled"</em>></pre> </div> </dd> <dt><dfn id="syntax-attr-unquoted" title="syntax-attr-unquoted" role="button" tabindex="0" aria-haspopup="true">unquoted attribute-value syntax</dfn></dt> @@ -630,9 +642,9 @@ <a href="syntax.html#syntax-attribute-value" id="syntax-attribute-value_xref2">attribute value</a> </li> </ol> -<p>In addition to the general requirements given above for - attribute values, an unquoted attribute value has the - following restrictions:</p> +<p>In addition to the + <a href="syntax.html#syntax-attribute-value" id="syntax-attribute-value_xref3">general requirements for attribute values</a>, + an unquoted attribute value has the following restrictions:</p> <ul> <li> <a href="terminology.html#must-requirement" id="must-requirement_xref31">must</a> @@ -644,8 +656,11 @@ not contain any "<code title="U+0022 QUOTATION MARK">"</code>", "<code title="U+0027 APOSTROPHE">'</code>", - "<code title="U+003E GREATER-THAN SIGN">></code>", "<code title="U+003D EQUALS SIGN">=</code>", + "<code title="U+003E GREATER-THAN SIGN">></code>", + "<code title="U+003C LESS-THAN SIGN "><</code>", + or + "<code title="U+0060 GRAVE ACCENT">`</code>", characters</li> <li> <a href="terminology.html#must-requirement" id="must-requirement_xref33">must</a> @@ -692,15 +707,15 @@ "<code title="U+0027 APOSTROPHE">'</code>" character</li> <li>an - <a href="syntax.html#syntax-attribute-value" id="syntax-attribute-value_xref3">attribute value</a> + <a href="syntax.html#syntax-attribute-value" id="syntax-attribute-value_xref4">attribute value</a> </li> <li>a "<code title="U+0027 APOSTROPHE">'</code>" character.</li> </ol> -<p>In addition to the general requirements given above - for attribute values, a single-quoted attribute value - has the following restriction:</p> +<p>In addition to the + <a href="syntax.html#syntax-attribute-value" id="syntax-attribute-value_xref5">general requirements for attribute values</a>, + a single-quoted attribute value has the following restriction:</p> <ul> <li> <a href="terminology.html#must-requirement" id="must-requirement_xref35">must</a> @@ -739,15 +754,15 @@ "<code title="U+0022 QUOTATION MARK">"</code>" character</li> <li>an - <a href="syntax.html#syntax-attribute-value" id="syntax-attribute-value_xref4">attribute value</a> + <a href="syntax.html#syntax-attribute-value" id="syntax-attribute-value_xref6">attribute value</a> </li> <li>a "<code title="double U+0022 QUOTATION MARK">"</code>" character</li> </ol> -<p>In addition to the general requirements given above for - attribute values, a double-quoted attribute value has - the following restriction:</p> +<p>In addition to the + <a href="syntax.html#syntax-attribute-value" id="syntax-attribute-value_xref7">general requirements for attribute values</a>, + a double-quoted attribute value has the following restriction:</p> <ul> <li> <a href="terminology.html#must-requirement" id="must-requirement_xref36">must</a> @@ -773,7 +788,7 @@ (including in <a href="syntax.html#syntax-comments" id="syntax-comments_xref5">comments</a>) and - <a href="syntax.html#syntax-attribute-value" id="syntax-attribute-value_xref5">attribute values</a> + <a href="syntax.html#syntax-attribute-value" id="syntax-attribute-value_xref8">attribute values</a> <a href="terminology.html#must-requirement" id="must-requirement_xref37">must</a> consist of Unicode characters, with the following restrictions:</p> @@ -791,24 +806,23 @@ </li> </ul> <p><dfn id="character-data" title="character-data" role="button" tabindex="0" aria-haspopup="true">character data</dfn> contains - <a href="syntax.html#syntax-text" id="syntax-text_xref1">text</a>, in some cases in combination with - <a href="syntax.html#syntax-charref" id="syntax-charref_xref2">character references</a>, + <a href="syntax.html#syntax-text" id="syntax-text_xref2">text</a>, in some cases in combination with + <a href="syntax.html#syntax-charref" id="syntax-charref_xref3">character references</a>, along with certain additional restrictions. There are three types of character data that can occur in documents:</p> <ol> -<li><a href="syntax.html#normal-character-data" id="normal-character-data_xref4">normal character data</a></li> +<li><a href="syntax.html#normal-character-data" id="normal-character-data_xref3">normal character data</a></li> <li><a href="syntax.html#replaceable-character-data" id="replaceable-character-data_xref1">replaceable character data</a></li> <li><a href="syntax.html#non-replaceable-character-data" id="non-replaceable-character-data_xref1">non-replaceable character data</a></li> </ol> <dl id="character-data-types-list"> <dt><dfn id="normal-character-data" title="normal-character-data" role="button" tabindex="0" aria-haspopup="true">normal character data</dfn></dt> <dd> - <p>Certain elements and strings in the values of - particular attributes contain normal character data. + <p>Certain elements contain normal character data. Normal character data can contain the following:</p> <ul> -<li><a href="syntax.html#syntax-text" id="syntax-text_xref2">text</a></li> - <li><a href="syntax.html#syntax-charref" id="syntax-charref_xref3">character references</a></li> +<li><a href="syntax.html#syntax-text" id="syntax-text_xref3">text</a></li> + <li><a href="syntax.html#syntax-charref" id="syntax-charref_xref4">character references</a></li> </ul> <p>Normal character data has the following restrictions:</p> <ul> @@ -835,14 +849,14 @@ Replaceable character data can contain the following:</p> <ul> <li> -<a href="syntax.html#syntax-text" id="syntax-text_xref3">text</a>, +<a href="syntax.html#syntax-text" id="syntax-text_xref4">text</a>, optionally including "<code title="U+003C LESS-THAN SIGN"><</code>" characters </li> - <li><a href="syntax.html#syntax-charref" id="syntax-charref_xref4">character references</a></li> + <li><a href="syntax.html#syntax-charref" id="syntax-charref_xref5">character references</a></li> </ul> <p>Replaceable character data has the following restrictions:</p> <ul> @@ -894,7 +908,7 @@ following:</p> <ul> <li> -<a href="syntax.html#syntax-text" id="syntax-text_xref4">text</a>, +<a href="syntax.html#syntax-text" id="syntax-text_xref5">text</a>, optionally including "<code title="U+003C LESS-THAN SIGN"><</code>" characters @@ -907,7 +921,7 @@ <ul> <li> <a href="terminology.html#must-requirement" id="must-requirement_xref46">must</a> - not contain <a href="syntax.html#syntax-charref" id="syntax-charref_xref5">character references</a> + not contain <a href="syntax.html#syntax-charref" id="syntax-charref_xref6">character references</a> </li> <li> <a href="terminology.html#must-requirement" id="must-requirement_xref47">must</a> @@ -1056,17 +1070,17 @@ </dd> </dl> <p class="note"> - <a href="syntax.html#syntax-charref" id="syntax-charref_xref6">Character references</a> + <a href="syntax.html#syntax-charref" id="syntax-charref_xref7">Character references</a> are not themselves - <a href="syntax.html#syntax-text" id="syntax-text_xref5">text</a>, + <a href="syntax.html#syntax-text" id="syntax-text_xref6">text</a>, and no part of a character reference is - <a href="syntax.html#syntax-text" id="syntax-text_xref6">text</a>.</p> + <a href="syntax.html#syntax-text" id="syntax-text_xref7">text</a>.</p> <p>An <dfn id="syntax-ambiguous-ampersand" role="button" tabindex="0" aria-haspopup="true">ambiguous ampersand</dfn> is an "<code title="U+0026 AMPERSAND">&</code>" character that is followed by some - <a href="syntax.html#syntax-text" title="syntax-text" id="syntax-text_xref7">text</a> + <a href="syntax.html#syntax-text" title="syntax-text" id="syntax-text_xref8">text</a> other than a <a href="terminology.html#space" id="space_xref30">space character</a>, a @@ -1087,13 +1101,13 @@ <dfn id="comment-start-delimiter" title="comment-start-delimiter" role="button" tabindex="0" aria-haspopup="true">comment start delimiter</dfn> "<code title="U+003C LESS-THAN SIGN, U+0021 EXCLAMATION MARK, U+002D HYPHEN-MINUS, U+002D HYPHEN-MINUS"><!--</code>" </li> - <li><a href="syntax.html#syntax-text" id="syntax-text_xref8">text</a></li> + <li><a href="syntax.html#syntax-text" id="syntax-text_xref9">text</a></li> <li>the <dfn id="comment-end-delimiter" title="comment-end-delimiter" role="button" tabindex="0" aria-haspopup="true">comment end delimiter</dfn> "<code title="U+002D HYPHEN-MINUS, U+002D HYPHEN-MINUS, U+003E GREATER-THAN SIGN">--></code>" </li> </ol> -<p>The <a href="syntax.html#syntax-text" id="syntax-text_xref9">text</a> +<p>The <a href="syntax.html#syntax-text" id="syntax-text_xref10">text</a> part of comments has the following restrictions:</p> <ul> <li> @@ -1172,7 +1186,7 @@ it contains <a href="terminology.html#must-requirement" id="must-requirement_xref56">must</a> be - <a href="syntax.html#normal-character-data" id="normal-character-data_xref5">normal character data</a>.</li> + <a href="syntax.html#normal-character-data" id="normal-character-data_xref4">normal character data</a>.</li> </ul> </div> <div id="cdata-sections" class="section"> @@ -1189,7 +1203,7 @@ <dfn id="cdata-start-delimiter" title="cdata-start-delimiter" role="button" tabindex="0" aria-haspopup="true">CDATA start delimiter</dfn> "<code title="U+003C LESS-THAN SIGN, U+0021 EXCLAMATION MARK, U+005B LEFT SQUARE BRACKET, U+0043 LATIN CAPITAL LETTER C, U+0044 LATIN CAPITAL LETTER D, U+0041 LATIN CAPITAL LETTER A, U+0054 LATIN CAPITAL LETTER T, U+0041 LATIN CAPITAL LETTER A, U+005B LEFT SQUARE BRACKET"><![CDATA[</code>"</li> <li> -<a href="syntax.html#syntax-text" title="syntax-text" id="syntax-text_xref10">text</a>, with the +<a href="syntax.html#syntax-text" title="syntax-text" id="syntax-text_xref11">text</a>, with the additional restriction that the text <a href="terminology.html#must-requirement" id="must-requirement_xref57">must</a> not contain the Index: area.html =================================================================== RCS file: /sources/public/html5/markup/area.html,v retrieving revision 1.101 retrieving revision 1.102 diff -u -d -r1.101 -r1.102 --- area.html 8 May 2011 12:43:46 -0000 1.101 +++ area.html 12 May 2011 07:23:47 -0000 1.102 @@ -68,7 +68,7 @@ <dt id="area.attrs.alt" title="area.attrs.alt"> <a class="spec-link" title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/the-map-element.html#attr-area-alt">ⓘ</a> <span class="attribute-name">alt</span> = <span class="attr-values"> - <a href="syntax.html#normal-character-data" id="normal-character-data_xref6">normal character data</a> + <a href="syntax.html#syntax-attribute-value" id="syntax-attribute-value_xref9">any value</a> </span> <a class="hash" href="area.html#area.attrs.alt">#</a> </dt> Index: input.text.html =================================================================== RCS file: /sources/public/html5/markup/input.text.html,v retrieving revision 1.99 retrieving revision 1.100 diff -u -d -r1.99 -r1.100 --- input.text.html 8 May 2011 12:43:51 -0000 1.99 +++ input.text.html 12 May 2011 07:23:49 -0000 1.100 @@ -81,7 +81,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_xref24">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_xref25">empty</a> </span> <a class="hash" href="input.text.html#input.text.attrs.disabled">#</a> </dt> @@ -126,7 +126,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_xref25">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_xref26">empty</a> </span> <a class="hash" href="input.text.html#input.text.attrs.readonly">#</a> </dt> @@ -168,7 +168,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_xref26">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_xref27">empty</a> </span> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span> <a class="hash" href="input.text.html#input.text.attrs.autofocus">#</a> </dt> @@ -210,7 +210,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_xref27">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_xref28">empty</a> </span> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span> <a class="hash" href="input.text.html#input.text.attrs.required">#</a> </dt> Index: input.checkbox.html =================================================================== RCS file: /sources/public/html5/markup/input.checkbox.html,v retrieving revision 1.97 retrieving revision 1.98 diff -u -d -r1.97 -r1.98 --- input.checkbox.html 8 May 2011 12:43:50 -0000 1.97 +++ input.checkbox.html 12 May 2011 07:23:48 -0000 1.98 @@ -73,7 +73,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_xref32">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_xref33">empty</a> </span> <a class="hash" href="input.checkbox.html#input.checkbox.attrs.disabled">#</a> </dt> @@ -106,7 +106,7 @@ <dt id="input.checkbox.attrs.checked" title="input.checkbox.attrs.checked"> <a class="spec-link" title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/the-input-element.html#attr-input-checked">ⓘ</a> <span class="attribute-name">checked</span> = <span class="attr-values"> - "checked" <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_xref33">empty</a> + "checked" <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_xref34">empty</a> </span> <a class="hash" href="input.checkbox.html#input.checkbox.attrs.checked">#</a> </dt> @@ -126,7 +126,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_xref34">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_xref35">empty</a> </span> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span> <a class="hash" href="input.checkbox.html#input.checkbox.attrs.autofocus">#</a> </dt> @@ -138,7 +138,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_xref35">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_xref36">empty</a> </span> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span> <a class="hash" href="input.checkbox.html#input.checkbox.attrs.required">#</a> </dt> Index: track.html =================================================================== RCS file: /sources/public/html5/markup/track.html,v retrieving revision 1.12 retrieving revision 1.13 diff -u -d -r1.12 -r1.13 --- track.html 8 May 2011 12:43:55 -0000 1.12 +++ track.html 12 May 2011 07:23:50 -0000 1.13 @@ -131,7 +131,7 @@ <dt id="track.attrs.default" title="track.attrs.default"> <a class="spec-link" title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/the-iframe-element.html#attr-track-default">ⓘ</a> <span class="attribute-name">default</span> = <span class="attr-values"> - "default" <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> + "default" <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="track.html#track.attrs.default">#</a> </dt> Index: input.tel.html =================================================================== RCS file: /sources/public/html5/markup/input.tel.html,v retrieving revision 1.99 retrieving revision 1.100 diff -u -d -r1.99 -r1.100 --- input.tel.html 8 May 2011 12:43:51 -0000 1.99 +++ input.tel.html 12 May 2011 07:23:49 -0000 1.100 @@ -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_xref98">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_xref99">empty</a> </span> <a class="hash" href="input.tel.html#input.tel.attrs.disabled">#</a> </dt> @@ -126,7 +126,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_xref99">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_xref100">empty</a> </span> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span> <a class="hash" href="input.tel.html#input.tel.attrs.autofocus">#</a> </dt> @@ -177,7 +177,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_xref100">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_xref101">empty</a> </span> <a class="hash" href="input.tel.html#input.tel.attrs.readonly">#</a> </dt> @@ -188,7 +188,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_xref101">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_xref102">empty</a> </span> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span> <a class="hash" href="input.tel.html#input.tel.attrs.required">#</a> </dt> Index: img.html =================================================================== RCS file: /sources/public/html5/markup/img.html,v retrieving revision 1.104 retrieving revision 1.105 diff -u -d -r1.104 -r1.105 --- img.html 8 May 2011 12:43:49 -0000 1.104 +++ img.html 12 May 2011 07:23:47 -0000 1.105 @@ -71,7 +71,7 @@ <dt id="img.attrs.alt" title="img.attrs.alt"> <a class="spec-link" title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/embedded-content-1.html#attr-img-alt">ⓘ</a> <span class="attribute-name">alt</span> = <span class="attr-values"> - <a href="syntax.html#normal-character-data" id="normal-character-data_xref8">normal character data</a> + <a href="syntax.html#syntax-attribute-value" id="syntax-attribute-value_xref10">any value</a> </span> <a class="hash" href="img.html#img.attrs.alt">#</a> </dt> @@ -112,7 +112,7 @@ <dt id="img.attrs.ismap" title="img.attrs.ismap"> <a class="spec-link" title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/embedded-content-1.html#attr-img-ismap">ⓘ</a> <span class="attribute-name">ismap</span> = <span class="attr-values"> - "ismap" <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_xref23">empty</a> + "ismap" <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_xref24">empty</a> </span> <a class="hash" href="img.html#img.attrs.ismap">#</a> </dt> Index: input.number.html =================================================================== RCS file: /sources/public/html5/markup/input.number.html,v retrieving revision 1.101 retrieving revision 1.102 diff -u -d -r1.101 -r1.102 --- input.number.html 8 May 2011 12:43:51 -0000 1.101 +++ input.number.html 12 May 2011 07:23:48 -0000 1.102 @@ -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_xref79">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_xref80">empty</a> </span> <a class="hash" href="input.number.html#input.number.attrs.disabled">#</a> </dt> @@ -126,7 +126,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_xref80">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_xref81">empty</a> </span> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span> <a class="hash" href="input.number.html#input.number.attrs.autofocus">#</a> </dt> @@ -182,7 +182,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_xref81">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_xref82">empty</a> </span> <a class="hash" href="input.number.html#input.number.attrs.readonly">#</a> </dt> @@ -193,7 +193,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_xref82">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_xref83">empty</a> </span> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span> <a class="hash" href="input.number.html#input.number.attrs.required">#</a> </dt> Index: datatypes.html =================================================================== RCS file: /sources/public/html5/markup/datatypes.html,v retrieving revision 1.100 retrieving revision 1.101 diff -u -d -r1.100 -r1.101 --- datatypes.html 8 May 2011 12:43:48 -0000 1.100 +++ datatypes.html 12 May 2011 07:23:47 -0000 1.101 @@ -33,16 +33,18 @@ </h2> <div class="datatype-desc">For the purposes of this document, a <var>string</var> - is defined as - <a href="syntax.html#normal-character-data" id="normal-character-data_xref11">normal character data</a>. + is defined as any mixture of + <a href="syntax.html#syntax-text" id="syntax-text_xref12">text</a> + and + <a href="syntax.html#syntax-charref" id="syntax-charref_xref8">character references</a>. <p>The <a href="syntax.html#syntax-attributes">Attributes</a> section of this document describes additional restrictions on strings in attribute values — in particular, restrictions for the following cases:</p> <ul> -<li><a href="syntax.html#attr-value-unquoted" id="attr-value-unquoted_xref1">unquoted attribute values</a></li> - <li><a href="syntax.html#attr-value-single-quoted" id="attr-value-single-quoted_xref1">single-quoted attribute values</a></li> - <li><a href="syntax.html#attr-value-double-quoted" id="attr-value-double-quoted_xref1">double-quoted attribute values</a></li> +<li><a href="syntax.html#attr-value-unquoted" id="attr-value-unquoted_xref2">unquoted attribute values</a></li> + <li><a href="syntax.html#attr-value-single-quoted" id="attr-value-single-quoted_xref2">single-quoted attribute values</a></li> + <li><a href="syntax.html#attr-value-double-quoted" id="attr-value-double-quoted_xref2">double-quoted attribute values</a></li> </ul> </div> </div> Index: command.radio.html =================================================================== RCS file: /sources/public/html5/markup/command.radio.html,v retrieving revision 1.91 retrieving revision 1.92 diff -u -d -r1.91 -r1.92 --- command.radio.html 8 May 2011 12:43:47 -0000 1.91 +++ command.radio.html 12 May 2011 07:23:47 -0000 1.92 @@ -81,7 +81,7 @@ <dt id="command.radio.attrs.checked" title="command.radio.attrs.checked"> <a class="spec-link" title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/interactive-elements.html#attr-command-checked">ⓘ</a> <span class="attribute-name">checked</span> = <span class="attr-values"> - "checked" <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_xref14">empty</a> + "checked" <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_xref15">empty</a> </span> <a class="hash" href="command.radio.html#command.radio.attrs.checked">#</a> </dt> @@ -107,7 +107,7 @@ <a class="spec-link" title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/interactive-elements.html#attr-command-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_xref15">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_xref16">empty</a> </span> <a class="hash" href="command.radio.html#command.radio.attrs.disabled">#</a> </dt> Index: input.datetime.html =================================================================== RCS file: /sources/public/html5/markup/input.datetime.html,v retrieving revision 1.103 retrieving revision 1.104 diff -u -d -r1.103 -r1.104 --- input.datetime.html 8 May 2011 12:43:50 -0000 1.103 +++ input.datetime.html 12 May 2011 07:23:48 -0000 1.104 @@ -80,7 +80,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_xref55">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_xref56">empty</a> </span> <a class="hash" href="input.datetime.html#input.datetime.attrs.disabled">#</a> </dt> @@ -127,7 +127,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_xref56">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_xref57">empty</a> </span> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span> <a class="hash" href="input.datetime.html#input.datetime.attrs.autofocus">#</a> </dt> @@ -227,7 +227,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_xref57">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_xref58">empty</a> </span> <a class="hash" href="input.datetime.html#input.datetime.attrs.readonly">#</a> </dt> @@ -238,7 +238,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_xref58">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_xref59">empty</a> </span> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span> <a class="hash" href="input.datetime.html#input.datetime.attrs.required">#</a> </dt> Index: input.password.html =================================================================== RCS file: /sources/public/html5/markup/input.password.html,v retrieving revision 1.99 retrieving revision 1.100 diff -u -d -r1.99 -r1.100 --- input.password.html 8 May 2011 12:43:51 -0000 1.99 +++ input.password.html 12 May 2011 07:23:48 -0000 1.100 @@ -78,7 +78,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_xref28">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_xref29">empty</a> </span> <a class="hash" href="input.password.html#input.password.attrs.disabled">#</a> </dt> @@ -122,7 +122,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_xref29">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_xref30">empty</a> </span> <a class="hash" href="input.password.html#input.password.attrs.readonly">#</a> </dt> @@ -164,7 +164,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_xref30">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_xref31">empty</a> </span> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span> <a class="hash" href="input.password.html#input.password.attrs.autofocus">#</a> </dt> @@ -193,7 +193,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_xref31">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_xref32">empty</a> </span> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span> <a class="hash" href="input.password.html#input.password.attrs.required">#</a> </dt> Index: input.time.html =================================================================== RCS file: /sources/public/html5/markup/input.time.html,v retrieving revision 1.103 retrieving revision 1.104 diff -u -d -r1.103 -r1.104 --- input.time.html 8 May 2011 12:43:51 -0000 1.103 +++ input.time.html 12 May 2011 07:23:49 -0000 1.104 @@ -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_xref71">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_xref72">empty</a> </span> <a class="hash" href="input.time.html#input.time.attrs.disabled">#</a> </dt> @@ -126,7 +126,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_xref72">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_xref73">empty</a> </span> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span> <a class="hash" href="input.time.html#input.time.attrs.autofocus">#</a> </dt> @@ -200,7 +200,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_xref73">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_xref74">empty</a> </span> <a class="hash" href="input.time.html#input.time.attrs.readonly">#</a> </dt> @@ -211,7 +211,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_xref74">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_xref75">empty</a> </span> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span> <a class="hash" href="input.time.html#input.time.attrs.required">#</a> </dt> Index: input.color.html =================================================================== RCS file: /sources/public/html5/markup/input.color.html,v retrieving revision 1.99 retrieving revision 1.100 diff -u -d -r1.99 -r1.100 --- input.color.html 8 May 2011 12:43:50 -0000 1.99 +++ input.color.html 12 May 2011 07:23:48 -0000 1.100 @@ -74,7 +74,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_xref102">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_xref103">empty</a> </span> <a class="hash" href="input.color.html#input.color.attrs.disabled">#</a> </dt> @@ -121,7 +121,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_xref103">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_xref104">empty</a> </span> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span> <a class="hash" href="input.color.html#input.color.attrs.autofocus">#</a> </dt> Index: style.html =================================================================== RCS file: /sources/public/html5/markup/style.html,v retrieving revision 1.97 retrieving revision 1.98 diff -u -d -r1.97 -r1.98 --- style.html 8 May 2011 12:43:54 -0000 1.97 +++ style.html 12 May 2011 07:23:50 -0000 1.98 @@ -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_xref116">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: input.image.html =================================================================== RCS file: /sources/public/html5/markup/input.image.html,v retrieving revision 1.104 retrieving revision 1.105 diff -u -d -r1.104 -r1.105 --- input.image.html 8 May 2011 12:43:51 -0000 1.104 +++ input.image.html 12 May 2011 07:23:48 -0000 1.105 @@ -82,7 +82,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_xref52">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_xref53">empty</a> </span> <a class="hash" href="input.image.html#input.image.attrs.disabled">#</a> </dt> @@ -148,7 +148,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_xref53">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_xref54">empty</a> </span> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span> <a class="hash" href="input.image.html#input.image.attrs.autofocus">#</a> </dt> @@ -209,7 +209,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-fs-formnovalidate">ⓘ</a> <span class="attribute-name">formnovalidate</span> = <span class="attr-values"> "formnovalidate" - <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_xref54">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_xref55">empty</a> </span> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span> <a class="hash" href="input.image.html#input.image.attrs.formnovalidate">#</a> </dt> Index: input.file.html =================================================================== RCS file: /sources/public/html5/markup/input.file.html,v retrieving revision 1.98 retrieving revision 1.99 diff -u -d -r1.98 -r1.99 --- input.file.html 8 May 2011 12:43:50 -0000 1.98 +++ input.file.html 12 May 2011 07:23:48 -0000 1.99 @@ -75,7 +75,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_xref47">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_xref48">empty</a> </span> <a class="hash" href="input.file.html#input.file.attrs.disabled">#</a> </dt> @@ -122,7 +122,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_xref48">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_xref49">empty</a> </span> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span> <a class="hash" href="input.file.html#input.file.attrs.autofocus">#</a> </dt> @@ -134,7 +134,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_xref49">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_xref50">empty</a> </span> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span> <a class="hash" href="input.file.html#input.file.attrs.required">#</a> </dt> @@ -145,7 +145,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#attr-input-multiple">ⓘ</a> <span class="attribute-name">multiple</span> = <span class="attr-values"> "multiple" - <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_xref50">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_xref51">empty</a> </span> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span> <a class="hash" href="input.file.html#input.file.attrs.multiple">#</a> </dt> Index: command.checkbox.html =================================================================== RCS file: /sources/public/html5/markup/command.checkbox.html,v retrieving revision 1.91 retrieving revision 1.92 diff -u -d -r1.91 -r1.92 --- command.checkbox.html 8 May 2011 12:43:47 -0000 1.91 +++ command.checkbox.html 12 May 2011 07:23:47 -0000 1.92 @@ -72,7 +72,7 @@ <dt id="command.checkbox.attrs.checked" title="command.checkbox.attrs.checked"> <a class="spec-link" title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/interactive-elements.html#attr-command-checked">ⓘ</a> <span class="attribute-name">checked</span> = <span class="attr-values"> - "checked" <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_xref16">empty</a> + "checked" <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_xref17">empty</a> </span> <a class="hash" href="command.checkbox.html#command.checkbox.attrs.checked">#</a> </dt> @@ -98,7 +98,7 @@ <a class="spec-link" title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/interactive-elements.html#attr-command-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_xref17">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_xref18">empty</a> </span> <a class="hash" href="command.checkbox.html#command.checkbox.attrs.disabled">#</a> </dt> Index: input.reset.html =================================================================== RCS file: /sources/public/html5/markup/input.reset.html,v retrieving revision 1.98 retrieving revision 1.99 diff -u -d -r1.98 -r1.99 --- input.reset.html 8 May 2011 12:43:51 -0000 1.98 +++ input.reset.html 12 May 2011 07:23:49 -0000 1.99 @@ -71,7 +71,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_xref45">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_xref46">empty</a> </span> <a class="hash" href="input.reset.html#input.reset.attrs.disabled">#</a> </dt> @@ -114,7 +114,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_xref46">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_xref47">empty</a> </span> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span> <a class="hash" href="input.reset.html#input.reset.attrs.autofocus">#</a> </dt> Index: input.datetime-local.html =================================================================== RCS file: /sources/public/html5/markup/input.datetime-local.html,v retrieving revision 1.101 retrieving revision 1.102 diff -u -d -r1.101 -r1.102 --- input.datetime-local.html 8 May 2011 12:43:50 -0000 1.101 +++ input.datetime-local.html 12 May 2011 07:23:48 -0000 1.102 @@ -80,7 +80,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_xref59">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_xref60">empty</a> </span> <a class="hash" href="input.datetime-local.html#input.datetime-local.attrs.disabled">#</a> </dt> @@ -127,7 +127,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_xref60">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_xref61">empty</a> </span> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span> <a class="hash" href="input.datetime-local.html#input.datetime-local.attrs.autofocus">#</a> </dt> @@ -215,7 +215,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_xref61">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_xref62">empty</a> </span> <a class="hash" href="input.datetime-local.html#input.datetime-local.attrs.readonly">#</a> </dt> @@ -226,7 +226,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_xref62">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_xref63">empty</a> </span> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span> <a class="hash" href="input.datetime-local.html#input.datetime-local.attrs.required">#</a> </dt> Index: option.html =================================================================== RCS file: /sources/public/html5/markup/option.html,v retrieving revision 1.94 retrieving revision 1.95 diff -u -d -r1.94 -r1.95 --- option.html 8 May 2011 12:43:53 -0000 1.94 +++ option.html 12 May 2011 07:23:49 -0000 1.95 @@ -40,7 +40,7 @@ <div id="option-mdls"> <p class="elem-mdl"> - <span><a href="syntax.html#normal-character-data" id="normal-character-data_xref9">normal character data</a></span> + <span><a href="syntax.html#normal-character-data" id="normal-character-data_xref6">normal character data</a></span> </p> </div> @@ -67,7 +67,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_xref108">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_xref109">empty</a> </span> <a class="hash" href="option.html#option.attrs.disabled">#</a> </dt> @@ -78,7 +78,7 @@ <a class="spec-link" title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/the-button-element.html#attr-option-selected">ⓘ</a> <span class="attribute-name">selected</span> = <span class="attr-values"> "selected" - <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_xref109">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_xref110">empty</a> </span> <a class="hash" href="option.html#option.attrs.selected">#</a> </dt> Index: select.html =================================================================== RCS file: /sources/public/html5/markup/select.html,v retrieving revision 1.94 retrieving revision 1.95 diff -u -d -r1.94 -r1.95 --- select.html 8 May 2011 12:43:54 -0000 1.94 +++ select.html 12 May 2011 07:23:49 -0000 1.95 @@ -75,7 +75,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_xref112">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_xref113">empty</a> </span> <a class="hash" href="select.html#select.attrs.disabled">#</a> </dt> @@ -108,7 +108,7 @@ <a class="spec-link" title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/the-button-element.html#attr-select-multiple">ⓘ</a> <span class="attribute-name">multiple</span> = <span class="attr-values"> "multiple" - <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_xref113">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_xref114">empty</a> </span> <a class="hash" href="select.html#select.attrs.multiple">#</a> </dt> @@ -125,7 +125,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_xref114">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_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> @@ -137,7 +137,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_xref115">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_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> Index: input.hidden.html =================================================================== RCS file: /sources/public/html5/markup/input.hidden.html,v retrieving revision 1.98 retrieving revision 1.99 diff -u -d -r1.98 -r1.99 --- input.hidden.html 8 May 2011 12:43:51 -0000 1.98 +++ input.hidden.html 12 May 2011 07:23:48 -0000 1.99 @@ -71,7 +71,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_xref51">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_xref52">empty</a> </span> <a class="hash" href="input.hidden.html#input.hidden.attrs.disabled">#</a> </dt> Index: index-of-terms.xhtml =================================================================== RCS file: /sources/public/html5/markup/index-of-terms.xhtml,v retrieving revision 1.26 retrieving revision 1.27 diff -u -d -r1.26 -r1.27 --- index-of-terms.xhtml 8 May 2011 12:43:50 -0000 1.26 +++ index-of-terms.xhtml 12 May 2011 07:23:48 -0000 1.27 @@ -70,10 +70,13 @@ <ul> <li><a href="syntax.html#syntax-attribute-value"><cite class="index">Attributes</cite> section</a> <span class="index-notation">(defining instance)</span></li> </ul><ul id="syntax-attribute-value_index_items"><li><a href="syntax.html#syntax-attribute-value_xref1"><cite class="index">Attributes</cite> section</a></li> -<li><a href="syntax.html#syntax-attribute-value_xref2"><cite class="index">Attributes</cite> section: <cite class="index-dfn">unquoted attribute-value syntax</cite></a></li> -<li><a href="syntax.html#syntax-attribute-value_xref3"><cite class="index">Attributes</cite> section: <cite class="index-dfn">single-quoted attribute-value syntax</cite></a></li> -<li><a href="syntax.html#syntax-attribute-value_xref4"><cite class="index">Attributes</cite> section: <cite class="index-dfn">double-quoted attribute-value syntax</cite></a></li> -<li><a href="syntax.html#syntax-attribute-value_xref5"><cite class="index">Text and character data</cite> section</a></li> +<li><a href="syntax.html#syntax-attribute-value_xref2"><cite class="index">Attributes</cite> section: <cite class="index-dfn">unquoted attribute-value syntax</cite></a><span class="index-counter"> [<a href="syntax.html#syntax-attribute-value_xref3">2</a>]</span></li> +<li><a href="syntax.html#syntax-attribute-value_xref4"><cite class="index">Attributes</cite> section: <cite class="index-dfn">single-quoted attribute-value syntax</cite></a><span class="index-counter"> [<a href="syntax.html#syntax-attribute-value_xref5">2</a>]</span></li> +<li><a href="syntax.html#syntax-attribute-value_xref6"><cite class="index">Attributes</cite> section: <cite class="index-dfn">double-quoted attribute-value syntax</cite></a><span class="index-counter"> [<a href="syntax.html#syntax-attribute-value_xref7">2</a>]</span></li> +<li><a href="syntax.html#syntax-attribute-value_xref8"><cite class="index">Text and character data</cite> section</a></li> +<li><a href="area.html#syntax-attribute-value_xref9"><span class="element">area</span> element: <span class="attribute-name">alt</span> attribute</a></li> +<li><a href="img.html#syntax-attribute-value_xref10"><span class="element">img</span> element: <span class="attribute-name">alt</span> attribute</a></li> +<li><a href="global-attributes.html#syntax-attribute-value_xref11"><cite class="index">Core attributes</cite> section: <span class="attribute-name">title</span> attribute</a></li> </ul> </div> <div class="index-entry" id="attribute_index"> @@ -236,11 +239,13 @@ <ul> <li><a href="syntax.html#syntax-charref"><cite class="index">Character references</cite> section</a> <span class="index-notation">(defining instance)</span></li> </ul><ul id="syntax-charref_index_items"><li><a href="syntax.html#syntax-charref_xref1"><cite class="index">Character encoding declaration</cite> section</a></li> -<li><a href="syntax.html#syntax-charref_xref2"><cite class="index">Text and character data</cite> section</a></li> -<li><a href="syntax.html#syntax-charref_xref3"><cite class="index">Text and character data</cite> section: <cite class="index-dfn">normal character data</cite></a></li> -<li><a href="syntax.html#syntax-charref_xref4"><cite class="index">Text and character data</cite> section: <cite class="index-dfn">replaceable character data</cite></a></li> -<li><a href="syntax.html#syntax-charref_xref5"><cite class="index">Text and character data</cite> section: <cite class="index-dfn">non-replaceable character data</cite></a></li> -<li><a href="syntax.html#syntax-charref_xref6"><cite class="index">Character references</cite> section</a></li> +<li><a href="syntax.html#syntax-charref_xref2"><cite class="index">Attributes</cite> section</a></li> +<li><a href="syntax.html#syntax-charref_xref3"><cite class="index">Text and character data</cite> section</a></li> +<li><a href="syntax.html#syntax-charref_xref4"><cite class="index">Text and character data</cite> section: <cite class="index-dfn">normal character data</cite></a></li> +<li><a href="syntax.html#syntax-charref_xref5"><cite class="index">Text and character data</cite> section: <cite class="index-dfn">replaceable character data</cite></a></li> +<li><a href="syntax.html#syntax-charref_xref6"><cite class="index">Text and character data</cite> section: <cite class="index-dfn">non-replaceable character data</cite></a></li> +<li><a href="syntax.html#syntax-charref_xref7"><cite class="index">Character references</cite> section</a></li> +<li><a href="datatypes.html#syntax-charref_xref8"><cite class="index">string</cite> data type</a></li> </ul> </div> <div class="index-entry" id="refsCharacterSets_index"> @@ -480,7 +485,8 @@ <p class="index-term">double-quoted attribute value</p> <ul> <li><a href="syntax.html#attr-value-double-quoted"><cite class="index">Attributes</cite> section: <cite class="index-dfn">double-quoted attribute-value syntax</cite></a> <span class="index-notation">(defining instance)</span></li> -</ul><ul id="attr-value-double-quoted_index_items"><li><a href="datatypes.html#attr-value-double-quoted_xref1"><cite class="index">string</cite> data type</a></li> +</ul><ul id="attr-value-double-quoted_index_items"><li><a href="syntax.html#attr-value-double-quoted_xref1"><cite class="index">Attributes</cite> section</a></li> +<li><a href="datatypes.html#attr-value-double-quoted_xref2"><cite class="index">string</cite> data type</a></li> </ul> </div> <div class="index-entry" id="syntax-attr-double-quoted_index"> @@ -524,135 +530,136 @@ <ul> <li><a href="syntax.html#syntax-attr-empty"><cite class="index">Attributes</cite> section: <cite class="index-dfn">empty attribute syntax</cite></a> <span class="index-notation">(defining instance)</span></li> </ul><ul id="syntax-attr-empty_index_items"><li><a href="syntax.html#syntax-attr-empty_xref1"><cite class="index">Attributes</cite> section</a></li> -<li><a href="audio.html#syntax-attr-empty_xref2"><span class="element">audio</span> element: <span class="attribute-name">autoplay</span> attribute</a></li> -<li><a href="audio.html#syntax-attr-empty_xref3"><span class="element">audio</span> element: <span class="attribute-name">preload</span> attribute</a></li> -<li><a href="audio.html#syntax-attr-empty_xref4"><span class="element">audio</span> element: <span class="attribute-name">controls</span> attribute</a></li> -<li><a href="audio.html#syntax-attr-empty_xref5"><span class="element">audio</span> element: <span class="attribute-name">loop</span> attribute</a></li> -<li><a href="button.submit.html#syntax-attr-empty_xref6"><span class="element">button</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">submit</span></span> element: <span class="attribute-name">disabled</span> attribute</a></li> -<li><a href="button.submit.html#syntax-attr-empty_xref7"><span class="element">button</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">submit</span></span> element: <span class="attribute-name">autofocus</span> attribute</a></li> -<li><a href="button.submit.html#syntax-attr-empty_xref8"><span class="element">button</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">submit</span></span> element: <span class="attribute-name">formnovalidate</span> attribute</a></li> -<li><a href="button.reset.html#syntax-attr-empty_xref9"><span class="element">button</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">reset</span></span> element: <span class="attribute-name">disabled</span> attribute</a></li> -<li><a href="button.reset.html#syntax-attr-empty_xref10"><span class="element">button</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">reset</span></span> element: <span class="attribute-name">autofocus</span> attribute</a></li> -<li><a href="button.button.html#syntax-attr-empty_xref11"><span class="element">button</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">button</span></span> element: <span class="attribute-name">disabled</span> attribute</a></li> -<li><a href="button.button.html#syntax-attr-empty_xref12"><span class="element">button</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">button</span></span> element: <span class="attribute-name">autofocus</span> attribute</a></li> -<li><a href="command.command.html#syntax-attr-empty_xref13"><span class="element">command</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">command</span></span> element: <span class="attribute-name">disabled</span> attribute</a></li> -<li><a href="command.radio.html#syntax-attr-empty_xref14"><span class="element">command</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">radio</span></span> element: <span class="attribute-name">checked</span> attribute</a></li> -<li><a href="command.radio.html#syntax-attr-empty_xref15"><span class="element">command</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">radio</span></span> element: <span class="attribute-name">disabled</span> attribute</a></li> -<li><a href="command.checkbox.html#syntax-attr-empty_xref16"><span class="element">command</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">checkbox</span></span> element: <span class="attribute-name">checked</span> attribute</a></li> -<li><a href="command.checkbox.html#syntax-attr-empty_xref17"><span class="element">command</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">checkbox</span></span> element: <span class="attribute-name">disabled</span> attribute</a></li> -<li><a href="details.html#syntax-attr-empty_xref18"><span class="element">details</span> element: <span class="attribute-name">open</span> attribute</a></li> -<li><a href="fieldset.html#syntax-attr-empty_xref19"><span class="element">fieldset</span> element: <span class="attribute-name">disabled</span> attribute</a></li> -<li><a href="form.html#syntax-attr-empty_xref20"><span class="element">form</span> element: <span class="attribute-name">novalidate</span> attribute</a></li> -<li><a href="iframe.html#syntax-attr-empty_xref21"><span class="element">iframe</span> element: <span class="attribute-name">sandbox</span> attribute</a></li> -<li><a href="iframe.html#syntax-attr-empty_xref22"><span class="element">iframe</span> element: <span class="attribute-name">seamless</span> attribute</a></li> -<li><a href="img.html#syntax-attr-empty_xref23"><span class="element">img</span> element: <span class="attribute-name">ismap</span> attribute</a></li> -<li><a href="input.text.html#syntax-attr-empty_xref24"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">text</span></span> element: <span class="attribute-name">disabled</span> attribute</a></li> -<li><a href="input.text.html#syntax-attr-empty_xref25"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">text</span></span> element: <span class="attribute-name">readonly</span> attribute</a></li> -<li><a href="input.text.html#syntax-attr-empty_xref26"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">text</span></span> element: <span class="attribute-name">autofocus</span> attribute</a></li> -<li><a href="input.text.html#syntax-attr-empty_xref27"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">text</span></span> element: <span class="attribute-name">required</span> attribute</a></li> -<li><a href="input.password.html#syntax-attr-empty_xref28"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">password</span></span> element: <span class="attribute-name">disabled</span> attribute</a></li> -<li><a href="input.password.html#syntax-attr-empty_xref29"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">password</span></span> element: <span class="attribute-name">readonly</span> attribute</a></li> -<li><a href="input.password.html#syntax-attr-empty_xref30"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">password</span></span> element: <span class="attribute-name">autofocus</span> attribute</a></li> -<li><a href="input.password.html#syntax-attr-empty_xref31"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">password</span></span> element: <span class="attribute-name">required</span> attribute</a></li> -<li><a href="input.checkbox.html#syntax-attr-empty_xref32"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">checkbox</span></span> element: <span class="attribute-name">disabled</span> attribute</a></li> -<li><a href="input.checkbox.html#syntax-attr-empty_xref33"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">checkbox</span></span> element: <span class="attribute-name">checked</span> attribute</a></li> -<li><a href="input.checkbox.html#syntax-attr-empty_xref34"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">checkbox</span></span> element: <span class="attribute-name">autofocus</span> attribute</a></li> -<li><a href="input.checkbox.html#syntax-attr-empty_xref35"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">checkbox</span></span> element: <span class="attribute-name">required</span> attribute</a></li> -<li><a href="input.radio.html#syntax-attr-empty_xref36"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">radio</span></span> element: <span class="attribute-name">disabled</span> attribute</a></li> -<li><a href="input.radio.html#syntax-attr-empty_xref37"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">radio</span></span> element: <span class="attribute-name">checked</span> attribute</a></li> -<li><a href="input.radio.html#syntax-attr-empty_xref38"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">radio</span></span> element: <span class="attribute-name">autofocus</span> attribute</a></li> -<li><a href="input.radio.html#syntax-attr-empty_xref39"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">radio</span></span> element: <span class="attribute-name">required</span> attribute</a></li> -<li><a href="input.button.html#syntax-attr-empty_xref40"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">button</span></span> element: <span class="attribute-name">disabled</span> attribute</a></li> -<li><a href="input.button.html#syntax-attr-empty_xref41"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">button</span></span> element: <span class="attribute-name">autofocus</span> attribute</a></li> -<li><a href="input.submit.html#syntax-attr-empty_xref42"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">submit</span></span> element: <span class="attribute-name">disabled</span> attribute</a></li> -<li><a href="input.submit.html#syntax-attr-empty_xref43"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">submit</span></span> element: <span class="attribute-name">autofocus</span> attribute</a></li> -<li><a href="input.submit.html#syntax-attr-empty_xref44"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">submit</span></span> element: <span class="attribute-name">formnovalidate</span> attribute</a></li> -<li><a href="input.reset.html#syntax-attr-empty_xref45"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">reset</span></span> element: <span class="attribute-name">disabled</span> attribute</a></li> -<li><a href="input.reset.html#syntax-attr-empty_xref46"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">reset</span></span> element: <span class="attribute-name">autofocus</span> attribute</a></li> -<li><a href="input.file.html#syntax-attr-empty_xref47"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">file</span></span> element: <span class="attribute-name">disabled</span> attribute</a></li> -<li><a href="input.file.html#syntax-attr-empty_xref48"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">file</span></span> element: <span class="attribute-name">autofocus</span> attribute</a></li> -<li><a href="input.file.html#syntax-attr-empty_xref49"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">file</span></span> element: <span class="attribute-name">required</span> attribute</a></li> -<li><a href="input.file.html#syntax-attr-empty_xref50"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">file</span></span> element: <span class="attribute-name">multiple</span> attribute</a></li> -<li><a href="input.hidden.html#syntax-attr-empty_xref51"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">hidden</span></span> element: <span class="attribute-name">disabled</span> attribute</a></li> -<li><a href="input.image.html#syntax-attr-empty_xref52"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">image</span></span> element: <span class="attribute-name">disabled</span> attribute</a></li> -<li><a href="input.image.html#syntax-attr-empty_xref53"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">image</span></span> element: <span class="attribute-name">autofocus</span> attribute</a></li> -<li><a href="input.image.html#syntax-attr-empty_xref54"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">image</span></span> element: <span class="attribute-name">formnovalidate</span> attribute</a></li> -<li><a href="input.datetime.html#syntax-attr-empty_xref55"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">datetime</span></span> element: <span class="attribute-name">disabled</span> attribute</a></li> -<li><a href="input.datetime.html#syntax-attr-empty_xref56"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">datetime</span></span> element: <span class="attribute-name">autofocus</span> attribute</a></li> -<li><a href="input.datetime.html#syntax-attr-empty_xref57"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">datetime</span></span> element: <span class="attribute-name">readonly</span> attribute</a></li> -<li><a href="input.datetime.html#syntax-attr-empty_xref58"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">datetime</span></span> element: <span class="attribute-name">required</span> attribute</a></li> -<li><a href="input.datetime-local.html#syntax-attr-empty_xref59"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">datetime-local</span></span> element: <span class="attribute-name">disabled</span> attribute</a></li> -<li><a href="input.datetime-local.html#syntax-attr-empty_xref60"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">datetime-local</span></span> element: <span class="attribute-name">autofocus</span> attribute</a></li> -<li><a href="input.datetime-local.html#syntax-attr-empty_xref61"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">datetime-local</span></span> element: <span class="attribute-name">readonly</span> attribute</a></li> -<li><a href="input.datetime-local.html#syntax-attr-empty_xref62"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">datetime-local</span></span> element: <span class="attribute-name">required</span> attribute</a></li> -<li><a href="input.date.html#syntax-attr-empty_xref63"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">date</span></span> element: <span class="attribute-name">disabled</span> attribute</a></li> -<li><a href="input.date.html#syntax-attr-empty_xref64"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">date</span></span> element: <span class="attribute-name">autofocus</span> attribute</a></li> -<li><a href="input.date.html#syntax-attr-empty_xref65"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">date</span></span> element: <span class="attribute-name">readonly</span> attribute</a></li> -<li><a href="input.date.html#syntax-attr-empty_xref66"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">date</span></span> element: <span class="attribute-name">required</span> attribute</a></li> -<li><a href="input.month.html#syntax-attr-empty_xref67"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">month</span></span> element: <span class="attribute-name">disabled</span> attribute</a></li> -<li><a href="input.month.html#syntax-attr-empty_xref68"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">month</span></span> element: <span class="attribute-name">autofocus</span> attribute</a></li> -<li><a href="input.month.html#syntax-attr-empty_xref69"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">month</span></span> element: <span class="attribute-name">readonly</span> attribute</a></li> -<li><a href="input.month.html#syntax-attr-empty_xref70"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">month</span></span> element: <span class="attribute-name">required</span> attribute</a></li> -<li><a href="input.time.html#syntax-attr-empty_xref71"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">time</span></span> element: <span class="attribute-name">disabled</span> attribute</a></li> -<li><a href="input.time.html#syntax-attr-empty_xref72"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">time</span></span> element: <span class="attribute-name">autofocus</span> attribute</a></li> -<li><a href="input.time.html#syntax-attr-empty_xref73"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">time</span></span> element: <span class="attribute-name">readonly</span> attribute</a></li> -<li><a href="input.time.html#syntax-attr-empty_xref74"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">time</span></span> element: <span class="attribute-name">required</span> attribute</a></li> -<li><a href="input.week.html#syntax-attr-empty_xref75"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">week</span></span> element: <span class="attribute-name">disabled</span> attribute</a></li> -<li><a href="input.week.html#syntax-attr-empty_xref76"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">week</span></span> element: <span class="attribute-name">autofocus</span> attribute</a></li> -<li><a href="input.week.html#syntax-attr-empty_xref77"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">week</span></span> element: <span class="attribute-name">readonly</span> attribute</a></li> -<li><a href="input.week.html#syntax-attr-empty_xref78"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">week</span></span> element: <span class="attribute-name">required</span> attribute</a></li> -<li><a href="input.number.html#syntax-attr-empty_xref79"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">number</span></span> element: <span class="attribute-name">disabled</span> attribute</a></li> -<li><a href="input.number.html#syntax-attr-empty_xref80"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">number</span></span> element: <span class="attribute-name">autofocus</span> attribute</a></li> -<li><a href="input.number.html#syntax-attr-empty_xref81"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">number</span></span> element: <span class="attribute-name">readonly</span> attribute</a></li> -<li><a href="input.number.html#syntax-attr-empty_xref82"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">number</span></span> element: <span class="attribute-name">required</span> attribute</a></li> -<li><a href="input.range.html#syntax-attr-empty_xref83"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">range</span></span> element: <span class="attribute-name">disabled</span> attribute</a></li> -<li><a href="input.range.html#syntax-attr-empty_xref84"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">range</span></span> element: <span class="attribute-name">autofocus</span> attribute</a></li> -<li><a href="input.email.html#syntax-attr-empty_xref85"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">email</span></span> element: <span class="attribute-name">disabled</span> attribute</a></li> -<li><a href="input.email.html#syntax-attr-empty_xref86"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">email</span></span> element: <span class="attribute-name">autofocus</span> attribute</a></li> -<li><a href="input.email.html#syntax-attr-empty_xref87"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">email</span></span> element: <span class="attribute-name">readonly</span> attribute</a></li> -<li><a href="input.email.html#syntax-attr-empty_xref88"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">email</span></span> element: <span class="attribute-name">required</span> attribute</a></li> -<li><a href="input.email.html#syntax-attr-empty_xref89"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">email</span></span> element: <span class="attribute-name">multiple</span> attribute</a></li> -<li><a href="input.url.html#syntax-attr-empty_xref90"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">url</span></span> element: <span class="attribute-name">disabled</span> attribute</a></li> -<li><a href="input.url.html#syntax-attr-empty_xref91"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">url</span></span> element: <span class="attribute-name">autofocus</span> attribute</a></li> -<li><a href="input.url.html#syntax-attr-empty_xref92"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">url</span></span> element: <span class="attribute-name">readonly</span> attribute</a></li> -<li><a href="input.url.html#syntax-attr-empty_xref93"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">url</span></span> element: <span class="attribute-name">required</span> attribute</a></li> -<li><a href="input.search.html#syntax-attr-empty_xref94"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">search</span></span> element: <span class="attribute-name">disabled</span> attribute</a></li> -<li><a href="input.search.html#syntax-attr-empty_xref95"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">search</span></span> element: <span class="attribute-name">autofocus</span> attribute</a></li> -<li><a href="input.search.html#syntax-attr-empty_xref96"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">search</span></span> element: <span class="attribute-name">readonly</span> attribute</a></li> -<li><a href="input.search.html#syntax-attr-empty_xref97"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">search</span></span> element: <span class="attribute-name">required</span> attribute</a></li> -<li><a href="input.tel.html#syntax-attr-empty_xref98"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">tel</span></span> element: <span class="attribute-name">disabled</span> attribute</a></li> -<li><a href="input.tel.html#syntax-attr-empty_xref99"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">tel</span></span> element: <span class="attribute-name">autofocus</span> attribute</a></li> -<li><a href="input.tel.html#syntax-attr-empty_xref100"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">tel</span></span> element: <span class="attribute-name">readonly</span> attribute</a></li> -<li><a href="input.tel.html#syntax-attr-empty_xref101"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">tel</span></span> element: <span class="attribute-name">required</span> attribute</a></li> -<li><a href="input.color.html#syntax-attr-empty_xref102"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">color</span></span> element: <span class="attribute-name">disabled</span> attribute</a></li> -<li><a href="input.color.html#syntax-attr-empty_xref103"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">color</span></span> element: <span class="attribute-name">autofocus</span> attribute</a></li> -<li><a href="keygen.html#syntax-attr-empty_xref104"><span class="element">keygen</span> element: <span class="attribute-name">autofocus</span> attribute</a></li> -<li><a href="keygen.html#syntax-attr-empty_xref105"><span class="element">keygen</span> element: <span class="attribute-name">disabled</span> attribute</a></li> -<li><a href="ol.html#syntax-attr-empty_xref106"><span class="element">ol</span> element: <span class="attribute-name">reversed</span> attribute</a></li> -<li><a href="optgroup.html#syntax-attr-empty_xref107"><span class="element">optgroup</span> element: <span class="attribute-name">disabled</span> attribute</a></li> -<li><a href="option.html#syntax-attr-empty_xref108"><span class="element">option</span> element: <span class="attribute-name">disabled</span> attribute</a></li> -<li><a href="option.html#syntax-attr-empty_xref109"><span class="element">option</span> element: <span class="attribute-name">selected</span> attribute</a></li> -<li><a href="script.html#syntax-attr-empty_xref110"><span class="element">script</span> element: <span class="attribute-name">defer</span> attribute</a></li> -<li><a href="script.html#syntax-attr-empty_xref111"><span class="element">script</span> element: <span class="attribute-name">async</span> attribute</a></li> -<li><a href="select.html#syntax-attr-empty_xref112"><span class="element">select</span> element: <span class="attribute-name">disabled</span> attribute</a></li> -<li><a href="select.html#syntax-attr-empty_xref113"><span class="element">select</span> element: <span class="attribute-name">multiple</span> attribute</a></li> -<li><a href="select.html#syntax-attr-empty_xref114"><span class="element">select</span> element: <span class="attribute-name">autofocus</span> attribute</a></li> -<li><a href="select.html#syntax-attr-empty_xref115"><span class="element">select</span> element: <span class="attribute-name">required</span> attribute</a></li> -<li><a href="style.html#syntax-attr-empty_xref116"><span class="element">style</span> element: <span class="attribute-name">scoped</span> attribute</a></li> -<li><a href="textarea.html#syntax-attr-empty_xref117"><span class="element">textarea</span> element: <span class="attribute-name">disabled</span> attribute</a></li> -<li><a href="textarea.html#syntax-attr-empty_xref118"><span class="element">textarea</span> element: <span class="attribute-name">readonly</span> attribute</a></li> -<li><a href="textarea.html#syntax-attr-empty_xref119"><span class="element">textarea</span> element: <span class="attribute-name">autofocus</span> attribute</a></li> -<li><a href="textarea.html#syntax-attr-empty_xref120"><span class="element">textarea</span> element: <span class="attribute-name">required</span> attribute</a></li> -<li><a href="time.html#syntax-attr-empty_xref121"><span class="element">time</span> element: <span class="attribute-name">pubdate</span> attribute</a></li> -<li><a href="track.html#syntax-attr-empty_xref122"><span class="element">track</span> element: <span class="attribute-name">default</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="video.html#syntax-attr-empty_xref127"><span class="element">video</span> element: <span class="attribute-name">muted</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">contenteditable</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">hidden</span> attribute</a></li> -<li><a href="global-attributes.html#syntax-attr-empty_xref130"><cite class="index">Core attributes</cite> section: <span class="attribute-name">spellcheck</span> attribute</a></li> +<li><a href="syntax.html#syntax-attr-empty_xref2"><cite class="index">Attributes</cite> section: <cite class="index-dfn">empty attribute syntax</cite></a></li> +<li><a href="audio.html#syntax-attr-empty_xref3"><span class="element">audio</span> element: <span class="attribute-name">autoplay</span> attribute</a></li> +<li><a href="audio.html#syntax-attr-empty_xref4"><span class="element">audio</span> element: <span class="attribute-name">preload</span> attribute</a></li> +<li><a href="audio.html#syntax-attr-empty_xref5"><span class="element">audio</span> element: <span class="attribute-name">controls</span> attribute</a></li> +<li><a href="audio.html#syntax-attr-empty_xref6"><span class="element">audio</span> element: <span class="attribute-name">loop</span> attribute</a></li> +<li><a href="button.submit.html#syntax-attr-empty_xref7"><span class="element">button</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">submit</span></span> element: <span class="attribute-name">disabled</span> attribute</a></li> +<li><a href="button.submit.html#syntax-attr-empty_xref8"><span class="element">button</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">submit</span></span> element: <span class="attribute-name">autofocus</span> attribute</a></li> +<li><a href="button.submit.html#syntax-attr-empty_xref9"><span class="element">button</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">submit</span></span> element: <span class="attribute-name">formnovalidate</span> attribute</a></li> +<li><a href="button.reset.html#syntax-attr-empty_xref10"><span class="element">button</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">reset</span></span> element: <span class="attribute-name">disabled</span> attribute</a></li> +<li><a href="button.reset.html#syntax-attr-empty_xref11"><span class="element">button</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">reset</span></span> element: <span class="attribute-name">autofocus</span> attribute</a></li> +<li><a href="button.button.html#syntax-attr-empty_xref12"><span class="element">button</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">button</span></span> element: <span class="attribute-name">disabled</span> attribute</a></li> +<li><a href="button.button.html#syntax-attr-empty_xref13"><span class="element">button</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">button</span></span> element: <span class="attribute-name">autofocus</span> attribute</a></li> +<li><a href="command.command.html#syntax-attr-empty_xref14"><span class="element">command</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">command</span></span> element: <span class="attribute-name">disabled</span> attribute</a></li> +<li><a href="command.radio.html#syntax-attr-empty_xref15"><span class="element">command</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">radio</span></span> element: <span class="attribute-name">checked</span> attribute</a></li> +<li><a href="command.radio.html#syntax-attr-empty_xref16"><span class="element">command</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">radio</span></span> element: <span class="attribute-name">disabled</span> attribute</a></li> +<li><a href="command.checkbox.html#syntax-attr-empty_xref17"><span class="element">command</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">checkbox</span></span> element: <span class="attribute-name">checked</span> attribute</a></li> +<li><a href="command.checkbox.html#syntax-attr-empty_xref18"><span class="element">command</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">checkbox</span></span> element: <span class="attribute-name">disabled</span> attribute</a></li> +<li><a href="details.html#syntax-attr-empty_xref19"><span class="element">details</span> element: <span class="attribute-name">open</span> attribute</a></li> +<li><a href="fieldset.html#syntax-attr-empty_xref20"><span class="element">fieldset</span> element: <span class="attribute-name">disabled</span> attribute</a></li> +<li><a href="form.html#syntax-attr-empty_xref21"><span class="element">form</span> element: <span class="attribute-name">novalidate</span> attribute</a></li> +<li><a href="iframe.html#syntax-attr-empty_xref22"><span class="element">iframe</span> element: <span class="attribute-name">sandbox</span> attribute</a></li> +<li><a href="iframe.html#syntax-attr-empty_xref23"><span class="element">iframe</span> element: <span class="attribute-name">seamless</span> attribute</a></li> +<li><a href="img.html#syntax-attr-empty_xref24"><span class="element">img</span> element: <span class="attribute-name">ismap</span> attribute</a></li> +<li><a href="input.text.html#syntax-attr-empty_xref25"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">text</span></span> element: <span class="attribute-name">disabled</span> attribute</a></li> +<li><a href="input.text.html#syntax-attr-empty_xref26"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">text</span></span> element: <span class="attribute-name">readonly</span> attribute</a></li> +<li><a href="input.text.html#syntax-attr-empty_xref27"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">text</span></span> element: <span class="attribute-name">autofocus</span> attribute</a></li> +<li><a href="input.text.html#syntax-attr-empty_xref28"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">text</span></span> element: <span class="attribute-name">required</span> attribute</a></li> +<li><a href="input.password.html#syntax-attr-empty_xref29"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">password</span></span> element: <span class="attribute-name">disabled</span> attribute</a></li> +<li><a href="input.password.html#syntax-attr-empty_xref30"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">password</span></span> element: <span class="attribute-name">readonly</span> attribute</a></li> +<li><a href="input.password.html#syntax-attr-empty_xref31"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">password</span></span> element: <span class="attribute-name">autofocus</span> attribute</a></li> +<li><a href="input.password.html#syntax-attr-empty_xref32"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">password</span></span> element: <span class="attribute-name">required</span> attribute</a></li> +<li><a href="input.checkbox.html#syntax-attr-empty_xref33"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">checkbox</span></span> element: <span class="attribute-name">disabled</span> attribute</a></li> +<li><a href="input.checkbox.html#syntax-attr-empty_xref34"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">checkbox</span></span> element: <span class="attribute-name">checked</span> attribute</a></li> +<li><a href="input.checkbox.html#syntax-attr-empty_xref35"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">checkbox</span></span> element: <span class="attribute-name">autofocus</span> attribute</a></li> +<li><a href="input.checkbox.html#syntax-attr-empty_xref36"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">checkbox</span></span> element: <span class="attribute-name">required</span> attribute</a></li> +<li><a href="input.radio.html#syntax-attr-empty_xref37"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">radio</span></span> element: <span class="attribute-name">disabled</span> attribute</a></li> +<li><a href="input.radio.html#syntax-attr-empty_xref38"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">radio</span></span> element: <span class="attribute-name">checked</span> attribute</a></li> +<li><a href="input.radio.html#syntax-attr-empty_xref39"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">radio</span></span> element: <span class="attribute-name">autofocus</span> attribute</a></li> +<li><a href="input.radio.html#syntax-attr-empty_xref40"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">radio</span></span> element: <span class="attribute-name">required</span> attribute</a></li> +<li><a href="input.button.html#syntax-attr-empty_xref41"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">button</span></span> element: <span class="attribute-name">disabled</span> attribute</a></li> +<li><a href="input.button.html#syntax-attr-empty_xref42"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">button</span></span> element: <span class="attribute-name">autofocus</span> attribute</a></li> +<li><a href="input.submit.html#syntax-attr-empty_xref43"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">submit</span></span> element: <span class="attribute-name">disabled</span> attribute</a></li> +<li><a href="input.submit.html#syntax-attr-empty_xref44"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">submit</span></span> element: <span class="attribute-name">autofocus</span> attribute</a></li> +<li><a href="input.submit.html#syntax-attr-empty_xref45"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">submit</span></span> element: <span class="attribute-name">formnovalidate</span> attribute</a></li> +<li><a href="input.reset.html#syntax-attr-empty_xref46"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">reset</span></span> element: <span class="attribute-name">disabled</span> attribute</a></li> +<li><a href="input.reset.html#syntax-attr-empty_xref47"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">reset</span></span> element: <span class="attribute-name">autofocus</span> attribute</a></li> +<li><a href="input.file.html#syntax-attr-empty_xref48"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">file</span></span> element: <span class="attribute-name">disabled</span> attribute</a></li> +<li><a href="input.file.html#syntax-attr-empty_xref49"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">file</span></span> element: <span class="attribute-name">autofocus</span> attribute</a></li> +<li><a href="input.file.html#syntax-attr-empty_xref50"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">file</span></span> element: <span class="attribute-name">required</span> attribute</a></li> +<li><a href="input.file.html#syntax-attr-empty_xref51"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">file</span></span> element: <span class="attribute-name">multiple</span> attribute</a></li> +<li><a href="input.hidden.html#syntax-attr-empty_xref52"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">hidden</span></span> element: <span class="attribute-name">disabled</span> attribute</a></li> +<li><a href="input.image.html#syntax-attr-empty_xref53"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">image</span></span> element: <span class="attribute-name">disabled</span> attribute</a></li> +<li><a href="input.image.html#syntax-attr-empty_xref54"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">image</span></span> element: <span class="attribute-name">autofocus</span> attribute</a></li> +<li><a href="input.image.html#syntax-attr-empty_xref55"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">image</span></span> element: <span class="attribute-name">formnovalidate</span> attribute</a></li> +<li><a href="input.datetime.html#syntax-attr-empty_xref56"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">datetime</span></span> element: <span class="attribute-name">disabled</span> attribute</a></li> +<li><a href="input.datetime.html#syntax-attr-empty_xref57"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">datetime</span></span> element: <span class="attribute-name">autofocus</span> attribute</a></li> +<li><a href="input.datetime.html#syntax-attr-empty_xref58"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">datetime</span></span> element: <span class="attribute-name">readonly</span> attribute</a></li> +<li><a href="input.datetime.html#syntax-attr-empty_xref59"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">datetime</span></span> element: <span class="attribute-name">required</span> attribute</a></li> +<li><a href="input.datetime-local.html#syntax-attr-empty_xref60"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">datetime-local</span></span> element: <span class="attribute-name">disabled</span> attribute</a></li> +<li><a href="input.datetime-local.html#syntax-attr-empty_xref61"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">datetime-local</span></span> element: <span class="attribute-name">autofocus</span> attribute</a></li> +<li><a href="input.datetime-local.html#syntax-attr-empty_xref62"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">datetime-local</span></span> element: <span class="attribute-name">readonly</span> attribute</a></li> +<li><a href="input.datetime-local.html#syntax-attr-empty_xref63"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">datetime-local</span></span> element: <span class="attribute-name">required</span> attribute</a></li> +<li><a href="input.date.html#syntax-attr-empty_xref64"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">date</span></span> element: <span class="attribute-name">disabled</span> attribute</a></li> +<li><a href="input.date.html#syntax-attr-empty_xref65"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">date</span></span> element: <span class="attribute-name">autofocus</span> attribute</a></li> +<li><a href="input.date.html#syntax-attr-empty_xref66"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">date</span></span> element: <span class="attribute-name">readonly</span> attribute</a></li> +<li><a href="input.date.html#syntax-attr-empty_xref67"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">date</span></span> element: <span class="attribute-name">required</span> attribute</a></li> +<li><a href="input.month.html#syntax-attr-empty_xref68"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">month</span></span> element: <span class="attribute-name">disabled</span> attribute</a></li> +<li><a href="input.month.html#syntax-attr-empty_xref69"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">month</span></span> element: <span class="attribute-name">autofocus</span> attribute</a></li> +<li><a href="input.month.html#syntax-attr-empty_xref70"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">month</span></span> element: <span class="attribute-name">readonly</span> attribute</a></li> +<li><a href="input.month.html#syntax-attr-empty_xref71"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">month</span></span> element: <span class="attribute-name">required</span> attribute</a></li> +<li><a href="input.time.html#syntax-attr-empty_xref72"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">time</span></span> element: <span class="attribute-name">disabled</span> attribute</a></li> +<li><a href="input.time.html#syntax-attr-empty_xref73"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">time</span></span> element: <span class="attribute-name">autofocus</span> attribute</a></li> +<li><a href="input.time.html#syntax-attr-empty_xref74"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">time</span></span> element: <span class="attribute-name">readonly</span> attribute</a></li> +<li><a href="input.time.html#syntax-attr-empty_xref75"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">time</span></span> element: <span class="attribute-name">required</span> attribute</a></li> +<li><a href="input.week.html#syntax-attr-empty_xref76"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">week</span></span> element: <span class="attribute-name">disabled</span> attribute</a></li> +<li><a href="input.week.html#syntax-attr-empty_xref77"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">week</span></span> element: <span class="attribute-name">autofocus</span> attribute</a></li> +<li><a href="input.week.html#syntax-attr-empty_xref78"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">week</span></span> element: <span class="attribute-name">readonly</span> attribute</a></li> +<li><a href="input.week.html#syntax-attr-empty_xref79"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">week</span></span> element: <span class="attribute-name">required</span> attribute</a></li> +<li><a href="input.number.html#syntax-attr-empty_xref80"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">number</span></span> element: <span class="attribute-name">disabled</span> attribute</a></li> +<li><a href="input.number.html#syntax-attr-empty_xref81"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">number</span></span> element: <span class="attribute-name">autofocus</span> attribute</a></li> +<li><a href="input.number.html#syntax-attr-empty_xref82"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">number</span></span> element: <span class="attribute-name">readonly</span> attribute</a></li> +<li><a href="input.number.html#syntax-attr-empty_xref83"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">number</span></span> element: <span class="attribute-name">required</span> attribute</a></li> +<li><a href="input.range.html#syntax-attr-empty_xref84"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">range</span></span> element: <span class="attribute-name">disabled</span> attribute</a></li> +<li><a href="input.range.html#syntax-attr-empty_xref85"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">range</span></span> element: <span class="attribute-name">autofocus</span> attribute</a></li> +<li><a href="input.email.html#syntax-attr-empty_xref86"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">email</span></span> element: <span class="attribute-name">disabled</span> attribute</a></li> +<li><a href="input.email.html#syntax-attr-empty_xref87"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">email</span></span> element: <span class="attribute-name">autofocus</span> attribute</a></li> +<li><a href="input.email.html#syntax-attr-empty_xref88"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">email</span></span> element: <span class="attribute-name">readonly</span> attribute</a></li> +<li><a href="input.email.html#syntax-attr-empty_xref89"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">email</span></span> element: <span class="attribute-name">required</span> attribute</a></li> +<li><a href="input.email.html#syntax-attr-empty_xref90"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">email</span></span> element: <span class="attribute-name">multiple</span> attribute</a></li> +<li><a href="input.url.html#syntax-attr-empty_xref91"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">url</span></span> element: <span class="attribute-name">disabled</span> attribute</a></li> +<li><a href="input.url.html#syntax-attr-empty_xref92"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">url</span></span> element: <span class="attribute-name">autofocus</span> attribute</a></li> +<li><a href="input.url.html#syntax-attr-empty_xref93"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">url</span></span> element: <span class="attribute-name">readonly</span> attribute</a></li> +<li><a href="input.url.html#syntax-attr-empty_xref94"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">url</span></span> element: <span class="attribute-name">required</span> attribute</a></li> +<li><a href="input.search.html#syntax-attr-empty_xref95"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">search</span></span> element: <span class="attribute-name">disabled</span> attribute</a></li> +<li><a href="input.search.html#syntax-attr-empty_xref96"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">search</span></span> element: <span class="attribute-name">autofocus</span> attribute</a></li> +<li><a href="input.search.html#syntax-attr-empty_xref97"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">search</span></span> element: <span class="attribute-name">readonly</span> attribute</a></li> +<li><a href="input.search.html#syntax-attr-empty_xref98"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">search</span></span> element: <span class="attribute-name">required</span> attribute</a></li> +<li><a href="input.tel.html#syntax-attr-empty_xref99"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">tel</span></span> element: <span class="attribute-name">disabled</span> attribute</a></li> +<li><a href="input.tel.html#syntax-attr-empty_xref100"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">tel</span></span> element: <span class="attribute-name">autofocus</span> attribute</a></li> +<li><a href="input.tel.html#syntax-attr-empty_xref101"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">tel</span></span> element: <span class="attribute-name">readonly</span> attribute</a></li> +<li><a href="input.tel.html#syntax-attr-empty_xref102"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">tel</span></span> element: <span class="attribute-name">required</span> attribute</a></li> +<li><a href="input.color.html#syntax-attr-empty_xref103"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">color</span></span> element: <span class="attribute-name">disabled</span> attribute</a></li> +<li><a href="input.color.html#syntax-attr-empty_xref104"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">color</span></span> element: <span class="attribute-name">autofocus</span> attribute</a></li> +<li><a href="keygen.html#syntax-attr-empty_xref105"><span class="element">keygen</span> element: <span class="attribute-name">autofocus</span> attribute</a></li> +<li><a href="keygen.html#syntax-attr-empty_xref106"><span class="element">keygen</span> element: <span class="attribute-name">disabled</span> attribute</a></li> +<li><a href="ol.html#syntax-attr-empty_xref107"><span class="element">ol</span> element: <span class="attribute-name">reversed</span> attribute</a></li> +<li><a href="optgroup.html#syntax-attr-empty_xref108"><span class="element">optgroup</span> element: <span class="attribute-name">disabled</span> attribute</a></li> +<li><a href="option.html#syntax-attr-empty_xref109"><span class="element">option</span> element: <span class="attribute-name">disabled</span> attribute</a></li> +<li><a href="option.html#syntax-attr-empty_xref110"><span class="element">option</span> element: <span class="attribute-name">selected</span> attribute</a></li> +<li><a href="script.html#syntax-attr-empty_xref111"><span class="element">script</span> element: <span class="attribute-name">defer</span> attribute</a></li> +<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="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="track.html#syntax-attr-empty_xref123"><span class="element">track</span> element: <span class="attribute-name">default</span> attribute</a></li> +<li><a href="video.html#syntax-attr-empty_xref124"><span class="element">video</span> element: <span class="attribute-name">autoplay</span> attribute</a></li> +<li><a href="video.html#syntax-attr-empty_xref125"><span class="element">video</span> element: <span class="attribute-name">preload</span> attribute</a></li> +<li><a href="video.html#syntax-attr-empty_xref126"><span class="element">video</span> element: <span class="attribute-name">controls</span> attribute</a></li> +<li><a href="video.html#syntax-attr-empty_xref127"><span class="element">video</span> element: <span class="attribute-name">loop</span> attribute</a></li> +<li><a href="video.html#syntax-attr-empty_xref128"><span class="element">video</span> element: <span class="attribute-name">muted</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">contenteditable</span> attribute</a></li> +<li><a href="global-attributes.html#syntax-attr-empty_xref130"><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_xref131"><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"> @@ -1322,15 +1329,10 @@ <li><a href="syntax.html#normal-character-data"><cite class="index">Text and character data</cite> section: <cite class="index-dfn">normal character data</cite></a> <span class="index-notation">(defining instance)</span></li> </ul><ul id="normal-character-data_index_items"><li><a href="terminology.html#normal-character-data_xref1"><cite class="index">Terminology</cite> section: <cite class="index-dfn">flow content</cite></a></li> <li><a href="terminology.html#normal-character-data_xref2"><cite class="index">Terminology</cite> section: <cite class="index-dfn">phrasing content</cite></a></li> -<li><a href="syntax.html#normal-character-data_xref3"><cite class="index">Attributes</cite> section</a></li> -<li><a href="syntax.html#normal-character-data_xref4"><cite class="index">Text and character data</cite> section</a></li> -<li><a href="syntax.html#normal-character-data_xref5"><cite class="index">SVG and MathML elements in HTML documents</cite> section</a></li> -<li><a href="area.html#normal-character-data_xref6"><span class="element">area</span> element: <span class="attribute-name">alt</span> attribute</a></li> -<li><a href="iframe.html#normal-character-data_xref7"><span class="element">iframe</span> element: <cite class="index">Permitted contents</cite></a></li> -<li><a href="img.html#normal-character-data_xref8"><span class="element">img</span> element: <span class="attribute-name">alt</span> attribute</a></li> -<li><a href="option.html#normal-character-data_xref9"><span class="element">option</span> element: <cite class="index">Permitted contents</cite></a></li> -<li><a href="global-attributes.html#normal-character-data_xref10"><cite class="index">Core attributes</cite> section: <span class="attribute-name">title</span> attribute</a></li> -<li><a href="datatypes.html#normal-character-data_xref11"><cite class="index">string</cite> data type</a></li> +<li><a href="syntax.html#normal-character-data_xref3"><cite class="index">Text and character data</cite> section</a></li> +<li><a href="syntax.html#normal-character-data_xref4"><cite class="index">SVG and MathML elements in HTML documents</cite> section</a></li> +<li><a href="iframe.html#normal-character-data_xref5"><span class="element">iframe</span> element: <cite class="index">Permitted contents</cite></a></li> +<li><a href="option.html#normal-character-data_xref6"><span class="element">option</span> element: <cite class="index">Permitted contents</cite></a></li> </ul> </div> <div class="index-entry" id="normal-doctype_index"> @@ -1644,7 +1646,8 @@ <p class="index-term">single-quoted attribute value</p> <ul> <li><a href="syntax.html#attr-value-single-quoted"><cite class="index">Attributes</cite> section: <cite class="index-dfn">single-quoted attribute-value syntax</cite></a> <span class="index-notation">(defining instance)</span></li> -</ul><ul id="attr-value-single-quoted_index_items"><li><a href="datatypes.html#attr-value-single-quoted_xref1"><cite class="index">string</cite> data type</a></li> +</ul><ul id="attr-value-single-quoted_index_items"><li><a href="syntax.html#attr-value-single-quoted_xref1"><cite class="index">Attributes</cite> section</a></li> +<li><a href="datatypes.html#attr-value-single-quoted_xref2"><cite class="index">string</cite> data type</a></li> </ul> </div> <div class="index-entry" id="syntax-attr-single-quoted_index"> @@ -1849,13 +1852,15 @@ <p class="index-term">text</p> <ul> <li><a href="syntax.html#syntax-text"><cite class="index">Text and character data</cite> section</a> <span class="index-notation">(defining instance)</span></li> -</ul><ul id="syntax-text_index_items"><li><a href="syntax.html#syntax-text_xref1"><cite class="index">Text and character data</cite> section</a></li> -<li><a href="syntax.html#syntax-text_xref2"><cite class="index">Text and character data</cite> section: <cite class="index-dfn">normal character data</cite></a></li> -<li><a href="syntax.html#syntax-text_xref3"><cite class="index">Text and character data</cite> section: <cite class="index-dfn">replaceable character data</cite></a></li> -<li><a href="syntax.html#syntax-text_xref4"><cite class="index">Text and character data</cite> section: <cite class="index-dfn">non-replaceable character data</cite></a></li> -<li><a href="syntax.html#syntax-text_xref5"><cite class="index">Character references</cite> section</a><span class="index-counter"> [<a href="syntax.html#syntax-text_xref6">2</a>]</span><span class="index-counter"> [<a href="syntax.html#syntax-text_xref7">3</a>]</span></li> -<li><a href="syntax.html#syntax-text_xref8"><cite class="index">Comments</cite> section</a><span class="index-counter"> [<a href="syntax.html#syntax-text_xref9">2</a>]</span></li> -<li><a href="syntax.html#syntax-text_xref10"><cite class="index">CDATA sections in SVG and MathML contents</cite> section</a></li> +</ul><ul id="syntax-text_index_items"><li><a href="syntax.html#syntax-text_xref1"><cite class="index">Attributes</cite> section</a></li> +<li><a href="syntax.html#syntax-text_xref2"><cite class="index">Text and character data</cite> section</a></li> +<li><a href="syntax.html#syntax-text_xref3"><cite class="index">Text and character data</cite> section: <cite class="index-dfn">normal character data</cite></a></li> +<li><a href="syntax.html#syntax-text_xref4"><cite class="index">Text and character data</cite> section: <cite class="index-dfn">replaceable character data</cite></a></li> +<li><a href="syntax.html#syntax-text_xref5"><cite class="index">Text and character data</cite> section: <cite class="index-dfn">non-replaceable character data</cite></a></li> +<li><a href="syntax.html#syntax-text_xref6"><cite class="index">Character references</cite> section</a><span class="index-counter"> [<a href="syntax.html#syntax-text_xref7">2</a>]</span><span class="index-counter"> [<a href="syntax.html#syntax-text_xref8">3</a>]</span></li> +<li><a href="syntax.html#syntax-text_xref9"><cite class="index">Comments</cite> section</a><span class="index-counter"> [<a href="syntax.html#syntax-text_xref10">2</a>]</span></li> +<li><a href="syntax.html#syntax-text_xref11"><cite class="index">CDATA sections in SVG and MathML contents</cite> section</a></li> +<li><a href="datatypes.html#syntax-text_xref12"><cite class="index">string</cite> data type</a></li> </ul> </div> <div class="index-entry" id="text-content_index"> @@ -1936,7 +1941,8 @@ <p class="index-term">unquoted attribute value</p> <ul> <li><a href="syntax.html#attr-value-unquoted"><cite class="index">Attributes</cite> section: <cite class="index-dfn">unquoted attribute-value syntax</cite></a> <span class="index-notation">(defining instance)</span></li> -</ul><ul id="attr-value-unquoted_index_items"><li><a href="datatypes.html#attr-value-unquoted_xref1"><cite class="index">string</cite> data type</a></li> +</ul><ul id="attr-value-unquoted_index_items"><li><a href="syntax.html#attr-value-unquoted_xref1"><cite class="index">Attributes</cite> section</a></li> +<li><a href="datatypes.html#attr-value-unquoted_xref2"><cite class="index">string</cite> data type</a></li> </ul> </div> <div class="index-entry" id="syntax-attr-unquoted_index"> Index: index.html =================================================================== RCS file: /sources/public/html5/markup/index.html,v retrieving revision 1.34 retrieving revision 1.35 diff -u -d -r1.34 -r1.35 --- index.html 8 May 2011 12:43:50 -0000 1.34 +++ index.html 12 May 2011 07:23:48 -0000 1.35 @@ -15,7 +15,7 @@ <div><img src="HTML5_Badge_128.png" alt="5"></div> <h1>HTML: The Markup Language</h1> <h3 id="subtitle">An HTML language reference and front-end for the HTML specification</h3> -<h2>Unofficial Editor’s Draft <em>8 May 2011</em> +<h2>Unofficial Editor’s Draft <em>12 May 2011</em> </h2> <dl> <dt>Editors:</dt> @@ -70,7 +70,7 @@ <h2>Status of this Document </h2> <p> - This document is the 8 May 2011 Editor’s Draft of + This document is the 12 May 2011 Editor’s Draft of <cite>HTML: The Markup Language</cite>. If you’d like to comment on this document, the preferred Index: input.search.html =================================================================== RCS file: /sources/public/html5/markup/input.search.html,v retrieving revision 1.102 retrieving revision 1.103 diff -u -d -r1.102 -r1.103 --- input.search.html 8 May 2011 12:43:51 -0000 1.102 +++ input.search.html 12 May 2011 07:23:49 -0000 1.103 @@ -80,7 +80,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_xref94">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_xref95">empty</a> </span> <a class="hash" href="input.search.html#input.search.attrs.disabled">#</a> </dt> @@ -127,7 +127,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_xref95">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_xref96">empty</a> </span> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span> <a class="hash" href="input.search.html#input.search.attrs.autofocus">#</a> </dt> @@ -178,7 +178,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_xref96">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_xref97">empty</a> </span> <a class="hash" href="input.search.html#input.search.attrs.readonly">#</a> </dt> @@ -189,7 +189,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_xref97">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_xref98">empty</a> </span> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span> <a class="hash" href="input.search.html#input.search.attrs.required">#</a> </dt> Index: fieldset.html =================================================================== RCS file: /sources/public/html5/markup/fieldset.html,v retrieving revision 1.88 retrieving revision 1.89 diff -u -d -r1.88 -r1.89 --- fieldset.html 8 May 2011 12:43:48 -0000 1.88 +++ fieldset.html 12 May 2011 07:23:47 -0000 1.89 @@ -70,7 +70,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_xref19">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_xref20">empty</a> </span> <a class="hash" href="fieldset.html#fieldset.attrs.disabled">#</a> </dt> Index: spec.html =================================================================== RCS file: /sources/public/html5/markup/spec.html,v retrieving revision 1.319 retrieving revision 1.320 diff -u -d -r1.319 -r1.320 --- spec.html 8 May 2011 12:43:54 -0000 1.319 +++ spec.html 12 May 2011 07:23:49 -0000 1.320 @@ -12,7 +12,7 @@ <div><img src="HTML5_Badge_128.png" alt="5"></div> <h1>HTML: The Markup Language</h1> <h3 id="subtitle">An HTML language reference and front-end for the HTML specification</h3> -<h2>Unofficial Editor’s Draft <em>8 May 2011</em> +<h2>Unofficial Editor’s Draft <em>12 May 2011</em> </h2> <dl> <dt>Editors:</dt> @@ -67,7 +67,7 @@ <h2>Status of this Document </h2> [...1833 lines suppressed...] <li> -<a href="#syntax-text_xref8"><cite class="index">Comments</cite> section</a><span class="index-counter"> [<a href="#syntax-text_xref9">2</a>]</span> +<a href="#syntax-text_xref9"><cite class="index">Comments</cite> section</a><span class="index-counter"> [<a href="#syntax-text_xref10">2</a>]</span> </li> -<li><a href="#syntax-text_xref10"><cite class="index">CDATA sections in SVG and MathML contents</cite> section</a></li> +<li><a href="#syntax-text_xref11"><cite class="index">CDATA sections in SVG and MathML contents</cite> section</a></li> +<li><a href="#syntax-text_xref12"><cite class="index">string</cite> data type</a></li> </ul> </div> <div class="index-entry" id="text-content_index"> @@ -29705,7 +29732,8 @@ </li> </ul> <ul id="attr-value-unquoted_index_items"> -<li><a href="#attr-value-unquoted_xref1"><cite class="index">string</cite> data type</a></li> +<li><a href="#attr-value-unquoted_xref1"><cite class="index">Attributes</cite> section</a></li> +<li><a href="#attr-value-unquoted_xref2"><cite class="index">string</cite> data type</a></li> </ul> </div> <div class="index-entry" id="syntax-attr-unquoted_index"> Index: optgroup.html =================================================================== RCS file: /sources/public/html5/markup/optgroup.html,v retrieving revision 1.85 retrieving revision 1.86 diff -u -d -r1.85 -r1.86 --- optgroup.html 8 May 2011 12:43:53 -0000 1.85 +++ optgroup.html 12 May 2011 07:23:49 -0000 1.86 @@ -71,7 +71,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_xref107">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_xref108">empty</a> </span> <a class="hash" href="optgroup.html#optgroup.attrs.disabled">#</a> </dt> Index: input.week.html =================================================================== RCS file: /sources/public/html5/markup/input.week.html,v retrieving revision 1.101 retrieving revision 1.102 diff -u -d -r1.101 -r1.102 --- input.week.html 8 May 2011 12:43:51 -0000 1.101 +++ input.week.html 12 May 2011 07:23:49 -0000 1.102 @@ -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_xref75">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_xref76">empty</a> </span> <a class="hash" href="input.week.html#input.week.attrs.disabled">#</a> </dt> @@ -126,7 +126,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_xref76">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_xref77">empty</a> </span> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span> <a class="hash" href="input.week.html#input.week.attrs.autofocus">#</a> </dt> @@ -242,7 +242,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_xref77">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_xref78">empty</a> </span> <a class="hash" href="input.week.html#input.week.attrs.readonly">#</a> </dt> @@ -253,7 +253,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_xref78">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_xref79">empty</a> </span> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span> <a class="hash" href="input.week.html#input.week.attrs.required">#</a> </dt> Index: button.button.html =================================================================== RCS file: /sources/public/html5/markup/button.button.html,v retrieving revision 1.94 retrieving revision 1.95 diff -u -d -r1.94 -r1.95 --- button.button.html 8 May 2011 12:43:47 -0000 1.94 +++ button.button.html 12 May 2011 07:23:47 -0000 1.95 @@ -74,7 +74,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_xref11">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_xref12">empty</a> </span> <a class="hash" href="button.button.html#button.button.attrs.disabled">#</a> </dt> @@ -115,7 +115,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_xref12">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_xref13">empty</a> </span> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span> <a class="hash" href="button.button.html#button.button.attrs.autofocus">#</a> </dt> Index: form.html =================================================================== RCS file: /sources/public/html5/markup/form.html,v retrieving revision 1.99 retrieving revision 1.100 diff -u -d -r1.99 -r1.100 --- form.html 8 May 2011 12:43:48 -0000 1.99 +++ form.html 12 May 2011 07:23:47 -0000 1.100 @@ -117,7 +117,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-fs-novalidate">ⓘ</a> <span class="attribute-name">novalidate</span> = <span class="attr-values"> "novalidate" - <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_xref20">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_xref21">empty</a> </span> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span> <a class="hash" href="form.html#form.attrs.novalidate">#</a> </dt> Index: index-of-terms.html =================================================================== RCS file: /sources/public/html5/markup/index-of-terms.html,v retrieving revision 1.26 retrieving revision 1.27 diff -u -d -r1.26 -r1.27 --- index-of-terms.html 8 May 2011 12:43:49 -0000 1.26 +++ index-of-terms.html 12 May 2011 07:23:47 -0000 1.27 @@ -104,10 +104,19 @@ </ul> <ul id="syntax-attribute-value_index_items"> <li><a href="syntax.html#syntax-attribute-value_xref1"><cite class="index">Attributes</cite> section</a></li> -<li><a href="syntax.html#syntax-attribute-value_xref2"><cite class="index">Attributes</cite> section: <cite class="index-dfn">unquoted attribute-value syntax</cite></a></li> -<li><a href="syntax.html#syntax-attribute-value_xref3"><cite class="index">Attributes</cite> section: <cite class="index-dfn">single-quoted attribute-value syntax</cite></a></li> -<li><a href="syntax.html#syntax-attribute-value_xref4"><cite class="index">Attributes</cite> section: <cite class="index-dfn">double-quoted attribute-value syntax</cite></a></li> -<li><a href="syntax.html#syntax-attribute-value_xref5"><cite class="index">Text and character data</cite> section</a></li> +<li> +<a href="syntax.html#syntax-attribute-value_xref2"><cite class="index">Attributes</cite> section: <cite class="index-dfn">unquoted attribute-value syntax</cite></a><span class="index-counter"> [<a href="syntax.html#syntax-attribute-value_xref3">2</a>]</span> +</li> +<li> +<a href="syntax.html#syntax-attribute-value_xref4"><cite class="index">Attributes</cite> section: <cite class="index-dfn">single-quoted attribute-value syntax</cite></a><span class="index-counter"> [<a href="syntax.html#syntax-attribute-value_xref5">2</a>]</span> +</li> +<li> +<a href="syntax.html#syntax-attribute-value_xref6"><cite class="index">Attributes</cite> section: <cite class="index-dfn">double-quoted attribute-value syntax</cite></a><span class="index-counter"> [<a href="syntax.html#syntax-attribute-value_xref7">2</a>]</span> +</li> +<li><a href="syntax.html#syntax-attribute-value_xref8"><cite class="index">Text and character data</cite> section</a></li> +<li><a href="area.html#syntax-attribute-value_xref9"><span class="element">area</span> element: <span class="attribute-name">alt</span> attribute</a></li> +<li><a href="img.html#syntax-attribute-value_xref10"><span class="element">img</span> element: <span class="attribute-name">alt</span> attribute</a></li> +<li><a href="global-attributes.html#syntax-attribute-value_xref11"><cite class="index">Core attributes</cite> section: <span class="attribute-name">title</span> attribute</a></li> </ul> </div> <div class="index-entry" id="attribute_index"> @@ -338,11 +347,13 @@ </ul> <ul id="syntax-charref_index_items"> <li><a href="syntax.html#syntax-charref_xref1"><cite class="index">Character encoding declaration</cite> section</a></li> -<li><a href="syntax.html#syntax-charref_xref2"><cite class="index">Text and character data</cite> section</a></li> -<li><a href="syntax.html#syntax-charref_xref3"><cite class="index">Text and character data</cite> section: <cite class="index-dfn">normal character data</cite></a></li> -<li><a href="syntax.html#syntax-charref_xref4"><cite class="index">Text and character data</cite> section: <cite class="index-dfn">replaceable character data</cite></a></li> -<li><a href="syntax.html#syntax-charref_xref5"><cite class="index">Text and character data</cite> section: <cite class="index-dfn">non-replaceable character data</cite></a></li> -<li><a href="syntax.html#syntax-charref_xref6"><cite class="index">Character references</cite> section</a></li> +<li><a href="syntax.html#syntax-charref_xref2"><cite class="index">Attributes</cite> section</a></li> +<li><a href="syntax.html#syntax-charref_xref3"><cite class="index">Text and character data</cite> section</a></li> +<li><a href="syntax.html#syntax-charref_xref4"><cite class="index">Text and character data</cite> section: <cite class="index-dfn">normal character data</cite></a></li> +<li><a href="syntax.html#syntax-charref_xref5"><cite class="index">Text and character data</cite> section: <cite class="index-dfn">replaceable character data</cite></a></li> +<li><a href="syntax.html#syntax-charref_xref6"><cite class="index">Text and character data</cite> section: <cite class="index-dfn">non-replaceable character data</cite></a></li> +<li><a href="syntax.html#syntax-charref_xref7"><cite class="index">Character references</cite> section</a></li> +<li><a href="datatypes.html#syntax-charref_xref8"><cite class="index">string</cite> data type</a></li> </ul> </div> <div class="index-entry" id="refsCharacterSets_index"> @@ -702,7 +713,8 @@ </li> </ul> <ul id="attr-value-double-quoted_index_items"> -<li><a href="datatypes.html#attr-value-double-quoted_xref1"><cite class="index">string</cite> data type</a></li> +<li><a href="syntax.html#attr-value-double-quoted_xref1"><cite class="index">Attributes</cite> section</a></li> +<li><a href="datatypes.html#attr-value-double-quoted_xref2"><cite class="index">string</cite> data type</a></li> </ul> </div> <div class="index-entry" id="syntax-attr-double-quoted_index"> @@ -768,135 +780,136 @@ </ul> <ul id="syntax-attr-empty_index_items"> <li><a href="syntax.html#syntax-attr-empty_xref1"><cite class="index">Attributes</cite> section</a></li> -<li><a href="audio.html#syntax-attr-empty_xref2"><span class="element">audio</span> element: <span class="attribute-name">autoplay</span> attribute</a></li> -<li><a href="audio.html#syntax-attr-empty_xref3"><span class="element">audio</span> element: <span class="attribute-name">preload</span> attribute</a></li> -<li><a href="audio.html#syntax-attr-empty_xref4"><span class="element">audio</span> element: <span class="attribute-name">controls</span> attribute</a></li> -<li><a href="audio.html#syntax-attr-empty_xref5"><span class="element">audio</span> element: <span class="attribute-name">loop</span> attribute</a></li> -<li><a href="button.submit.html#syntax-attr-empty_xref6"><span class="element">button</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">submit</span></span> element: <span class="attribute-name">disabled</span> attribute</a></li> -<li><a href="button.submit.html#syntax-attr-empty_xref7"><span class="element">button</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">submit</span></span> element: <span class="attribute-name">autofocus</span> attribute</a></li> -<li><a href="button.submit.html#syntax-attr-empty_xref8"><span class="element">button</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">submit</span></span> element: <span class="attribute-name">formnovalidate</span> attribute</a></li> -<li><a href="button.reset.html#syntax-attr-empty_xref9"><span class="element">button</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">reset</span></span> element: <span class="attribute-name">disabled</span> attribute</a></li> -<li><a href="button.reset.html#syntax-attr-empty_xref10"><span class="element">button</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">reset</span></span> element: <span class="attribute-name">autofocus</span> attribute</a></li> -<li><a href="button.button.html#syntax-attr-empty_xref11"><span class="element">button</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">button</span></span> element: <span class="attribute-name">disabled</span> attribute</a></li> -<li><a href="button.button.html#syntax-attr-empty_xref12"><span class="element">button</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">button</span></span> element: <span class="attribute-name">autofocus</span> attribute</a></li> -<li><a href="command.command.html#syntax-attr-empty_xref13"><span class="element">command</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">command</span></span> element: <span class="attribute-name">disabled</span> attribute</a></li> -<li><a href="command.radio.html#syntax-attr-empty_xref14"><span class="element">command</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">radio</span></span> element: <span class="attribute-name">checked</span> attribute</a></li> -<li><a href="command.radio.html#syntax-attr-empty_xref15"><span class="element">command</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">radio</span></span> element: <span class="attribute-name">disabled</span> attribute</a></li> -<li><a href="command.checkbox.html#syntax-attr-empty_xref16"><span class="element">command</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">checkbox</span></span> element: <span class="attribute-name">checked</span> attribute</a></li> -<li><a href="command.checkbox.html#syntax-attr-empty_xref17"><span class="element">command</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">checkbox</span></span> element: <span class="attribute-name">disabled</span> attribute</a></li> -<li><a href="details.html#syntax-attr-empty_xref18"><span class="element">details</span> element: <span class="attribute-name">open</span> attribute</a></li> -<li><a href="fieldset.html#syntax-attr-empty_xref19"><span class="element">fieldset</span> element: <span class="attribute-name">disabled</span> attribute</a></li> -<li><a href="form.html#syntax-attr-empty_xref20"><span class="element">form</span> element: <span class="attribute-name">novalidate</span> attribute</a></li> -<li><a href="iframe.html#syntax-attr-empty_xref21"><span class="element">iframe</span> element: <span class="attribute-name">sandbox</span> attribute</a></li> -<li><a href="iframe.html#syntax-attr-empty_xref22"><span class="element">iframe</span> element: <span class="attribute-name">seamless</span> attribute</a></li> -<li><a href="img.html#syntax-attr-empty_xref23"><span class="element">img</span> element: <span class="attribute-name">ismap</span> attribute</a></li> -<li><a href="input.text.html#syntax-attr-empty_xref24"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">text</span></span> element: <span class="attribute-name">disabled</span> attribute</a></li> -<li><a href="input.text.html#syntax-attr-empty_xref25"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">text</span></span> element: <span class="attribute-name">readonly</span> attribute</a></li> -<li><a href="input.text.html#syntax-attr-empty_xref26"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">text</span></span> element: <span class="attribute-name">autofocus</span> attribute</a></li> -<li><a href="input.text.html#syntax-attr-empty_xref27"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">text</span></span> element: <span class="attribute-name">required</span> attribute</a></li> -<li><a href="input.password.html#syntax-attr-empty_xref28"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">password</span></span> element: <span class="attribute-name">disabled</span> attribute</a></li> -<li><a href="input.password.html#syntax-attr-empty_xref29"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">password</span></span> element: <span class="attribute-name">readonly</span> attribute</a></li> -<li><a href="input.password.html#syntax-attr-empty_xref30"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">password</span></span> element: <span class="attribute-name">autofocus</span> attribute</a></li> -<li><a href="input.password.html#syntax-attr-empty_xref31"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">password</span></span> element: <span class="attribute-name">required</span> attribute</a></li> -<li><a href="input.checkbox.html#syntax-attr-empty_xref32"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">checkbox</span></span> element: <span class="attribute-name">disabled</span> attribute</a></li> -<li><a href="input.checkbox.html#syntax-attr-empty_xref33"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">checkbox</span></span> element: <span class="attribute-name">checked</span> attribute</a></li> -<li><a href="input.checkbox.html#syntax-attr-empty_xref34"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">checkbox</span></span> element: <span class="attribute-name">autofocus</span> attribute</a></li> -<li><a href="input.checkbox.html#syntax-attr-empty_xref35"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">checkbox</span></span> element: <span class="attribute-name">required</span> attribute</a></li> -<li><a href="input.radio.html#syntax-attr-empty_xref36"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">radio</span></span> element: <span class="attribute-name">disabled</span> attribute</a></li> -<li><a href="input.radio.html#syntax-attr-empty_xref37"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">radio</span></span> element: <span class="attribute-name">checked</span> attribute</a></li> -<li><a href="input.radio.html#syntax-attr-empty_xref38"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">radio</span></span> element: <span class="attribute-name">autofocus</span> attribute</a></li> -<li><a href="input.radio.html#syntax-attr-empty_xref39"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">radio</span></span> element: <span class="attribute-name">required</span> attribute</a></li> -<li><a href="input.button.html#syntax-attr-empty_xref40"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">button</span></span> element: <span class="attribute-name">disabled</span> attribute</a></li> -<li><a href="input.button.html#syntax-attr-empty_xref41"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">button</span></span> element: <span class="attribute-name">autofocus</span> attribute</a></li> -<li><a href="input.submit.html#syntax-attr-empty_xref42"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">submit</span></span> element: <span class="attribute-name">disabled</span> attribute</a></li> -<li><a href="input.submit.html#syntax-attr-empty_xref43"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">submit</span></span> element: <span class="attribute-name">autofocus</span> attribute</a></li> -<li><a href="input.submit.html#syntax-attr-empty_xref44"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">submit</span></span> element: <span class="attribute-name">formnovalidate</span> attribute</a></li> -<li><a href="input.reset.html#syntax-attr-empty_xref45"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">reset</span></span> element: <span class="attribute-name">disabled</span> attribute</a></li> -<li><a href="input.reset.html#syntax-attr-empty_xref46"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">reset</span></span> element: <span class="attribute-name">autofocus</span> attribute</a></li> -<li><a href="input.file.html#syntax-attr-empty_xref47"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">file</span></span> element: <span class="attribute-name">disabled</span> attribute</a></li> -<li><a href="input.file.html#syntax-attr-empty_xref48"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">file</span></span> element: <span class="attribute-name">autofocus</span> attribute</a></li> -<li><a href="input.file.html#syntax-attr-empty_xref49"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">file</span></span> element: <span class="attribute-name">required</span> attribute</a></li> -<li><a href="input.file.html#syntax-attr-empty_xref50"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">file</span></span> element: <span class="attribute-name">multiple</span> attribute</a></li> -<li><a href="input.hidden.html#syntax-attr-empty_xref51"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">hidden</span></span> element: <span class="attribute-name">disabled</span> attribute</a></li> -<li><a href="input.image.html#syntax-attr-empty_xref52"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">image</span></span> element: <span class="attribute-name">disabled</span> attribute</a></li> -<li><a href="input.image.html#syntax-attr-empty_xref53"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">image</span></span> element: <span class="attribute-name">autofocus</span> attribute</a></li> -<li><a href="input.image.html#syntax-attr-empty_xref54"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">image</span></span> element: <span class="attribute-name">formnovalidate</span> attribute</a></li> -<li><a href="input.datetime.html#syntax-attr-empty_xref55"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">datetime</span></span> element: <span class="attribute-name">disabled</span> attribute</a></li> -<li><a href="input.datetime.html#syntax-attr-empty_xref56"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">datetime</span></span> element: <span class="attribute-name">autofocus</span> attribute</a></li> -<li><a href="input.datetime.html#syntax-attr-empty_xref57"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">datetime</span></span> element: <span class="attribute-name">readonly</span> attribute</a></li> -<li><a href="input.datetime.html#syntax-attr-empty_xref58"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">datetime</span></span> element: <span class="attribute-name">required</span> attribute</a></li> -<li><a href="input.datetime-local.html#syntax-attr-empty_xref59"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">datetime-local</span></span> element: <span class="attribute-name">disabled</span> attribute</a></li> -<li><a href="input.datetime-local.html#syntax-attr-empty_xref60"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">datetime-local</span></span> element: <span class="attribute-name">autofocus</span> attribute</a></li> -<li><a href="input.datetime-local.html#syntax-attr-empty_xref61"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">datetime-local</span></span> element: <span class="attribute-name">readonly</span> attribute</a></li> -<li><a href="input.datetime-local.html#syntax-attr-empty_xref62"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">datetime-local</span></span> element: <span class="attribute-name">required</span> attribute</a></li> -<li><a href="input.date.html#syntax-attr-empty_xref63"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">date</span></span> element: <span class="attribute-name">disabled</span> attribute</a></li> -<li><a href="input.date.html#syntax-attr-empty_xref64"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">date</span></span> element: <span class="attribute-name">autofocus</span> attribute</a></li> -<li><a href="input.date.html#syntax-attr-empty_xref65"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">date</span></span> element: <span class="attribute-name">readonly</span> attribute</a></li> -<li><a href="input.date.html#syntax-attr-empty_xref66"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">date</span></span> element: <span class="attribute-name">required</span> attribute</a></li> -<li><a href="input.month.html#syntax-attr-empty_xref67"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">month</span></span> element: <span class="attribute-name">disabled</span> attribute</a></li> -<li><a href="input.month.html#syntax-attr-empty_xref68"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">month</span></span> element: <span class="attribute-name">autofocus</span> attribute</a></li> -<li><a href="input.month.html#syntax-attr-empty_xref69"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">month</span></span> element: <span class="attribute-name">readonly</span> attribute</a></li> -<li><a href="input.month.html#syntax-attr-empty_xref70"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">month</span></span> element: <span class="attribute-name">required</span> attribute</a></li> -<li><a href="input.time.html#syntax-attr-empty_xref71"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">time</span></span> element: <span class="attribute-name">disabled</span> attribute</a></li> -<li><a href="input.time.html#syntax-attr-empty_xref72"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">time</span></span> element: <span class="attribute-name">autofocus</span> attribute</a></li> -<li><a href="input.time.html#syntax-attr-empty_xref73"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">time</span></span> element: <span class="attribute-name">readonly</span> attribute</a></li> -<li><a href="input.time.html#syntax-attr-empty_xref74"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">time</span></span> element: <span class="attribute-name">required</span> attribute</a></li> -<li><a href="input.week.html#syntax-attr-empty_xref75"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">week</span></span> element: <span class="attribute-name">disabled</span> attribute</a></li> -<li><a href="input.week.html#syntax-attr-empty_xref76"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">week</span></span> element: <span class="attribute-name">autofocus</span> attribute</a></li> -<li><a href="input.week.html#syntax-attr-empty_xref77"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">week</span></span> element: <span class="attribute-name">readonly</span> attribute</a></li> -<li><a href="input.week.html#syntax-attr-empty_xref78"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">week</span></span> element: <span class="attribute-name">required</span> attribute</a></li> -<li><a href="input.number.html#syntax-attr-empty_xref79"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">number</span></span> element: <span class="attribute-name">disabled</span> attribute</a></li> -<li><a href="input.number.html#syntax-attr-empty_xref80"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">number</span></span> element: <span class="attribute-name">autofocus</span> attribute</a></li> -<li><a href="input.number.html#syntax-attr-empty_xref81"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">number</span></span> element: <span class="attribute-name">readonly</span> attribute</a></li> -<li><a href="input.number.html#syntax-attr-empty_xref82"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">number</span></span> element: <span class="attribute-name">required</span> attribute</a></li> -<li><a href="input.range.html#syntax-attr-empty_xref83"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">range</span></span> element: <span class="attribute-name">disabled</span> attribute</a></li> -<li><a href="input.range.html#syntax-attr-empty_xref84"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">range</span></span> element: <span class="attribute-name">autofocus</span> attribute</a></li> -<li><a href="input.email.html#syntax-attr-empty_xref85"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">email</span></span> element: <span class="attribute-name">disabled</span> attribute</a></li> -<li><a href="input.email.html#syntax-attr-empty_xref86"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">email</span></span> element: <span class="attribute-name">autofocus</span> attribute</a></li> -<li><a href="input.email.html#syntax-attr-empty_xref87"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">email</span></span> element: <span class="attribute-name">readonly</span> attribute</a></li> -<li><a href="input.email.html#syntax-attr-empty_xref88"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">email</span></span> element: <span class="attribute-name">required</span> attribute</a></li> -<li><a href="input.email.html#syntax-attr-empty_xref89"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">email</span></span> element: <span class="attribute-name">multiple</span> attribute</a></li> -<li><a href="input.url.html#syntax-attr-empty_xref90"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">url</span></span> element: <span class="attribute-name">disabled</span> attribute</a></li> -<li><a href="input.url.html#syntax-attr-empty_xref91"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">url</span></span> element: <span class="attribute-name">autofocus</span> attribute</a></li> -<li><a href="input.url.html#syntax-attr-empty_xref92"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">url</span></span> element: <span class="attribute-name">readonly</span> attribute</a></li> -<li><a href="input.url.html#syntax-attr-empty_xref93"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">url</span></span> element: <span class="attribute-name">required</span> attribute</a></li> -<li><a href="input.search.html#syntax-attr-empty_xref94"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">search</span></span> element: <span class="attribute-name">disabled</span> attribute</a></li> -<li><a href="input.search.html#syntax-attr-empty_xref95"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">search</span></span> element: <span class="attribute-name">autofocus</span> attribute</a></li> -<li><a href="input.search.html#syntax-attr-empty_xref96"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">search</span></span> element: <span class="attribute-name">readonly</span> attribute</a></li> -<li><a href="input.search.html#syntax-attr-empty_xref97"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">search</span></span> element: <span class="attribute-name">required</span> attribute</a></li> -<li><a href="input.tel.html#syntax-attr-empty_xref98"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">tel</span></span> element: <span class="attribute-name">disabled</span> attribute</a></li> -<li><a href="input.tel.html#syntax-attr-empty_xref99"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">tel</span></span> element: <span class="attribute-name">autofocus</span> attribute</a></li> -<li><a href="input.tel.html#syntax-attr-empty_xref100"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">tel</span></span> element: <span class="attribute-name">readonly</span> attribute</a></li> -<li><a href="input.tel.html#syntax-attr-empty_xref101"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">tel</span></span> element: <span class="attribute-name">required</span> attribute</a></li> -<li><a href="input.color.html#syntax-attr-empty_xref102"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">color</span></span> element: <span class="attribute-name">disabled</span> attribute</a></li> -<li><a href="input.color.html#syntax-attr-empty_xref103"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">color</span></span> element: <span class="attribute-name">autofocus</span> attribute</a></li> -<li><a href="keygen.html#syntax-attr-empty_xref104"><span class="element">keygen</span> element: <span class="attribute-name">autofocus</span> attribute</a></li> -<li><a href="keygen.html#syntax-attr-empty_xref105"><span class="element">keygen</span> element: <span class="attribute-name">disabled</span> attribute</a></li> -<li><a href="ol.html#syntax-attr-empty_xref106"><span class="element">ol</span> element: <span class="attribute-name">reversed</span> attribute</a></li> -<li><a href="optgroup.html#syntax-attr-empty_xref107"><span class="element">optgroup</span> element: <span class="attribute-name">disabled</span> attribute</a></li> -<li><a href="option.html#syntax-attr-empty_xref108"><span class="element">option</span> element: <span class="attribute-name">disabled</span> attribute</a></li> -<li><a href="option.html#syntax-attr-empty_xref109"><span class="element">option</span> element: <span class="attribute-name">selected</span> attribute</a></li> -<li><a href="script.html#syntax-attr-empty_xref110"><span class="element">script</span> element: <span class="attribute-name">defer</span> attribute</a></li> -<li><a href="script.html#syntax-attr-empty_xref111"><span class="element">script</span> element: <span class="attribute-name">async</span> attribute</a></li> -<li><a href="select.html#syntax-attr-empty_xref112"><span class="element">select</span> element: <span class="attribute-name">disabled</span> attribute</a></li> -<li><a href="select.html#syntax-attr-empty_xref113"><span class="element">select</span> element: <span class="attribute-name">multiple</span> attribute</a></li> -<li><a href="select.html#syntax-attr-empty_xref114"><span class="element">select</span> element: <span class="attribute-name">autofocus</span> attribute</a></li> -<li><a href="select.html#syntax-attr-empty_xref115"><span class="element">select</span> element: <span class="attribute-name">required</span> attribute</a></li> -<li><a href="style.html#syntax-attr-empty_xref116"><span class="element">style</span> element: <span class="attribute-name">scoped</span> attribute</a></li> -<li><a href="textarea.html#syntax-attr-empty_xref117"><span class="element">textarea</span> element: <span class="attribute-name">disabled</span> attribute</a></li> -<li><a href="textarea.html#syntax-attr-empty_xref118"><span class="element">textarea</span> element: <span class="attribute-name">readonly</span> attribute</a></li> -<li><a href="textarea.html#syntax-attr-empty_xref119"><span class="element">textarea</span> element: <span class="attribute-name">autofocus</span> attribute</a></li> -<li><a href="textarea.html#syntax-attr-empty_xref120"><span class="element">textarea</span> element: <span class="attribute-name">required</span> attribute</a></li> -<li><a href="time.html#syntax-attr-empty_xref121"><span class="element">time</span> element: <span class="attribute-name">pubdate</span> attribute</a></li> -<li><a href="track.html#syntax-attr-empty_xref122"><span class="element">track</span> element: <span class="attribute-name">default</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="video.html#syntax-attr-empty_xref127"><span class="element">video</span> element: <span class="attribute-name">muted</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">contenteditable</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">hidden</span> attribute</a></li> -<li><a href="global-attributes.html#syntax-attr-empty_xref130"><cite class="index">Core attributes</cite> section: <span class="attribute-name">spellcheck</span> attribute</a></li> +<li><a href="syntax.html#syntax-attr-empty_xref2"><cite class="index">Attributes</cite> section: <cite class="index-dfn">empty attribute syntax</cite></a></li> +<li><a href="audio.html#syntax-attr-empty_xref3"><span class="element">audio</span> element: <span class="attribute-name">autoplay</span> attribute</a></li> +<li><a href="audio.html#syntax-attr-empty_xref4"><span class="element">audio</span> element: <span class="attribute-name">preload</span> attribute</a></li> +<li><a href="audio.html#syntax-attr-empty_xref5"><span class="element">audio</span> element: <span class="attribute-name">controls</span> attribute</a></li> +<li><a href="audio.html#syntax-attr-empty_xref6"><span class="element">audio</span> element: <span class="attribute-name">loop</span> attribute</a></li> +<li><a href="button.submit.html#syntax-attr-empty_xref7"><span class="element">button</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">submit</span></span> element: <span class="attribute-name">disabled</span> attribute</a></li> +<li><a href="button.submit.html#syntax-attr-empty_xref8"><span class="element">button</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">submit</span></span> element: <span class="attribute-name">autofocus</span> attribute</a></li> +<li><a href="button.submit.html#syntax-attr-empty_xref9"><span class="element">button</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">submit</span></span> element: <span class="attribute-name">formnovalidate</span> attribute</a></li> +<li><a href="button.reset.html#syntax-attr-empty_xref10"><span class="element">button</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">reset</span></span> element: <span class="attribute-name">disabled</span> attribute</a></li> +<li><a href="button.reset.html#syntax-attr-empty_xref11"><span class="element">button</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">reset</span></span> element: <span class="attribute-name">autofocus</span> attribute</a></li> +<li><a href="button.button.html#syntax-attr-empty_xref12"><span class="element">button</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">button</span></span> element: <span class="attribute-name">disabled</span> attribute</a></li> +<li><a href="button.button.html#syntax-attr-empty_xref13"><span class="element">button</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">button</span></span> element: <span class="attribute-name">autofocus</span> attribute</a></li> +<li><a href="command.command.html#syntax-attr-empty_xref14"><span class="element">command</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">command</span></span> element: <span class="attribute-name">disabled</span> attribute</a></li> +<li><a href="command.radio.html#syntax-attr-empty_xref15"><span class="element">command</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">radio</span></span> element: <span class="attribute-name">checked</span> attribute</a></li> +<li><a href="command.radio.html#syntax-attr-empty_xref16"><span class="element">command</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">radio</span></span> element: <span class="attribute-name">disabled</span> attribute</a></li> +<li><a href="command.checkbox.html#syntax-attr-empty_xref17"><span class="element">command</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">checkbox</span></span> element: <span class="attribute-name">checked</span> attribute</a></li> +<li><a href="command.checkbox.html#syntax-attr-empty_xref18"><span class="element">command</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">checkbox</span></span> element: <span class="attribute-name">disabled</span> attribute</a></li> +<li><a href="details.html#syntax-attr-empty_xref19"><span class="element">details</span> element: <span class="attribute-name">open</span> attribute</a></li> +<li><a href="fieldset.html#syntax-attr-empty_xref20"><span class="element">fieldset</span> element: <span class="attribute-name">disabled</span> attribute</a></li> +<li><a href="form.html#syntax-attr-empty_xref21"><span class="element">form</span> element: <span class="attribute-name">novalidate</span> attribute</a></li> +<li><a href="iframe.html#syntax-attr-empty_xref22"><span class="element">iframe</span> element: <span class="attribute-name">sandbox</span> attribute</a></li> +<li><a href="iframe.html#syntax-attr-empty_xref23"><span class="element">iframe</span> element: <span class="attribute-name">seamless</span> attribute</a></li> +<li><a href="img.html#syntax-attr-empty_xref24"><span class="element">img</span> element: <span class="attribute-name">ismap</span> attribute</a></li> +<li><a href="input.text.html#syntax-attr-empty_xref25"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">text</span></span> element: <span class="attribute-name">disabled</span> attribute</a></li> +<li><a href="input.text.html#syntax-attr-empty_xref26"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">text</span></span> element: <span class="attribute-name">readonly</span> attribute</a></li> +<li><a href="input.text.html#syntax-attr-empty_xref27"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">text</span></span> element: <span class="attribute-name">autofocus</span> attribute</a></li> +<li><a href="input.text.html#syntax-attr-empty_xref28"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">text</span></span> element: <span class="attribute-name">required</span> attribute</a></li> +<li><a href="input.password.html#syntax-attr-empty_xref29"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">password</span></span> element: <span class="attribute-name">disabled</span> attribute</a></li> +<li><a href="input.password.html#syntax-attr-empty_xref30"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">password</span></span> element: <span class="attribute-name">readonly</span> attribute</a></li> +<li><a href="input.password.html#syntax-attr-empty_xref31"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">password</span></span> element: <span class="attribute-name">autofocus</span> attribute</a></li> +<li><a href="input.password.html#syntax-attr-empty_xref32"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">password</span></span> element: <span class="attribute-name">required</span> attribute</a></li> +<li><a href="input.checkbox.html#syntax-attr-empty_xref33"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">checkbox</span></span> element: <span class="attribute-name">disabled</span> attribute</a></li> +<li><a href="input.checkbox.html#syntax-attr-empty_xref34"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">checkbox</span></span> element: <span class="attribute-name">checked</span> attribute</a></li> +<li><a href="input.checkbox.html#syntax-attr-empty_xref35"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">checkbox</span></span> element: <span class="attribute-name">autofocus</span> attribute</a></li> +<li><a href="input.checkbox.html#syntax-attr-empty_xref36"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">checkbox</span></span> element: <span class="attribute-name">required</span> attribute</a></li> +<li><a href="input.radio.html#syntax-attr-empty_xref37"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">radio</span></span> element: <span class="attribute-name">disabled</span> attribute</a></li> +<li><a href="input.radio.html#syntax-attr-empty_xref38"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">radio</span></span> element: <span class="attribute-name">checked</span> attribute</a></li> +<li><a href="input.radio.html#syntax-attr-empty_xref39"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">radio</span></span> element: <span class="attribute-name">autofocus</span> attribute</a></li> +<li><a href="input.radio.html#syntax-attr-empty_xref40"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">radio</span></span> element: <span class="attribute-name">required</span> attribute</a></li> +<li><a href="input.button.html#syntax-attr-empty_xref41"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">button</span></span> element: <span class="attribute-name">disabled</span> attribute</a></li> +<li><a href="input.button.html#syntax-attr-empty_xref42"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">button</span></span> element: <span class="attribute-name">autofocus</span> attribute</a></li> +<li><a href="input.submit.html#syntax-attr-empty_xref43"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">submit</span></span> element: <span class="attribute-name">disabled</span> attribute</a></li> +<li><a href="input.submit.html#syntax-attr-empty_xref44"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">submit</span></span> element: <span class="attribute-name">autofocus</span> attribute</a></li> +<li><a href="input.submit.html#syntax-attr-empty_xref45"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">submit</span></span> element: <span class="attribute-name">formnovalidate</span> attribute</a></li> +<li><a href="input.reset.html#syntax-attr-empty_xref46"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">reset</span></span> element: <span class="attribute-name">disabled</span> attribute</a></li> +<li><a href="input.reset.html#syntax-attr-empty_xref47"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">reset</span></span> element: <span class="attribute-name">autofocus</span> attribute</a></li> +<li><a href="input.file.html#syntax-attr-empty_xref48"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">file</span></span> element: <span class="attribute-name">disabled</span> attribute</a></li> +<li><a href="input.file.html#syntax-attr-empty_xref49"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">file</span></span> element: <span class="attribute-name">autofocus</span> attribute</a></li> +<li><a href="input.file.html#syntax-attr-empty_xref50"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">file</span></span> element: <span class="attribute-name">required</span> attribute</a></li> +<li><a href="input.file.html#syntax-attr-empty_xref51"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">file</span></span> element: <span class="attribute-name">multiple</span> attribute</a></li> +<li><a href="input.hidden.html#syntax-attr-empty_xref52"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">hidden</span></span> element: <span class="attribute-name">disabled</span> attribute</a></li> +<li><a href="input.image.html#syntax-attr-empty_xref53"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">image</span></span> element: <span class="attribute-name">disabled</span> attribute</a></li> +<li><a href="input.image.html#syntax-attr-empty_xref54"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">image</span></span> element: <span class="attribute-name">autofocus</span> attribute</a></li> +<li><a href="input.image.html#syntax-attr-empty_xref55"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">image</span></span> element: <span class="attribute-name">formnovalidate</span> attribute</a></li> +<li><a href="input.datetime.html#syntax-attr-empty_xref56"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">datetime</span></span> element: <span class="attribute-name">disabled</span> attribute</a></li> +<li><a href="input.datetime.html#syntax-attr-empty_xref57"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">datetime</span></span> element: <span class="attribute-name">autofocus</span> attribute</a></li> +<li><a href="input.datetime.html#syntax-attr-empty_xref58"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">datetime</span></span> element: <span class="attribute-name">readonly</span> attribute</a></li> +<li><a href="input.datetime.html#syntax-attr-empty_xref59"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">datetime</span></span> element: <span class="attribute-name">required</span> attribute</a></li> +<li><a href="input.datetime-local.html#syntax-attr-empty_xref60"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">datetime-local</span></span> element: <span class="attribute-name">disabled</span> attribute</a></li> +<li><a href="input.datetime-local.html#syntax-attr-empty_xref61"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">datetime-local</span></span> element: <span class="attribute-name">autofocus</span> attribute</a></li> +<li><a href="input.datetime-local.html#syntax-attr-empty_xref62"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">datetime-local</span></span> element: <span class="attribute-name">readonly</span> attribute</a></li> +<li><a href="input.datetime-local.html#syntax-attr-empty_xref63"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">datetime-local</span></span> element: <span class="attribute-name">required</span> attribute</a></li> +<li><a href="input.date.html#syntax-attr-empty_xref64"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">date</span></span> element: <span class="attribute-name">disabled</span> attribute</a></li> +<li><a href="input.date.html#syntax-attr-empty_xref65"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">date</span></span> element: <span class="attribute-name">autofocus</span> attribute</a></li> +<li><a href="input.date.html#syntax-attr-empty_xref66"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">date</span></span> element: <span class="attribute-name">readonly</span> attribute</a></li> +<li><a href="input.date.html#syntax-attr-empty_xref67"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">date</span></span> element: <span class="attribute-name">required</span> attribute</a></li> +<li><a href="input.month.html#syntax-attr-empty_xref68"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">month</span></span> element: <span class="attribute-name">disabled</span> attribute</a></li> +<li><a href="input.month.html#syntax-attr-empty_xref69"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">month</span></span> element: <span class="attribute-name">autofocus</span> attribute</a></li> +<li><a href="input.month.html#syntax-attr-empty_xref70"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">month</span></span> element: <span class="attribute-name">readonly</span> attribute</a></li> +<li><a href="input.month.html#syntax-attr-empty_xref71"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">month</span></span> element: <span class="attribute-name">required</span> attribute</a></li> +<li><a href="input.time.html#syntax-attr-empty_xref72"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">time</span></span> element: <span class="attribute-name">disabled</span> attribute</a></li> +<li><a href="input.time.html#syntax-attr-empty_xref73"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">time</span></span> element: <span class="attribute-name">autofocus</span> attribute</a></li> +<li><a href="input.time.html#syntax-attr-empty_xref74"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">time</span></span> element: <span class="attribute-name">readonly</span> attribute</a></li> +<li><a href="input.time.html#syntax-attr-empty_xref75"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">time</span></span> element: <span class="attribute-name">required</span> attribute</a></li> +<li><a href="input.week.html#syntax-attr-empty_xref76"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">week</span></span> element: <span class="attribute-name">disabled</span> attribute</a></li> +<li><a href="input.week.html#syntax-attr-empty_xref77"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">week</span></span> element: <span class="attribute-name">autofocus</span> attribute</a></li> +<li><a href="input.week.html#syntax-attr-empty_xref78"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">week</span></span> element: <span class="attribute-name">readonly</span> attribute</a></li> +<li><a href="input.week.html#syntax-attr-empty_xref79"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">week</span></span> element: <span class="attribute-name">required</span> attribute</a></li> +<li><a href="input.number.html#syntax-attr-empty_xref80"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">number</span></span> element: <span class="attribute-name">disabled</span> attribute</a></li> +<li><a href="input.number.html#syntax-attr-empty_xref81"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">number</span></span> element: <span class="attribute-name">autofocus</span> attribute</a></li> +<li><a href="input.number.html#syntax-attr-empty_xref82"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">number</span></span> element: <span class="attribute-name">readonly</span> attribute</a></li> +<li><a href="input.number.html#syntax-attr-empty_xref83"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">number</span></span> element: <span class="attribute-name">required</span> attribute</a></li> +<li><a href="input.range.html#syntax-attr-empty_xref84"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">range</span></span> element: <span class="attribute-name">disabled</span> attribute</a></li> +<li><a href="input.range.html#syntax-attr-empty_xref85"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">range</span></span> element: <span class="attribute-name">autofocus</span> attribute</a></li> +<li><a href="input.email.html#syntax-attr-empty_xref86"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">email</span></span> element: <span class="attribute-name">disabled</span> attribute</a></li> +<li><a href="input.email.html#syntax-attr-empty_xref87"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">email</span></span> element: <span class="attribute-name">autofocus</span> attribute</a></li> +<li><a href="input.email.html#syntax-attr-empty_xref88"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">email</span></span> element: <span class="attribute-name">readonly</span> attribute</a></li> +<li><a href="input.email.html#syntax-attr-empty_xref89"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">email</span></span> element: <span class="attribute-name">required</span> attribute</a></li> +<li><a href="input.email.html#syntax-attr-empty_xref90"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">email</span></span> element: <span class="attribute-name">multiple</span> attribute</a></li> +<li><a href="input.url.html#syntax-attr-empty_xref91"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">url</span></span> element: <span class="attribute-name">disabled</span> attribute</a></li> +<li><a href="input.url.html#syntax-attr-empty_xref92"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">url</span></span> element: <span class="attribute-name">autofocus</span> attribute</a></li> +<li><a href="input.url.html#syntax-attr-empty_xref93"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">url</span></span> element: <span class="attribute-name">readonly</span> attribute</a></li> +<li><a href="input.url.html#syntax-attr-empty_xref94"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">url</span></span> element: <span class="attribute-name">required</span> attribute</a></li> +<li><a href="input.search.html#syntax-attr-empty_xref95"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">search</span></span> element: <span class="attribute-name">disabled</span> attribute</a></li> +<li><a href="input.search.html#syntax-attr-empty_xref96"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">search</span></span> element: <span class="attribute-name">autofocus</span> attribute</a></li> +<li><a href="input.search.html#syntax-attr-empty_xref97"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">search</span></span> element: <span class="attribute-name">readonly</span> attribute</a></li> +<li><a href="input.search.html#syntax-attr-empty_xref98"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">search</span></span> element: <span class="attribute-name">required</span> attribute</a></li> +<li><a href="input.tel.html#syntax-attr-empty_xref99"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">tel</span></span> element: <span class="attribute-name">disabled</span> attribute</a></li> +<li><a href="input.tel.html#syntax-attr-empty_xref100"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">tel</span></span> element: <span class="attribute-name">autofocus</span> attribute</a></li> +<li><a href="input.tel.html#syntax-attr-empty_xref101"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">tel</span></span> element: <span class="attribute-name">readonly</span> attribute</a></li> +<li><a href="input.tel.html#syntax-attr-empty_xref102"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">tel</span></span> element: <span class="attribute-name">required</span> attribute</a></li> +<li><a href="input.color.html#syntax-attr-empty_xref103"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">color</span></span> element: <span class="attribute-name">disabled</span> attribute</a></li> +<li><a href="input.color.html#syntax-attr-empty_xref104"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">color</span></span> element: <span class="attribute-name">autofocus</span> attribute</a></li> +<li><a href="keygen.html#syntax-attr-empty_xref105"><span class="element">keygen</span> element: <span class="attribute-name">autofocus</span> attribute</a></li> +<li><a href="keygen.html#syntax-attr-empty_xref106"><span class="element">keygen</span> element: <span class="attribute-name">disabled</span> attribute</a></li> +<li><a href="ol.html#syntax-attr-empty_xref107"><span class="element">ol</span> element: <span class="attribute-name">reversed</span> attribute</a></li> +<li><a href="optgroup.html#syntax-attr-empty_xref108"><span class="element">optgroup</span> element: <span class="attribute-name">disabled</span> attribute</a></li> +<li><a href="option.html#syntax-attr-empty_xref109"><span class="element">option</span> element: <span class="attribute-name">disabled</span> attribute</a></li> +<li><a href="option.html#syntax-attr-empty_xref110"><span class="element">option</span> element: <span class="attribute-name">selected</span> attribute</a></li> +<li><a href="script.html#syntax-attr-empty_xref111"><span class="element">script</span> element: <span class="attribute-name">defer</span> attribute</a></li> +<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="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="track.html#syntax-attr-empty_xref123"><span class="element">track</span> element: <span class="attribute-name">default</span> attribute</a></li> +<li><a href="video.html#syntax-attr-empty_xref124"><span class="element">video</span> element: <span class="attribute-name">autoplay</span> attribute</a></li> +<li><a href="video.html#syntax-attr-empty_xref125"><span class="element">video</span> element: <span class="attribute-name">preload</span> attribute</a></li> +<li><a href="video.html#syntax-attr-empty_xref126"><span class="element">video</span> element: <span class="attribute-name">controls</span> attribute</a></li> +<li><a href="video.html#syntax-attr-empty_xref127"><span class="element">video</span> element: <span class="attribute-name">loop</span> attribute</a></li> +<li><a href="video.html#syntax-attr-empty_xref128"><span class="element">video</span> element: <span class="attribute-name">muted</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">contenteditable</span> attribute</a></li> +<li><a href="global-attributes.html#syntax-attr-empty_xref130"><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_xref131"><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"> @@ -1845,15 +1858,10 @@ <ul id="normal-character-data_index_items"> <li><a href="terminology.html#normal-character-data_xref1"><cite class="index">Terminology</cite> section: <cite class="index-dfn">flow content</cite></a></li> <li><a href="terminology.html#normal-character-data_xref2"><cite class="index">Terminology</cite> section: <cite class="index-dfn">phrasing content</cite></a></li> -<li><a href="syntax.html#normal-character-data_xref3"><cite class="index">Attributes</cite> section</a></li> -<li><a href="syntax.html#normal-character-data_xref4"><cite class="index">Text and character data</cite> section</a></li> -<li><a href="syntax.html#normal-character-data_xref5"><cite class="index">SVG and MathML elements in HTML documents</cite> section</a></li> -<li><a href="area.html#normal-character-data_xref6"><span class="element">area</span> element: <span class="attribute-name">alt</span> attribute</a></li> -<li><a href="iframe.html#normal-character-data_xref7"><span class="element">iframe</span> element: <cite class="index">Permitted contents</cite></a></li> -<li><a href="img.html#normal-character-data_xref8"><span class="element">img</span> element: <span class="attribute-name">alt</span> attribute</a></li> -<li><a href="option.html#normal-character-data_xref9"><span class="element">option</span> element: <cite class="index">Permitted contents</cite></a></li> -<li><a href="global-attributes.html#normal-character-data_xref10"><cite class="index">Core attributes</cite> section: <span class="attribute-name">title</span> attribute</a></li> -<li><a href="datatypes.html#normal-character-data_xref11"><cite class="index">string</cite> data type</a></li> +<li><a href="syntax.html#normal-character-data_xref3"><cite class="index">Text and character data</cite> section</a></li> +<li><a href="syntax.html#normal-character-data_xref4"><cite class="index">SVG and MathML elements in HTML documents</cite> section</a></li> +<li><a href="iframe.html#normal-character-data_xref5"><span class="element">iframe</span> element: <cite class="index">Permitted contents</cite></a></li> +<li><a href="option.html#normal-character-data_xref6"><span class="element">option</span> element: <cite class="index">Permitted contents</cite></a></li> </ul> </div> <div class="index-entry" id="normal-doctype_index"> @@ -2285,7 +2293,8 @@ </li> </ul> <ul id="attr-value-single-quoted_index_items"> -<li><a href="datatypes.html#attr-value-single-quoted_xref1"><cite class="index">string</cite> data type</a></li> +<li><a href="syntax.html#attr-value-single-quoted_xref1"><cite class="index">Attributes</cite> section</a></li> +<li><a href="datatypes.html#attr-value-single-quoted_xref2"><cite class="index">string</cite> data type</a></li> </ul> </div> <div class="index-entry" id="syntax-attr-single-quoted_index"> @@ -2552,17 +2561,19 @@ </li> </ul> <ul id="syntax-text_index_items"> -<li><a href="syntax.html#syntax-text_xref1"><cite class="index">Text and character data</cite> section</a></li> -<li><a href="syntax.html#syntax-text_xref2"><cite class="index">Text and character data</cite> section: <cite class="index-dfn">normal character data</cite></a></li> -<li><a href="syntax.html#syntax-text_xref3"><cite class="index">Text and character data</cite> section: <cite class="index-dfn">replaceable character data</cite></a></li> -<li><a href="syntax.html#syntax-text_xref4"><cite class="index">Text and character data</cite> section: <cite class="index-dfn">non-replaceable character data</cite></a></li> +<li><a href="syntax.html#syntax-text_xref1"><cite class="index">Attributes</cite> section</a></li> +<li><a href="syntax.html#syntax-text_xref2"><cite class="index">Text and character data</cite> section</a></li> +<li><a href="syntax.html#syntax-text_xref3"><cite class="index">Text and character data</cite> section: <cite class="index-dfn">normal character data</cite></a></li> +<li><a href="syntax.html#syntax-text_xref4"><cite class="index">Text and character data</cite> section: <cite class="index-dfn">replaceable character data</cite></a></li> +<li><a href="syntax.html#syntax-text_xref5"><cite class="index">Text and character data</cite> section: <cite class="index-dfn">non-replaceable character data</cite></a></li> <li> -<a href="syntax.html#syntax-text_xref5"><cite class="index">Character references</cite> section</a><span class="index-counter"> [<a href="syntax.html#syntax-text_xref6">2</a>]</span><span class="index-counter"> [<a href="syntax.html#syntax-text_xref7">3</a>]</span> +<a href="syntax.html#syntax-text_xref6"><cite class="index">Character references</cite> section</a><span class="index-counter"> [<a href="syntax.html#syntax-text_xref7">2</a>]</span><span class="index-counter"> [<a href="syntax.html#syntax-text_xref8">3</a>]</span> </li> <li> -<a href="syntax.html#syntax-text_xref8"><cite class="index">Comments</cite> section</a><span class="index-counter"> [<a href="syntax.html#syntax-text_xref9">2</a>]</span> +<a href="syntax.html#syntax-text_xref9"><cite class="index">Comments</cite> section</a><span class="index-counter"> [<a href="syntax.html#syntax-text_xref10">2</a>]</span> </li> -<li><a href="syntax.html#syntax-text_xref10"><cite class="index">CDATA sections in SVG and MathML contents</cite> section</a></li> +<li><a href="syntax.html#syntax-text_xref11"><cite class="index">CDATA sections in SVG and MathML contents</cite> section</a></li> +<li><a href="datatypes.html#syntax-text_xref12"><cite class="index">string</cite> data type</a></li> </ul> </div> <div class="index-entry" id="text-content_index"> @@ -2676,7 +2687,8 @@ </li> </ul> <ul id="attr-value-unquoted_index_items"> -<li><a href="datatypes.html#attr-value-unquoted_xref1"><cite class="index">string</cite> data type</a></li> +<li><a href="syntax.html#attr-value-unquoted_xref1"><cite class="index">Attributes</cite> section</a></li> +<li><a href="datatypes.html#attr-value-unquoted_xref2"><cite class="index">string</cite> data type</a></li> </ul> </div> <div class="index-entry" id="syntax-attr-unquoted_index"> Index: ol.html =================================================================== RCS file: /sources/public/html5/markup/ol.html,v retrieving revision 1.92 retrieving revision 1.93 diff -u -d -r1.92 -r1.93 --- ol.html 8 May 2011 12:43:53 -0000 1.92 +++ ol.html 12 May 2011 07:23:49 -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/grouping-content.html#attr-ol-reversed">ⓘ</a> <span class="attribute-name">reversed</span> = <span class="attr-values"> "reversed" - <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_xref106">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_xref107">empty</a> </span> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span> <a class="hash" href="ol.html#ol.attrs.reversed">#</a> </dt> Index: video.html =================================================================== RCS file: /sources/public/html5/markup/video.html,v retrieving revision 1.113 retrieving revision 1.114 diff -u -d -r1.113 -r1.114 --- video.html 8 May 2011 12:43:56 -0000 1.113 +++ video.html 12 May 2011 07:23:50 -0000 1.114 @@ -80,7 +80,7 @@ <a class="spec-link" title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/the-iframe-element.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_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_xref124">empty</a> </span> <a class="hash" href="video.html#video.attrs.autoplay">#</a> </dt> @@ -93,7 +93,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_xref124">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.preload">#</a> </dt> @@ -120,7 +120,7 @@ <a class="spec-link" title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/the-iframe-element.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_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_xref126">empty</a> </span> <a class="hash" href="video.html#video.attrs.controls">#</a> </dt> @@ -130,7 +130,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/the-iframe-element.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_xref126">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_xref127">empty</a> </span> <a class="hash" href="video.html#video.attrs.loop">#</a> </dt> @@ -168,7 +168,7 @@ <dt id="video.attrs.muted" title="video.attrs.muted"> <a class="spec-link" title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/the-iframe-element.html#attr-media-muted">ⓘ</a> <span class="attribute-name">muted</span> = <span class="attr-values"> - "muted" <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> + "muted" <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> <a class="hash" href="video.html#video.attrs.muted">#</a> </dt> Index: button.reset.html =================================================================== RCS file: /sources/public/html5/markup/button.reset.html,v retrieving revision 1.94 retrieving revision 1.95 diff -u -d -r1.94 -r1.95 --- button.reset.html 8 May 2011 12:43:47 -0000 1.94 +++ button.reset.html 12 May 2011 07:23:47 -0000 1.95 @@ -74,7 +74,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_xref9">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_xref10">empty</a> </span> <a class="hash" href="button.reset.html#button.reset.attrs.disabled">#</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/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_xref10">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_xref11">empty</a> </span> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span> <a class="hash" href="button.reset.html#button.reset.attrs.autofocus">#</a> </dt> Index: input.submit.html =================================================================== RCS file: /sources/public/html5/markup/input.submit.html,v retrieving revision 1.100 retrieving revision 1.101 diff -u -d -r1.100 -r1.101 --- input.submit.html 8 May 2011 12:43:51 -0000 1.100 +++ input.submit.html 12 May 2011 07:23:49 -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/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_xref42">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_xref43">empty</a> </span> <a class="hash" href="input.submit.html#input.submit.attrs.disabled">#</a> </dt> @@ -128,7 +128,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_xref43">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_xref44">empty</a> </span> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span> <a class="hash" href="input.submit.html#input.submit.attrs.autofocus">#</a> </dt> @@ -189,7 +189,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-fs-formnovalidate">ⓘ</a> <span class="attribute-name">formnovalidate</span> = <span class="attr-values"> "formnovalidate" - <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_xref44">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_xref45">empty</a> </span> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span> <a class="hash" href="input.submit.html#input.submit.attrs.formnovalidate">#</a> </dt> Index: input.date.html =================================================================== RCS file: /sources/public/html5/markup/input.date.html,v retrieving revision 1.102 retrieving revision 1.103 diff -u -d -r1.102 -r1.103 --- input.date.html 8 May 2011 12:43:50 -0000 1.102 +++ input.date.html 12 May 2011 07:23:48 -0000 1.103 @@ -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_xref63">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_xref64">empty</a> </span> <a class="hash" href="input.date.html#input.date.attrs.disabled">#</a> </dt> @@ -126,7 +126,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_xref64">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_xref65">empty</a> </span> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span> <a class="hash" href="input.date.html#input.date.attrs.autofocus">#</a> </dt> @@ -206,7 +206,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_xref65">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_xref66">empty</a> </span> <a class="hash" href="input.date.html#input.date.attrs.readonly">#</a> </dt> @@ -217,7 +217,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_xref66">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_xref67">empty</a> </span> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span> <a class="hash" href="input.date.html#input.date.attrs.required">#</a> </dt> Index: button.submit.html =================================================================== RCS file: /sources/public/html5/markup/button.submit.html,v retrieving revision 1.96 retrieving revision 1.97 diff -u -d -r1.96 -r1.97 --- button.submit.html 8 May 2011 12:43:47 -0000 1.96 +++ button.submit.html 12 May 2011 07:23:47 -0000 1.97 @@ -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_xref6">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_xref7">empty</a> </span> <a class="hash" href="button.submit.html#button.submit.attrs.disabled">#</a> </dt> @@ -130,7 +130,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_xref7">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_xref8">empty</a> </span> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span> <a class="hash" href="button.submit.html#button.submit.attrs.autofocus">#</a> </dt> @@ -191,7 +191,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-fs-formnovalidate">ⓘ</a> <span class="attribute-name">formnovalidate</span> = <span class="attr-values"> "formnovalidate" - <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_xref8">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_xref9">empty</a> </span> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span> <a class="hash" href="button.submit.html#button.submit.attrs.formnovalidate">#</a> </dt> Index: details.html =================================================================== RCS file: /sources/public/html5/markup/details.html,v retrieving revision 1.72 retrieving revision 1.73 diff -u -d -r1.72 -r1.73 --- details.html 8 May 2011 12:43:48 -0000 1.72 +++ details.html 12 May 2011 07:23:47 -0000 1.73 @@ -60,7 +60,7 @@ <dt id="details.attrs.open" title="details.attrs.open"> <a class="spec-link" title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/interactive-elements.html#attr-details-open">ⓘ</a> <span class="attribute-name">open</span> = <span class="attr-values"> - "open" <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_xref18">empty</a> + "open" <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_xref19">empty</a> </span> <a class="hash" href="details.html#details.attrs.open">#</a> </dt> Index: input.url.html =================================================================== RCS file: /sources/public/html5/markup/input.url.html,v retrieving revision 1.103 retrieving revision 1.104 diff -u -d -r1.103 -r1.104 --- input.url.html 8 May 2011 12:43:51 -0000 1.103 +++ input.url.html 12 May 2011 07:23:49 -0000 1.104 @@ -80,7 +80,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_xref90">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_xref91">empty</a> </span> <a class="hash" href="input.url.html#input.url.attrs.disabled">#</a> </dt> @@ -127,7 +127,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_xref91">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_xref92">empty</a> </span> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span> <a class="hash" href="input.url.html#input.url.attrs.autofocus">#</a> </dt> @@ -178,7 +178,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_xref92">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_xref93">empty</a> </span> <a class="hash" href="input.url.html#input.url.attrs.readonly">#</a> </dt> @@ -189,7 +189,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_xref93">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_xref94">empty</a> </span> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span> <a class="hash" href="input.url.html#input.url.attrs.required">#</a> </dt>
Received on Thursday, 12 May 2011 07:39:05 UTC