- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Sat, 01 Aug 2009 16:46:57 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/markup In directory hutz:/tmp/cvs-serv28460 Modified Files: Overview.html button.button.html button.reset.html button.submit.html common-attributes.html datatypes.html fieldset.html form-attributes.html form.html input.button.html input.checkbox.html input.color.html input.date.html input.datetime-local.html input.datetime.html input.email.html input.file.html input.hidden.html input.image.html input.month.html input.number.html input.password.html input.radio.html input.range.html input.reset.html input.search.html input.submit.html input.tel.html input.text.html input.time.html input.url.html input.week.html keygen.html label.html object.html optgroup.html option.html output.html select.html spec.html style.css textarea.html Log Message: added missing descriptions for common/shared forms attributes Index: Overview.html =================================================================== RCS file: /sources/public/html5/markup/Overview.html,v retrieving revision 1.339 retrieving revision 1.340 diff -u -d -r1.339 -r1.340 --- Overview.html 1 Aug 2009 12:23:46 -0000 1.339 +++ Overview.html 1 Aug 2009 16:46:23 -0000 1.340 @@ -9,7 +9,7 @@ <body> <div class="head"> <h1>HTML 5: The Markup Language</h1> -<h2>Editor’s Draft <em>1 August 2009</em> +<h2>Editor’s Draft <em>2 August 2009</em> </h2> <dl> <dt>Latest Editor’s Draft:</dt> @@ -42,7 +42,7 @@ <p> - This document is the 1 August 2009 Editor’s Draft of + This document is the 2 August 2009 Editor’s Draft of <cite>HTML 5: The Markup Language</cite>. </p> <p> @@ -103,7 +103,7 @@ <li> <a href="common-attributes.html#common-attributes">9. Common attributes</a> </li> <li> -<a href="form-attributes.html#form-attributes">10. Form attributes</a> +<a href="forms-attributes.html#forms-attributes">10. Forms attributes</a> </li> <li> <a href="datatypes.html#datatypes">11. Datatypes</a> @@ -636,8 +636,8 @@ </li> </ul> </li> -<li id="form-attributes-toc"> -<a href="form-attributes.html#form-attributes">10. Form attributes</a> +<li id="forms-attributes-toc"> +<a href="forms-attributes.html#forms-attributes">10. Forms attributes</a> </li> <li id="datatypes-toc"> <a href="datatypes.html#datatypes">11. Datatypes</a> Index: input.email.html =================================================================== RCS file: /sources/public/html5/markup/input.email.html,v retrieving revision 1.9 retrieving revision 1.10 diff -u -d -r1.9 -r1.10 --- input.email.html 1 Aug 2009 10:44:32 -0000 1.9 +++ input.email.html 1 Aug 2009 16:46:32 -0000 1.10 @@ -31,20 +31,20 @@ <h2 class="element-subhead">Attribute model <a class="hash" href="#input.email-attr-mdl">#</a></h2> <div class="attr-content-models"> <p><a href="input.email.html#input.email.attrs">input.email.attrs</a> = <span class="pattern" id="input.email.attrs"><a class="ref" href="common-attributes.html#common.attrs">common.attrs</a> - & <a class="ref" href="form-attributes.html#common-form.attrs.name" title="common-form.attrs.name">name</a>? - & <a class="ref" href="form-attributes.html#common-form.attrs.disabled" title="common-form.attrs.disabled">disabled</a>? - & <a class="ref" href="form-attributes.html#common-form.attrs.form" title="common-form.attrs.form">form</a>? + & <a class="ref" href="forms-attributes.html#common-form.attrs.name" title="common-form.attrs.name">name</a>? + & <a class="ref" href="forms-attributes.html#common-form.attrs.disabled" title="common-form.attrs.disabled">disabled</a>? + & <a class="ref" href="forms-attributes.html#common-form.attrs.form" title="common-form.attrs.form">form</a>? & <a class="ref" href="input.email.html#input.email.attrs.type" title="input.email.attrs.type">type</a> - & <a class="ref" href="form-attributes.html#input.attrs.autocomplete" title="input.attrs.autocomplete">autocomplete</a>? - & <a class="ref" href="form-attributes.html#shared-form.attrs.autofocus" title="shared-form.attrs.autofocus">autofocus</a>? - & <a class="ref" href="form-attributes.html#input.attrs.list" title="input.attrs.list">list</a>? - & <a class="ref" href="form-attributes.html#shared-form.attrs.maxlength" title="shared-form.attrs.maxlength">maxlength</a>? - & <a class="ref" href="form-attributes.html#shared-form.attrs.pattern" title="shared-form.attrs.pattern">pattern</a>? - & <a class="ref" href="form-attributes.html#shared-form.attrs.readonly" title="shared-form.attrs.readonly">readonly</a>? - & <a class="ref" href="form-attributes.html#shared-form.attrs.required" title="shared-form.attrs.required">required</a>? - & <a class="ref" href="form-attributes.html#shared-form.attrs.size" title="shared-form.attrs.size">size</a>? - & <a class="ref" href="form-attributes.html#shared-form.attrs.placeholder" title="shared-form.attrs.placeholder">placeholder</a>? - & ((<a class="ref" href="form-attributes.html#input.attrs.multiple" title="input.attrs.multiple">multiple</a> + & <a class="ref" href="forms-attributes.html#input.attrs.autocomplete" title="input.attrs.autocomplete">autocomplete</a>? + & <a class="ref" href="forms-attributes.html#shared-form.attrs.autofocus" title="shared-form.attrs.autofocus">autofocus</a>? + & <a class="ref" href="forms-attributes.html#input.attrs.list" title="input.attrs.list">list</a>? + & <a class="ref" href="forms-attributes.html#shared-form.attrs.maxlength" title="shared-form.attrs.maxlength">maxlength</a>? + & <a class="ref" href="forms-attributes.html#shared-form.attrs.pattern" title="shared-form.attrs.pattern">pattern</a>? + & <a class="ref" href="forms-attributes.html#shared-form.attrs.readonly" title="shared-form.attrs.readonly">readonly</a>? + & <a class="ref" href="forms-attributes.html#shared-form.attrs.required" title="shared-form.attrs.required">required</a>? + & <a class="ref" href="forms-attributes.html#shared-form.attrs.size" title="shared-form.attrs.size">size</a>? + & <a class="ref" href="forms-attributes.html#shared-form.attrs.placeholder" title="shared-form.attrs.placeholder">placeholder</a>? + & ((<a class="ref" href="forms-attributes.html#input.attrs.multiple" title="input.attrs.multiple">multiple</a> & <a class="ref" href="input.email.html#input.email.attrs.value.multiple" title="input.email.attrs.value.multiple">value.multiple</a>?) | <a class="ref" href="input.email.html#input.email.attrs.value.single" title="input.email.attrs.value.single">value.single</a>?)?</span></p></div></div> <div class="no-number no-toc" id="input.email-attributes"> Index: input.month.html =================================================================== RCS file: /sources/public/html5/markup/input.month.html,v retrieving revision 1.9 retrieving revision 1.10 diff -u -d -r1.9 -r1.10 --- input.month.html 1 Aug 2009 10:44:32 -0000 1.9 +++ input.month.html 1 Aug 2009 16:46:39 -0000 1.10 @@ -31,18 +31,18 @@ <h2 class="element-subhead">Attribute model <a class="hash" href="#input.month-attr-mdl">#</a></h2> <div class="attr-content-models"> <p><a href="input.month.html#input.month.attrs">input.month.attrs</a> = <span class="pattern" id="input.month.attrs"><a class="ref" href="common-attributes.html#common.attrs">common.attrs</a> - & <a class="ref" href="form-attributes.html#common-form.attrs.name" title="common-form.attrs.name">name</a>? - & <a class="ref" href="form-attributes.html#common-form.attrs.disabled" title="common-form.attrs.disabled">disabled</a>? - & <a class="ref" href="form-attributes.html#common-form.attrs.form" title="common-form.attrs.form">form</a>? + & <a class="ref" href="forms-attributes.html#common-form.attrs.name" title="common-form.attrs.name">name</a>? + & <a class="ref" href="forms-attributes.html#common-form.attrs.disabled" title="common-form.attrs.disabled">disabled</a>? + & <a class="ref" href="forms-attributes.html#common-form.attrs.form" title="common-form.attrs.form">form</a>? & <a class="ref" href="input.month.html#input.month.attrs.type" title="input.month.attrs.type">type</a> - & <a class="ref" href="form-attributes.html#input.attrs.autocomplete" title="input.attrs.autocomplete">autocomplete</a>? - & <a class="ref" href="form-attributes.html#shared-form.attrs.autofocus" title="shared-form.attrs.autofocus">autofocus</a>? - & <a class="ref" href="form-attributes.html#input.attrs.list" title="input.attrs.list">list</a>? + & <a class="ref" href="forms-attributes.html#input.attrs.autocomplete" title="input.attrs.autocomplete">autocomplete</a>? + & <a class="ref" href="forms-attributes.html#shared-form.attrs.autofocus" title="shared-form.attrs.autofocus">autofocus</a>? + & <a class="ref" href="forms-attributes.html#input.attrs.list" title="input.attrs.list">list</a>? & <a class="ref" href="input.month.html#input.month.attrs.min" title="input.month.attrs.min">min</a>? & <a class="ref" href="input.month.html#input.month.attrs.max" title="input.month.attrs.max">max</a>? - & <a class="ref" href="form-attributes.html#input.attrs.step.integer" title="input.attrs.step.integer">step.integer</a>? - & <a class="ref" href="form-attributes.html#shared-form.attrs.readonly" title="shared-form.attrs.readonly">readonly</a>? - & <a class="ref" href="form-attributes.html#shared-form.attrs.required" title="shared-form.attrs.required">required</a>? + & <a class="ref" href="forms-attributes.html#input.attrs.step.integer" title="input.attrs.step.integer">step.integer</a>? + & <a class="ref" href="forms-attributes.html#shared-form.attrs.readonly" title="shared-form.attrs.readonly">readonly</a>? + & <a class="ref" href="forms-attributes.html#shared-form.attrs.required" title="shared-form.attrs.required">required</a>? & <a class="ref" href="input.month.html#input.month.attrs.value" title="input.month.attrs.value">value</a>?</span></p></div></div> <div class="no-number no-toc" id="input.month-attributes"> <h2 class="element-subhead">Element-specific attributes <a class="hash" href="#input.month-attributes">#</a></h2> Index: input.range.html =================================================================== RCS file: /sources/public/html5/markup/input.range.html,v retrieving revision 1.9 retrieving revision 1.10 diff -u -d -r1.9 -r1.10 --- input.range.html 1 Aug 2009 10:44:32 -0000 1.9 +++ input.range.html 1 Aug 2009 16:46:39 -0000 1.10 @@ -31,16 +31,16 @@ <h2 class="element-subhead">Attribute model <a class="hash" href="#input.range-attr-mdl">#</a></h2> <div class="attr-content-models"> <p><a href="input.range.html#input.range.attrs">input.range.attrs</a> = <span class="pattern" id="input.range.attrs"><a class="ref" href="common-attributes.html#common.attrs">common.attrs</a> - & <a class="ref" href="form-attributes.html#common-form.attrs.name" title="common-form.attrs.name">name</a>? - & <a class="ref" href="form-attributes.html#common-form.attrs.disabled" title="common-form.attrs.disabled">disabled</a>? - & <a class="ref" href="form-attributes.html#common-form.attrs.form" title="common-form.attrs.form">form</a>? + & <a class="ref" href="forms-attributes.html#common-form.attrs.name" title="common-form.attrs.name">name</a>? + & <a class="ref" href="forms-attributes.html#common-form.attrs.disabled" title="common-form.attrs.disabled">disabled</a>? + & <a class="ref" href="forms-attributes.html#common-form.attrs.form" title="common-form.attrs.form">form</a>? & <a class="ref" href="input.range.html#input.range.attrs.type" title="input.range.attrs.type">type</a> - & <a class="ref" href="form-attributes.html#input.attrs.autocomplete" title="input.attrs.autocomplete">autocomplete</a>? - & <a class="ref" href="form-attributes.html#shared-form.attrs.autofocus" title="shared-form.attrs.autofocus">autofocus</a>? - & <a class="ref" href="form-attributes.html#input.attrs.list" title="input.attrs.list">list</a>? + & <a class="ref" href="forms-attributes.html#input.attrs.autocomplete" title="input.attrs.autocomplete">autocomplete</a>? + & <a class="ref" href="forms-attributes.html#shared-form.attrs.autofocus" title="shared-form.attrs.autofocus">autofocus</a>? + & <a class="ref" href="forms-attributes.html#input.attrs.list" title="input.attrs.list">list</a>? & <a class="ref" href="input.range.html#input.range.attrs.min" title="input.range.attrs.min">min</a>? & <a class="ref" href="input.range.html#input.range.attrs.max" title="input.range.attrs.max">max</a>? - & <a class="ref" href="form-attributes.html#input.attrs.step.float" title="input.attrs.step.float">step.float</a>? + & <a class="ref" href="forms-attributes.html#input.attrs.step.float" title="input.attrs.step.float">step.float</a>? & <a class="ref" href="input.range.html#input.range.attrs.value" title="input.range.attrs.value">value</a>?</span></p></div></div> <div class="no-number no-toc" id="input.range-attributes"> <h2 class="element-subhead">Element-specific attributes <a class="hash" href="#input.range-attributes">#</a></h2> Index: keygen.html =================================================================== RCS file: /sources/public/html5/markup/keygen.html,v retrieving revision 1.11 retrieving revision 1.12 diff -u -d -r1.11 -r1.12 --- keygen.html 1 Aug 2009 10:44:33 -0000 1.11 +++ keygen.html 1 Aug 2009 16:46:48 -0000 1.12 @@ -31,10 +31,10 @@ <p><a href="keygen.html#keygen.attrs">keygen.attrs</a> = <span class="pattern" id="keygen.attrs"><a class="ref" href="common-attributes.html#common.attrs">common.attrs</a> & <a class="ref" href="keygen.html#keygen.attrs.challenge" title="keygen.attrs.challenge">challenge</a>? & <a class="ref" href="keygen.html#keygen.attrs.keytype" title="keygen.attrs.keytype">keytype</a>? - & <a class="ref" href="form-attributes.html#shared-form.attrs.autofocus" title="shared-form.attrs.autofocus">autofocus</a>? - & <a class="ref" href="form-attributes.html#common-form.attrs.name" title="common-form.attrs.name">name</a>? - & <a class="ref" href="form-attributes.html#common-form.attrs.disabled" title="common-form.attrs.disabled">disabled</a>? - & <a class="ref" href="form-attributes.html#common-form.attrs.form" title="common-form.attrs.form">form</a>??</span></p></div></div> + & <a class="ref" href="forms-attributes.html#shared-form.attrs.autofocus" title="shared-form.attrs.autofocus">autofocus</a>? + & <a class="ref" href="forms-attributes.html#common-form.attrs.name" title="common-form.attrs.name">name</a>? + & <a class="ref" href="forms-attributes.html#common-form.attrs.disabled" title="common-form.attrs.disabled">disabled</a>? + & <a class="ref" href="forms-attributes.html#common-form.attrs.form" title="common-form.attrs.form">form</a>??</span></p></div></div> <div class="no-number no-toc" id="keygen-attributes"> <h2 class="element-subhead">Element-specific attributes <a class="hash" href="#keygen-attributes">#</a></h2> <dl class="attr-defs"> Index: textarea.html =================================================================== RCS file: /sources/public/html5/markup/textarea.html,v retrieving revision 1.12 retrieving revision 1.13 diff -u -d -r1.12 -r1.13 --- textarea.html 1 Aug 2009 10:44:33 -0000 1.12 +++ textarea.html 1 Aug 2009 16:46:55 -0000 1.13 @@ -30,14 +30,14 @@ <h2 class="element-subhead">Attribute model <a class="hash" href="#textarea-attr-mdl">#</a></h2> <div class="attr-content-models"> <p><a href="textarea.html#textarea.attrs">textarea.attrs</a> = <span class="pattern" id="textarea.attrs">(<a class="ref" href="common-attributes.html#common.attrs">common.attrs</a> - & <a class="ref" href="form-attributes.html#common-form.attrs.name" title="common-form.attrs.name">name</a>? - & <a class="ref" href="form-attributes.html#common-form.attrs.disabled" title="common-form.attrs.disabled">disabled</a>? - & <a class="ref" href="form-attributes.html#common-form.attrs.form" title="common-form.attrs.form">form</a>? - & <a class="ref" href="form-attributes.html#shared-form.attrs.readonly" title="shared-form.attrs.readonly">readonly</a>?) - & (<a class="ref" href="form-attributes.html#shared-form.attrs.maxlength" title="shared-form.attrs.maxlength">maxlength</a>? - & <a class="ref" href="form-attributes.html#shared-form.attrs.autofocus" title="shared-form.attrs.autofocus">autofocus</a>? - & <a class="ref" href="form-attributes.html#shared-form.attrs.required" title="shared-form.attrs.required">required</a>? - & <a class="ref" href="form-attributes.html#shared-form.attrs.placeholder" title="shared-form.attrs.placeholder">placeholder</a>? + & <a class="ref" href="forms-attributes.html#common-form.attrs.name" title="common-form.attrs.name">name</a>? + & <a class="ref" href="forms-attributes.html#common-form.attrs.disabled" title="common-form.attrs.disabled">disabled</a>? + & <a class="ref" href="forms-attributes.html#common-form.attrs.form" title="common-form.attrs.form">form</a>? + & <a class="ref" href="forms-attributes.html#shared-form.attrs.readonly" title="shared-form.attrs.readonly">readonly</a>?) + & (<a class="ref" href="forms-attributes.html#shared-form.attrs.maxlength" title="shared-form.attrs.maxlength">maxlength</a>? + & <a class="ref" href="forms-attributes.html#shared-form.attrs.autofocus" title="shared-form.attrs.autofocus">autofocus</a>? + & <a class="ref" href="forms-attributes.html#shared-form.attrs.required" title="shared-form.attrs.required">required</a>? + & <a class="ref" href="forms-attributes.html#shared-form.attrs.placeholder" title="shared-form.attrs.placeholder">placeholder</a>? & <a class="ref" href="textarea.html#textarea.attrs.rows" title="textarea.attrs.rows">rows</a>? & ((<a class="ref" href="textarea.html#textarea.attrs.wrap.hard" title="textarea.attrs.wrap.hard">wrap.hard</a> & <a class="ref" href="textarea.html#textarea.attrs.cols" title="textarea.attrs.cols">cols</a>) Index: input.button.html =================================================================== RCS file: /sources/public/html5/markup/input.button.html,v retrieving revision 1.10 retrieving revision 1.11 diff -u -d -r1.10 -r1.11 --- input.button.html 1 Aug 2009 10:44:32 -0000 1.10 +++ input.button.html 1 Aug 2009 16:46:31 -0000 1.11 @@ -30,12 +30,12 @@ <h2 class="element-subhead">Attribute model <a class="hash" href="#input.button-attr-mdl">#</a></h2> <div class="attr-content-models"> <p><a href="input.button.html#input.button.attrs">input.button.attrs</a> = <span class="pattern" id="input.button.attrs">(<a class="ref" href="common-attributes.html#common.attrs">common.attrs</a> - & <a class="ref" href="form-attributes.html#common-form.attrs.name" title="common-form.attrs.name">name</a>? - & <a class="ref" href="form-attributes.html#common-form.attrs.disabled" title="common-form.attrs.disabled">disabled</a>? - & <a class="ref" href="form-attributes.html#common-form.attrs.form" title="common-form.attrs.form">form</a>? + & <a class="ref" href="forms-attributes.html#common-form.attrs.name" title="common-form.attrs.name">name</a>? + & <a class="ref" href="forms-attributes.html#common-form.attrs.disabled" title="common-form.attrs.disabled">disabled</a>? + & <a class="ref" href="forms-attributes.html#common-form.attrs.form" title="common-form.attrs.form">form</a>? & <a class="ref" href="input.button.html#input.button.attrs.type" title="input.button.attrs.type">type</a> & <a class="ref" href="input.button.html#input.button.attrs.value" title="input.button.attrs.value">value</a>?) - & <a class="ref" href="form-attributes.html#shared-form.attrs.autofocus" title="shared-form.attrs.autofocus">autofocus</a>?</span></p></div></div> + & <a class="ref" href="forms-attributes.html#shared-form.attrs.autofocus" title="shared-form.attrs.autofocus">autofocus</a>?</span></p></div></div> <div class="no-number no-toc" id="input.button-attributes"> <h2 class="element-subhead">Element-specific attributes <a class="hash" href="#input.button-attributes">#</a></h2> <dl class="attr-defs"> Index: input.text.html =================================================================== RCS file: /sources/public/html5/markup/input.text.html,v retrieving revision 1.10 retrieving revision 1.11 diff -u -d -r1.10 -r1.11 --- input.text.html 1 Aug 2009 10:44:33 -0000 1.10 +++ input.text.html 1 Aug 2009 16:46:45 -0000 1.11 @@ -30,20 +30,20 @@ <h2 class="element-subhead">Attribute model <a class="hash" href="#input.text-attr-mdl">#</a></h2> <div class="attr-content-models"> <p><a href="input.text.html#input.text.attrs">input.text.attrs</a> = <span class="pattern" id="input.text.attrs">(<a class="ref" href="common-attributes.html#common.attrs">common.attrs</a> - & <a class="ref" href="form-attributes.html#common-form.attrs.name" title="common-form.attrs.name">name</a>? - & <a class="ref" href="form-attributes.html#common-form.attrs.disabled" title="common-form.attrs.disabled">disabled</a>? - & <a class="ref" href="form-attributes.html#common-form.attrs.form" title="common-form.attrs.form">form</a>? + & <a class="ref" href="forms-attributes.html#common-form.attrs.name" title="common-form.attrs.name">name</a>? + & <a class="ref" href="forms-attributes.html#common-form.attrs.disabled" title="common-form.attrs.disabled">disabled</a>? + & <a class="ref" href="forms-attributes.html#common-form.attrs.form" title="common-form.attrs.form">form</a>? & <a class="ref" href="input.text.html#input.text.attrs.type" title="input.text.attrs.type">type</a>? - & <a class="ref" href="form-attributes.html#shared-form.attrs.maxlength" title="shared-form.attrs.maxlength">maxlength</a>? - & <a class="ref" href="form-attributes.html#shared-form.attrs.readonly" title="shared-form.attrs.readonly">readonly</a>? - & <a class="ref" href="form-attributes.html#shared-form.attrs.size" title="shared-form.attrs.size">size</a>? + & <a class="ref" href="forms-attributes.html#shared-form.attrs.maxlength" title="shared-form.attrs.maxlength">maxlength</a>? + & <a class="ref" href="forms-attributes.html#shared-form.attrs.readonly" title="shared-form.attrs.readonly">readonly</a>? + & <a class="ref" href="forms-attributes.html#shared-form.attrs.size" title="shared-form.attrs.size">size</a>? & <a class="ref" href="input.text.html#input.text.attrs.value" title="input.text.attrs.value">value</a>?) - & (<a class="ref" href="form-attributes.html#input.attrs.autocomplete" title="input.attrs.autocomplete">autocomplete</a>? - & <a class="ref" href="form-attributes.html#shared-form.attrs.autofocus" title="shared-form.attrs.autofocus">autofocus</a>? - & <a class="ref" href="form-attributes.html#input.attrs.list" title="input.attrs.list">list</a>? - & <a class="ref" href="form-attributes.html#shared-form.attrs.pattern" title="shared-form.attrs.pattern">pattern</a>? - & <a class="ref" href="form-attributes.html#shared-form.attrs.required" title="shared-form.attrs.required">required</a>? - & <a class="ref" href="form-attributes.html#shared-form.attrs.placeholder" title="shared-form.attrs.placeholder">placeholder</a>?)</span></p></div></div> + & (<a class="ref" href="forms-attributes.html#input.attrs.autocomplete" title="input.attrs.autocomplete">autocomplete</a>? + & <a class="ref" href="forms-attributes.html#shared-form.attrs.autofocus" title="shared-form.attrs.autofocus">autofocus</a>? + & <a class="ref" href="forms-attributes.html#input.attrs.list" title="input.attrs.list">list</a>? + & <a class="ref" href="forms-attributes.html#shared-form.attrs.pattern" title="shared-form.attrs.pattern">pattern</a>? + & <a class="ref" href="forms-attributes.html#shared-form.attrs.required" title="shared-form.attrs.required">required</a>? + & <a class="ref" href="forms-attributes.html#shared-form.attrs.placeholder" title="shared-form.attrs.placeholder">placeholder</a>?)</span></p></div></div> <div class="no-number no-toc" id="input.text-attributes"> <h2 class="element-subhead">Element-specific attributes <a class="hash" href="#input.text-attributes">#</a></h2> <dl class="attr-defs"> Index: input.checkbox.html =================================================================== RCS file: /sources/public/html5/markup/input.checkbox.html,v retrieving revision 1.10 retrieving revision 1.11 diff -u -d -r1.10 -r1.11 --- input.checkbox.html 1 Aug 2009 10:44:32 -0000 1.10 +++ input.checkbox.html 1 Aug 2009 16:46:32 -0000 1.11 @@ -30,14 +30,14 @@ <h2 class="element-subhead">Attribute model <a class="hash" href="#input.checkbox-attr-mdl">#</a></h2> <div class="attr-content-models"> <p><a href="input.checkbox.html#input.checkbox.attrs">input.checkbox.attrs</a> = <span class="pattern" id="input.checkbox.attrs">(<a class="ref" href="common-attributes.html#common.attrs">common.attrs</a> - & <a class="ref" href="form-attributes.html#common-form.attrs.name" title="common-form.attrs.name">name</a>? - & <a class="ref" href="form-attributes.html#common-form.attrs.disabled" title="common-form.attrs.disabled">disabled</a>? - & <a class="ref" href="form-attributes.html#common-form.attrs.form" title="common-form.attrs.form">form</a>? + & <a class="ref" href="forms-attributes.html#common-form.attrs.name" title="common-form.attrs.name">name</a>? + & <a class="ref" href="forms-attributes.html#common-form.attrs.disabled" title="common-form.attrs.disabled">disabled</a>? + & <a class="ref" href="forms-attributes.html#common-form.attrs.form" title="common-form.attrs.form">form</a>? & <a class="ref" href="input.checkbox.html#input.checkbox.attrs.type" title="input.checkbox.attrs.type">type</a> - & <a class="ref" href="form-attributes.html#input.attrs.checked" title="input.attrs.checked">checked</a>? + & <a class="ref" href="forms-attributes.html#input.attrs.checked" title="input.attrs.checked">checked</a>? & <a class="ref" href="input.checkbox.html#input.checkbox.attrs.value" title="input.checkbox.attrs.value">value</a>?) - & (<a class="ref" href="form-attributes.html#shared-form.attrs.autofocus" title="shared-form.attrs.autofocus">autofocus</a>? - & <a class="ref" href="form-attributes.html#shared-form.attrs.required" title="shared-form.attrs.required">required</a>?)</span></p></div></div> + & (<a class="ref" href="forms-attributes.html#shared-form.attrs.autofocus" title="shared-form.attrs.autofocus">autofocus</a>? + & <a class="ref" href="forms-attributes.html#shared-form.attrs.required" title="shared-form.attrs.required">required</a>?)</span></p></div></div> <div class="no-number no-toc" id="input.checkbox-attributes"> <h2 class="element-subhead">Element-specific attributes <a class="hash" href="#input.checkbox-attributes">#</a></h2> <dl class="attr-defs"> Index: object.html =================================================================== RCS file: /sources/public/html5/markup/object.html,v retrieving revision 1.15 retrieving revision 1.16 diff -u -d -r1.15 -r1.16 --- object.html 1 Aug 2009 10:44:33 -0000 1.15 +++ object.html 1 Aug 2009 16:46:51 -0000 1.16 @@ -46,7 +46,7 @@ & <a class="ref" href="object.html#object.attrs.width" title="object.attrs.width">width</a>? & <a class="ref" href="object.html#object.attrs.usemap" title="object.attrs.usemap">usemap</a>? & <a class="ref" href="object.html#object.attrs.name" title="object.attrs.name">name</a>? - & <a class="ref" href="form-attributes.html#common-form.attrs.form" title="common-form.attrs.form">form</a>?</span></p></div></div> + & <a class="ref" href="forms-attributes.html#common-form.attrs.form" title="common-form.attrs.form">form</a>?</span></p></div></div> <div class="no-number no-toc" id="object-attributes"> <h2 class="element-subhead">Element-specific attributes <a class="hash" href="#object-attributes">#</a></h2> <dl class="attr-defs"> Index: input.tel.html =================================================================== RCS file: /sources/public/html5/markup/input.tel.html,v retrieving revision 1.8 retrieving revision 1.9 diff -u -d -r1.8 -r1.9 --- input.tel.html 1 Aug 2009 10:44:33 -0000 1.8 +++ input.tel.html 1 Aug 2009 16:46:45 -0000 1.9 @@ -30,19 +30,19 @@ <h2 class="element-subhead">Attribute model <a class="hash" href="#input.tel-attr-mdl">#</a></h2> <div class="attr-content-models"> <p><a href="input.tel.html#input.tel.attrs">input.tel.attrs</a> = <span class="pattern" id="input.tel.attrs"><a class="ref" href="common-attributes.html#common.attrs">common.attrs</a> - & <a class="ref" href="form-attributes.html#common-form.attrs.name" title="common-form.attrs.name">name</a>? - & <a class="ref" href="form-attributes.html#common-form.attrs.disabled" title="common-form.attrs.disabled">disabled</a>? - & <a class="ref" href="form-attributes.html#common-form.attrs.form" title="common-form.attrs.form">form</a>? + & <a class="ref" href="forms-attributes.html#common-form.attrs.name" title="common-form.attrs.name">name</a>? + & <a class="ref" href="forms-attributes.html#common-form.attrs.disabled" title="common-form.attrs.disabled">disabled</a>? + & <a class="ref" href="forms-attributes.html#common-form.attrs.form" title="common-form.attrs.form">form</a>? & <a class="ref" href="input.tel.html#input.tel.attrs.type" title="input.tel.attrs.type">type</a> - & <a class="ref" href="form-attributes.html#input.attrs.autocomplete" title="input.attrs.autocomplete">autocomplete</a>? - & <a class="ref" href="form-attributes.html#shared-form.attrs.autofocus" title="shared-form.attrs.autofocus">autofocus</a>? - & <a class="ref" href="form-attributes.html#input.attrs.list" title="input.attrs.list">list</a>? - & <a class="ref" href="form-attributes.html#shared-form.attrs.maxlength" title="shared-form.attrs.maxlength">maxlength</a>? - & <a class="ref" href="form-attributes.html#shared-form.attrs.pattern" title="shared-form.attrs.pattern">pattern</a>? - & <a class="ref" href="form-attributes.html#shared-form.attrs.readonly" title="shared-form.attrs.readonly">readonly</a>? - & <a class="ref" href="form-attributes.html#shared-form.attrs.required" title="shared-form.attrs.required">required</a>? - & <a class="ref" href="form-attributes.html#shared-form.attrs.size" title="shared-form.attrs.size">size</a>? - & <a class="ref" href="form-attributes.html#shared-form.attrs.placeholder" title="shared-form.attrs.placeholder">placeholder</a>? + & <a class="ref" href="forms-attributes.html#input.attrs.autocomplete" title="input.attrs.autocomplete">autocomplete</a>? + & <a class="ref" href="forms-attributes.html#shared-form.attrs.autofocus" title="shared-form.attrs.autofocus">autofocus</a>? + & <a class="ref" href="forms-attributes.html#input.attrs.list" title="input.attrs.list">list</a>? + & <a class="ref" href="forms-attributes.html#shared-form.attrs.maxlength" title="shared-form.attrs.maxlength">maxlength</a>? + & <a class="ref" href="forms-attributes.html#shared-form.attrs.pattern" title="shared-form.attrs.pattern">pattern</a>? + & <a class="ref" href="forms-attributes.html#shared-form.attrs.readonly" title="shared-form.attrs.readonly">readonly</a>? + & <a class="ref" href="forms-attributes.html#shared-form.attrs.required" title="shared-form.attrs.required">required</a>? + & <a class="ref" href="forms-attributes.html#shared-form.attrs.size" title="shared-form.attrs.size">size</a>? + & <a class="ref" href="forms-attributes.html#shared-form.attrs.placeholder" title="shared-form.attrs.placeholder">placeholder</a>? & <a class="ref" href="input.tel.html#input.tel.attrs.value" title="input.tel.attrs.value">value</a>?</span></p></div></div> <div class="no-number no-toc" id="input.tel-attributes"> <h2 class="element-subhead">Element-specific attributes <a class="hash" href="#input.tel-attributes">#</a></h2> Index: input.number.html =================================================================== RCS file: /sources/public/html5/markup/input.number.html,v retrieving revision 1.9 retrieving revision 1.10 diff -u -d -r1.9 -r1.10 --- input.number.html 1 Aug 2009 10:44:32 -0000 1.9 +++ input.number.html 1 Aug 2009 16:46:39 -0000 1.10 @@ -31,18 +31,18 @@ <h2 class="element-subhead">Attribute model <a class="hash" href="#input.number-attr-mdl">#</a></h2> <div class="attr-content-models"> <p><a href="input.number.html#input.number.attrs">input.number.attrs</a> = <span class="pattern" id="input.number.attrs"><a class="ref" href="common-attributes.html#common.attrs">common.attrs</a> - & <a class="ref" href="form-attributes.html#common-form.attrs.name" title="common-form.attrs.name">name</a>? - & <a class="ref" href="form-attributes.html#common-form.attrs.disabled" title="common-form.attrs.disabled">disabled</a>? - & <a class="ref" href="form-attributes.html#common-form.attrs.form" title="common-form.attrs.form">form</a>? + & <a class="ref" href="forms-attributes.html#common-form.attrs.name" title="common-form.attrs.name">name</a>? + & <a class="ref" href="forms-attributes.html#common-form.attrs.disabled" title="common-form.attrs.disabled">disabled</a>? + & <a class="ref" href="forms-attributes.html#common-form.attrs.form" title="common-form.attrs.form">form</a>? & <a class="ref" href="input.number.html#input.number.attrs.type" title="input.number.attrs.type">type</a> - & <a class="ref" href="form-attributes.html#input.attrs.autocomplete" title="input.attrs.autocomplete">autocomplete</a>? - & <a class="ref" href="form-attributes.html#shared-form.attrs.autofocus" title="shared-form.attrs.autofocus">autofocus</a>? - & <a class="ref" href="form-attributes.html#input.attrs.list" title="input.attrs.list">list</a>? + & <a class="ref" href="forms-attributes.html#input.attrs.autocomplete" title="input.attrs.autocomplete">autocomplete</a>? + & <a class="ref" href="forms-attributes.html#shared-form.attrs.autofocus" title="shared-form.attrs.autofocus">autofocus</a>? + & <a class="ref" href="forms-attributes.html#input.attrs.list" title="input.attrs.list">list</a>? & <a class="ref" href="input.number.html#input.number.attrs.min" title="input.number.attrs.min">min</a>? & <a class="ref" href="input.number.html#input.number.attrs.max" title="input.number.attrs.max">max</a>? - & <a class="ref" href="form-attributes.html#input.attrs.step.float" title="input.attrs.step.float">step.float</a>? - & <a class="ref" href="form-attributes.html#shared-form.attrs.readonly" title="shared-form.attrs.readonly">readonly</a>? - & <a class="ref" href="form-attributes.html#shared-form.attrs.required" title="shared-form.attrs.required">required</a>? + & <a class="ref" href="forms-attributes.html#input.attrs.step.float" title="input.attrs.step.float">step.float</a>? + & <a class="ref" href="forms-attributes.html#shared-form.attrs.readonly" title="shared-form.attrs.readonly">readonly</a>? + & <a class="ref" href="forms-attributes.html#shared-form.attrs.required" title="shared-form.attrs.required">required</a>? & <a class="ref" href="input.number.html#input.number.attrs.value" title="input.number.attrs.value">value</a>?</span></p></div></div> <div class="no-number no-toc" id="input.number-attributes"> <h2 class="element-subhead">Element-specific attributes <a class="hash" href="#input.number-attributes">#</a></h2> Index: datatypes.html =================================================================== RCS file: /sources/public/html5/markup/datatypes.html,v retrieving revision 1.22 retrieving revision 1.23 diff -u -d -r1.22 -r1.23 --- datatypes.html 1 Aug 2009 12:23:46 -0000 1.22 +++ datatypes.html 1 Aug 2009 16:46:31 -0000 1.23 @@ -8,7 +8,7 @@ <body> <h2 class="chunkpagetitle"><a href="Overview.html">HTML5: The Markup Language</a></h2> <div class="nav"> -<span class="nav-prev"><a href="form-attributes.html">« form-attributes</a></span> +<span class="nav-prev"><a href="forms-attributes.html">« forms-attributes</a></span> <span class="nav-next"><a href="references.html">references »</a></span> </div> <div id="datatypes" class="section"> @@ -446,7 +446,7 @@ </div> <hr class="footerbreak"></hr> <div class="nav"> -<span class="nav-prev"><a href="form-attributes.html">« form-attributes</a></span> +<span class="nav-prev"><a href="forms-attributes.html">« forms-attributes</a></span> <span class="nav-next"><a href="references.html">references »</a></span> </div> </body> Index: input.datetime.html =================================================================== RCS file: /sources/public/html5/markup/input.datetime.html,v retrieving revision 1.9 retrieving revision 1.10 diff -u -d -r1.9 -r1.10 --- input.datetime.html 1 Aug 2009 10:44:32 -0000 1.9 +++ input.datetime.html 1 Aug 2009 16:46:32 -0000 1.10 @@ -32,18 +32,18 @@ <h2 class="element-subhead">Attribute model <a class="hash" href="#input.datetime-attr-mdl">#</a></h2> <div class="attr-content-models"> <p><a href="input.datetime.html#input.datetime.attrs">input.datetime.attrs</a> = <span class="pattern" id="input.datetime.attrs"><a class="ref" href="common-attributes.html#common.attrs">common.attrs</a> - & <a class="ref" href="form-attributes.html#common-form.attrs.name" title="common-form.attrs.name">name</a>? - & <a class="ref" href="form-attributes.html#common-form.attrs.disabled" title="common-form.attrs.disabled">disabled</a>? - & <a class="ref" href="form-attributes.html#common-form.attrs.form" title="common-form.attrs.form">form</a>? + & <a class="ref" href="forms-attributes.html#common-form.attrs.name" title="common-form.attrs.name">name</a>? + & <a class="ref" href="forms-attributes.html#common-form.attrs.disabled" title="common-form.attrs.disabled">disabled</a>? + & <a class="ref" href="forms-attributes.html#common-form.attrs.form" title="common-form.attrs.form">form</a>? & <a class="ref" href="input.datetime.html#input.datetime.attrs.type" title="input.datetime.attrs.type">type</a> - & <a class="ref" href="form-attributes.html#input.attrs.autocomplete" title="input.attrs.autocomplete">autocomplete</a>? - & <a class="ref" href="form-attributes.html#shared-form.attrs.autofocus" title="shared-form.attrs.autofocus">autofocus</a>? - & <a class="ref" href="form-attributes.html#input.attrs.list" title="input.attrs.list">list</a>? + & <a class="ref" href="forms-attributes.html#input.attrs.autocomplete" title="input.attrs.autocomplete">autocomplete</a>? + & <a class="ref" href="forms-attributes.html#shared-form.attrs.autofocus" title="shared-form.attrs.autofocus">autofocus</a>? + & <a class="ref" href="forms-attributes.html#input.attrs.list" title="input.attrs.list">list</a>? & <a class="ref" href="input.datetime.html#input.datetime.attrs.min" title="input.datetime.attrs.min">min</a>? & <a class="ref" href="input.datetime.html#input.datetime.attrs.max" title="input.datetime.attrs.max">max</a>? - & <a class="ref" href="form-attributes.html#input.attrs.step.float" title="input.attrs.step.float">step.float</a>? - & <a class="ref" href="form-attributes.html#shared-form.attrs.readonly" title="shared-form.attrs.readonly">readonly</a>? - & <a class="ref" href="form-attributes.html#shared-form.attrs.required" title="shared-form.attrs.required">required</a>? + & <a class="ref" href="forms-attributes.html#input.attrs.step.float" title="input.attrs.step.float">step.float</a>? + & <a class="ref" href="forms-attributes.html#shared-form.attrs.readonly" title="shared-form.attrs.readonly">readonly</a>? + & <a class="ref" href="forms-attributes.html#shared-form.attrs.required" title="shared-form.attrs.required">required</a>? & <a class="ref" href="input.datetime.html#input.datetime.attrs.value" title="input.datetime.attrs.value">value</a>?</span></p></div></div> <div class="no-number no-toc" id="input.datetime-attributes"> <h2 class="element-subhead">Element-specific attributes <a class="hash" href="#input.datetime-attributes">#</a></h2> Index: input.password.html =================================================================== RCS file: /sources/public/html5/markup/input.password.html,v retrieving revision 1.10 retrieving revision 1.11 diff -u -d -r1.10 -r1.11 --- input.password.html 1 Aug 2009 10:44:32 -0000 1.10 +++ input.password.html 1 Aug 2009 16:46:39 -0000 1.11 @@ -30,19 +30,19 @@ <h2 class="element-subhead">Attribute model <a class="hash" href="#input.password-attr-mdl">#</a></h2> <div class="attr-content-models"> <p><a href="input.password.html#input.password.attrs">input.password.attrs</a> = <span class="pattern" id="input.password.attrs">(<a class="ref" href="common-attributes.html#common.attrs">common.attrs</a> - & <a class="ref" href="form-attributes.html#common-form.attrs.name" title="common-form.attrs.name">name</a>? - & <a class="ref" href="form-attributes.html#common-form.attrs.disabled" title="common-form.attrs.disabled">disabled</a>? - & <a class="ref" href="form-attributes.html#common-form.attrs.form" title="common-form.attrs.form">form</a>? + & <a class="ref" href="forms-attributes.html#common-form.attrs.name" title="common-form.attrs.name">name</a>? + & <a class="ref" href="forms-attributes.html#common-form.attrs.disabled" title="common-form.attrs.disabled">disabled</a>? + & <a class="ref" href="forms-attributes.html#common-form.attrs.form" title="common-form.attrs.form">form</a>? & <a class="ref" href="input.password.html#input.password.attrs.type" title="input.password.attrs.type">type</a> - & <a class="ref" href="form-attributes.html#shared-form.attrs.maxlength" title="shared-form.attrs.maxlength">maxlength</a>? - & <a class="ref" href="form-attributes.html#shared-form.attrs.readonly" title="shared-form.attrs.readonly">readonly</a>? - & <a class="ref" href="form-attributes.html#shared-form.attrs.size" title="shared-form.attrs.size">size</a>? + & <a class="ref" href="forms-attributes.html#shared-form.attrs.maxlength" title="shared-form.attrs.maxlength">maxlength</a>? + & <a class="ref" href="forms-attributes.html#shared-form.attrs.readonly" title="shared-form.attrs.readonly">readonly</a>? + & <a class="ref" href="forms-attributes.html#shared-form.attrs.size" title="shared-form.attrs.size">size</a>? & <a class="ref" href="input.password.html#input.password.attrs.value" title="input.password.attrs.value">value</a>?) - & (<a class="ref" href="form-attributes.html#input.attrs.autocomplete" title="input.attrs.autocomplete">autocomplete</a>? - & <a class="ref" href="form-attributes.html#shared-form.attrs.autofocus" title="shared-form.attrs.autofocus">autofocus</a>? - & <a class="ref" href="form-attributes.html#shared-form.attrs.pattern" title="shared-form.attrs.pattern">pattern</a>? - & <a class="ref" href="form-attributes.html#shared-form.attrs.required" title="shared-form.attrs.required">required</a>? - & <a class="ref" href="form-attributes.html#shared-form.attrs.placeholder" title="shared-form.attrs.placeholder">placeholder</a>?)</span></p></div></div> + & (<a class="ref" href="forms-attributes.html#input.attrs.autocomplete" title="input.attrs.autocomplete">autocomplete</a>? + & <a class="ref" href="forms-attributes.html#shared-form.attrs.autofocus" title="shared-form.attrs.autofocus">autofocus</a>? + & <a class="ref" href="forms-attributes.html#shared-form.attrs.pattern" title="shared-form.attrs.pattern">pattern</a>? + & <a class="ref" href="forms-attributes.html#shared-form.attrs.required" title="shared-form.attrs.required">required</a>? + & <a class="ref" href="forms-attributes.html#shared-form.attrs.placeholder" title="shared-form.attrs.placeholder">placeholder</a>?)</span></p></div></div> <div class="no-number no-toc" id="input.password-attributes"> <h2 class="element-subhead">Element-specific attributes <a class="hash" href="#input.password-attributes">#</a></h2> <dl class="attr-defs"> Index: input.time.html =================================================================== RCS file: /sources/public/html5/markup/input.time.html,v retrieving revision 1.9 retrieving revision 1.10 diff -u -d -r1.9 -r1.10 --- input.time.html 1 Aug 2009 10:44:33 -0000 1.9 +++ input.time.html 1 Aug 2009 16:46:46 -0000 1.10 @@ -31,18 +31,18 @@ <h2 class="element-subhead">Attribute model <a class="hash" href="#input.time-attr-mdl">#</a></h2> <div class="attr-content-models"> <p><a href="input.time.html#input.time.attrs">input.time.attrs</a> = <span class="pattern" id="input.time.attrs"><a class="ref" href="common-attributes.html#common.attrs">common.attrs</a> - & <a class="ref" href="form-attributes.html#common-form.attrs.name" title="common-form.attrs.name">name</a>? - & <a class="ref" href="form-attributes.html#common-form.attrs.disabled" title="common-form.attrs.disabled">disabled</a>? - & <a class="ref" href="form-attributes.html#common-form.attrs.form" title="common-form.attrs.form">form</a>? + & <a class="ref" href="forms-attributes.html#common-form.attrs.name" title="common-form.attrs.name">name</a>? + & <a class="ref" href="forms-attributes.html#common-form.attrs.disabled" title="common-form.attrs.disabled">disabled</a>? + & <a class="ref" href="forms-attributes.html#common-form.attrs.form" title="common-form.attrs.form">form</a>? & <a class="ref" href="input.time.html#input.time.attrs.type" title="input.time.attrs.type">type</a> - & <a class="ref" href="form-attributes.html#input.attrs.autocomplete" title="input.attrs.autocomplete">autocomplete</a>? - & <a class="ref" href="form-attributes.html#shared-form.attrs.autofocus" title="shared-form.attrs.autofocus">autofocus</a>? - & <a class="ref" href="form-attributes.html#input.attrs.list" title="input.attrs.list">list</a>? + & <a class="ref" href="forms-attributes.html#input.attrs.autocomplete" title="input.attrs.autocomplete">autocomplete</a>? + & <a class="ref" href="forms-attributes.html#shared-form.attrs.autofocus" title="shared-form.attrs.autofocus">autofocus</a>? + & <a class="ref" href="forms-attributes.html#input.attrs.list" title="input.attrs.list">list</a>? & <a class="ref" href="input.time.html#input.time.attrs.min" title="input.time.attrs.min">min</a>? & <a class="ref" href="input.time.html#input.time.attrs.max" title="input.time.attrs.max">max</a>? - & <a class="ref" href="form-attributes.html#input.attrs.step.float" title="input.attrs.step.float">step.float</a>? - & <a class="ref" href="form-attributes.html#shared-form.attrs.readonly" title="shared-form.attrs.readonly">readonly</a>? - & <a class="ref" href="form-attributes.html#shared-form.attrs.required" title="shared-form.attrs.required">required</a>? + & <a class="ref" href="forms-attributes.html#input.attrs.step.float" title="input.attrs.step.float">step.float</a>? + & <a class="ref" href="forms-attributes.html#shared-form.attrs.readonly" title="shared-form.attrs.readonly">readonly</a>? + & <a class="ref" href="forms-attributes.html#shared-form.attrs.required" title="shared-form.attrs.required">required</a>? & <a class="ref" href="input.time.html#input.time.attrs.value" title="input.time.attrs.value">value</a>?</span></p></div></div> <div class="no-number no-toc" id="input.time-attributes"> <h2 class="element-subhead">Element-specific attributes <a class="hash" href="#input.time-attributes">#</a></h2> Index: input.image.html =================================================================== RCS file: /sources/public/html5/markup/input.image.html,v retrieving revision 1.10 retrieving revision 1.11 diff -u -d -r1.10 -r1.11 --- input.image.html 1 Aug 2009 10:44:32 -0000 1.10 +++ input.image.html 1 Aug 2009 16:46:32 -0000 1.11 @@ -33,18 +33,18 @@ <h2 class="element-subhead">Attribute model <a class="hash" href="#input.image-attr-mdl">#</a></h2> <div class="attr-content-models"> <p><a href="input.image.html#input.image.attrs">input.image.attrs</a> = <span class="pattern" id="input.image.attrs">(<a class="ref" href="common-attributes.html#common.attrs">common.attrs</a> - & <a class="ref" href="form-attributes.html#common-form.attrs.name" title="common-form.attrs.name">name</a>? - & <a class="ref" href="form-attributes.html#common-form.attrs.disabled" title="common-form.attrs.disabled">disabled</a>? - & <a class="ref" href="form-attributes.html#common-form.attrs.form" title="common-form.attrs.form">form</a>? + & <a class="ref" href="forms-attributes.html#common-form.attrs.name" title="common-form.attrs.name">name</a>? + & <a class="ref" href="forms-attributes.html#common-form.attrs.disabled" title="common-form.attrs.disabled">disabled</a>? + & <a class="ref" href="forms-attributes.html#common-form.attrs.form" title="common-form.attrs.form">form</a>? & <a class="ref" href="input.image.html#input.image.attrs.type" title="input.image.attrs.type">type</a> & <a class="ref" href="input.image.html#input.image.attrs.alt" title="input.image.attrs.alt">alt</a> & <a class="ref" href="input.image.html#input.image.attrs.src" title="input.image.attrs.src">src</a>?) - & (<a class="ref" href="form-attributes.html#shared-form.attrs.formaction" title="shared-form.attrs.formaction">formaction</a>? - & <a class="ref" href="form-attributes.html#shared-form.attrs.autofocus" title="shared-form.attrs.autofocus">autofocus</a>? - & <a class="ref" href="form-attributes.html#shared-form.attrs.formenctype" title="shared-form.attrs.formenctype">formenctype</a>? - & <a class="ref" href="form-attributes.html#shared-form.attrs.formmethod" title="shared-form.attrs.formmethod">formmethod</a>? - & <a class="ref" href="form-attributes.html#shared-form.attrs.formtarget" title="shared-form.attrs.formtarget">formtarget</a>? - & <a class="ref" href="form-attributes.html#shared-form.attrs.formnovalidate" title="shared-form.attrs.formnovalidate">formnovalidate</a>? + & (<a class="ref" href="forms-attributes.html#shared-form.attrs.formaction" title="shared-form.attrs.formaction">formaction</a>? + & <a class="ref" href="forms-attributes.html#shared-form.attrs.autofocus" title="shared-form.attrs.autofocus">autofocus</a>? + & <a class="ref" href="forms-attributes.html#shared-form.attrs.formenctype" title="shared-form.attrs.formenctype">formenctype</a>? + & <a class="ref" href="forms-attributes.html#shared-form.attrs.formmethod" title="shared-form.attrs.formmethod">formmethod</a>? + & <a class="ref" href="forms-attributes.html#shared-form.attrs.formtarget" title="shared-form.attrs.formtarget">formtarget</a>? + & <a class="ref" href="forms-attributes.html#shared-form.attrs.formnovalidate" title="shared-form.attrs.formnovalidate">formnovalidate</a>? & <a class="ref" href="input.image.html#input.image.attrs.height" title="input.image.attrs.height">height</a>? & <a class="ref" href="input.image.html#input.image.attrs.width" title="input.image.attrs.width">width</a>?)</span></p></div></div> <div class="no-number no-toc" id="input.image-attributes"> Index: input.file.html =================================================================== RCS file: /sources/public/html5/markup/input.file.html,v retrieving revision 1.9 retrieving revision 1.10 diff -u -d -r1.9 -r1.10 --- input.file.html 1 Aug 2009 10:44:32 -0000 1.9 +++ input.file.html 1 Aug 2009 16:46:32 -0000 1.10 @@ -32,14 +32,14 @@ <h2 class="element-subhead">Attribute model <a class="hash" href="#input.file-attr-mdl">#</a></h2> <div class="attr-content-models"> <p><a href="input.file.html#input.file.attrs">input.file.attrs</a> = <span class="pattern" id="input.file.attrs">(<a class="ref" href="common-attributes.html#common.attrs">common.attrs</a> - & <a class="ref" href="form-attributes.html#common-form.attrs.name" title="common-form.attrs.name">name</a>? - & <a class="ref" href="form-attributes.html#common-form.attrs.disabled" title="common-form.attrs.disabled">disabled</a>? - & <a class="ref" href="form-attributes.html#common-form.attrs.form" title="common-form.attrs.form">form</a>? + & <a class="ref" href="forms-attributes.html#common-form.attrs.name" title="common-form.attrs.name">name</a>? + & <a class="ref" href="forms-attributes.html#common-form.attrs.disabled" title="common-form.attrs.disabled">disabled</a>? + & <a class="ref" href="forms-attributes.html#common-form.attrs.form" title="common-form.attrs.form">form</a>? & <a class="ref" href="input.file.html#input.file.attrs.type" title="input.file.attrs.type">type</a> & <a class="ref" href="input.file.html#input.file.attrs.accept" title="input.file.attrs.accept">accept</a>?) - & (<a class="ref" href="form-attributes.html#shared-form.attrs.autofocus" title="shared-form.attrs.autofocus">autofocus</a>? - & <a class="ref" href="form-attributes.html#shared-form.attrs.required" title="shared-form.attrs.required">required</a>? - & <a class="ref" href="form-attributes.html#input.attrs.multiple" title="input.attrs.multiple">multiple</a>?)</span></p></div></div> + & (<a class="ref" href="forms-attributes.html#shared-form.attrs.autofocus" title="shared-form.attrs.autofocus">autofocus</a>? + & <a class="ref" href="forms-attributes.html#shared-form.attrs.required" title="shared-form.attrs.required">required</a>? + & <a class="ref" href="forms-attributes.html#input.attrs.multiple" title="input.attrs.multiple">multiple</a>?)</span></p></div></div> <div class="no-number no-toc" id="input.file-attributes"> <h2 class="element-subhead">Element-specific attributes <a class="hash" href="#input.file-attributes">#</a></h2> <dl class="attr-defs"> Index: input.radio.html =================================================================== RCS file: /sources/public/html5/markup/input.radio.html,v retrieving revision 1.10 retrieving revision 1.11 diff -u -d -r1.10 -r1.11 --- input.radio.html 1 Aug 2009 10:44:32 -0000 1.10 +++ input.radio.html 1 Aug 2009 16:46:39 -0000 1.11 @@ -31,14 +31,14 @@ <h2 class="element-subhead">Attribute model <a class="hash" href="#input.radio-attr-mdl">#</a></h2> <div class="attr-content-models"> <p><a href="input.radio.html#input.radio.attrs">input.radio.attrs</a> = <span class="pattern" id="input.radio.attrs">(<a class="ref" href="common-attributes.html#common.attrs">common.attrs</a> - & <a class="ref" href="form-attributes.html#common-form.attrs.name" title="common-form.attrs.name">name</a>? - & <a class="ref" href="form-attributes.html#common-form.attrs.disabled" title="common-form.attrs.disabled">disabled</a>? - & <a class="ref" href="form-attributes.html#common-form.attrs.form" title="common-form.attrs.form">form</a>? + & <a class="ref" href="forms-attributes.html#common-form.attrs.name" title="common-form.attrs.name">name</a>? + & <a class="ref" href="forms-attributes.html#common-form.attrs.disabled" title="common-form.attrs.disabled">disabled</a>? + & <a class="ref" href="forms-attributes.html#common-form.attrs.form" title="common-form.attrs.form">form</a>? & <a class="ref" href="input.radio.html#input.radio.attrs.type" title="input.radio.attrs.type">type</a> - & <a class="ref" href="form-attributes.html#input.attrs.checked" title="input.attrs.checked">checked</a>? + & <a class="ref" href="forms-attributes.html#input.attrs.checked" title="input.attrs.checked">checked</a>? & <a class="ref" href="input.radio.html#input.radio.attrs.value" title="input.radio.attrs.value">value</a>?) - & (<a class="ref" href="form-attributes.html#shared-form.attrs.autofocus" title="shared-form.attrs.autofocus">autofocus</a>? - & <a class="ref" href="form-attributes.html#shared-form.attrs.required" title="shared-form.attrs.required">required</a>?)</span></p></div></div> + & (<a class="ref" href="forms-attributes.html#shared-form.attrs.autofocus" title="shared-form.attrs.autofocus">autofocus</a>? + & <a class="ref" href="forms-attributes.html#shared-form.attrs.required" title="shared-form.attrs.required">required</a>?)</span></p></div></div> <div class="no-number no-toc" id="input.radio-attributes"> <h2 class="element-subhead">Element-specific attributes <a class="hash" href="#input.radio-attributes">#</a></h2> <dl class="attr-defs"> Index: input.reset.html =================================================================== RCS file: /sources/public/html5/markup/input.reset.html,v retrieving revision 1.10 retrieving revision 1.11 diff -u -d -r1.10 -r1.11 --- input.reset.html 1 Aug 2009 10:44:33 -0000 1.10 +++ input.reset.html 1 Aug 2009 16:46:39 -0000 1.11 @@ -30,12 +30,12 @@ <h2 class="element-subhead">Attribute model <a class="hash" href="#input.reset-attr-mdl">#</a></h2> <div class="attr-content-models"> <p><a href="input.reset.html#input.reset.attrs">input.reset.attrs</a> = <span class="pattern" id="input.reset.attrs">(<a class="ref" href="common-attributes.html#common.attrs">common.attrs</a> - & <a class="ref" href="form-attributes.html#common-form.attrs.name" title="common-form.attrs.name">name</a>? - & <a class="ref" href="form-attributes.html#common-form.attrs.disabled" title="common-form.attrs.disabled">disabled</a>? - & <a class="ref" href="form-attributes.html#common-form.attrs.form" title="common-form.attrs.form">form</a>? + & <a class="ref" href="forms-attributes.html#common-form.attrs.name" title="common-form.attrs.name">name</a>? + & <a class="ref" href="forms-attributes.html#common-form.attrs.disabled" title="common-form.attrs.disabled">disabled</a>? + & <a class="ref" href="forms-attributes.html#common-form.attrs.form" title="common-form.attrs.form">form</a>? & <a class="ref" href="input.reset.html#input.reset.attrs.type" title="input.reset.attrs.type">type</a> & <a class="ref" href="input.reset.html#input.reset.attrs.value" title="input.reset.attrs.value">value</a>?) - & <a class="ref" href="form-attributes.html#shared-form.attrs.autofocus" title="shared-form.attrs.autofocus">autofocus</a>?</span></p></div></div> + & <a class="ref" href="forms-attributes.html#shared-form.attrs.autofocus" title="shared-form.attrs.autofocus">autofocus</a>?</span></p></div></div> <div class="no-number no-toc" id="input.reset-attributes"> <h2 class="element-subhead">Element-specific attributes <a class="hash" href="#input.reset-attributes">#</a></h2> <dl class="attr-defs"> Index: input.datetime-local.html =================================================================== RCS file: /sources/public/html5/markup/input.datetime-local.html,v retrieving revision 1.9 retrieving revision 1.10 diff -u -d -r1.9 -r1.10 --- input.datetime-local.html 1 Aug 2009 10:44:32 -0000 1.9 +++ input.datetime-local.html 1 Aug 2009 16:46:32 -0000 1.10 @@ -32,18 +32,18 @@ <h2 class="element-subhead">Attribute model <a class="hash" href="#input.datetime-local-attr-mdl">#</a></h2> <div class="attr-content-models"> <p><a href="input.datetime-local.html#input.datetime-local.attrs">input.datetime-local.attrs</a> = <span class="pattern" id="input.datetime-local.attrs"><a class="ref" href="common-attributes.html#common.attrs">common.attrs</a> - & <a class="ref" href="form-attributes.html#common-form.attrs.name" title="common-form.attrs.name">name</a>? - & <a class="ref" href="form-attributes.html#common-form.attrs.disabled" title="common-form.attrs.disabled">disabled</a>? - & <a class="ref" href="form-attributes.html#common-form.attrs.form" title="common-form.attrs.form">form</a>? + & <a class="ref" href="forms-attributes.html#common-form.attrs.name" title="common-form.attrs.name">name</a>? + & <a class="ref" href="forms-attributes.html#common-form.attrs.disabled" title="common-form.attrs.disabled">disabled</a>? + & <a class="ref" href="forms-attributes.html#common-form.attrs.form" title="common-form.attrs.form">form</a>? & <a class="ref" href="input.datetime-local.html#input.datetime-local.attrs.type" title="input.datetime-local.attrs.type">type</a> - & <a class="ref" href="form-attributes.html#input.attrs.autocomplete" title="input.attrs.autocomplete">autocomplete</a>? - & <a class="ref" href="form-attributes.html#shared-form.attrs.autofocus" title="shared-form.attrs.autofocus">autofocus</a>? - & <a class="ref" href="form-attributes.html#input.attrs.list" title="input.attrs.list">list</a>? + & <a class="ref" href="forms-attributes.html#input.attrs.autocomplete" title="input.attrs.autocomplete">autocomplete</a>? + & <a class="ref" href="forms-attributes.html#shared-form.attrs.autofocus" title="shared-form.attrs.autofocus">autofocus</a>? + & <a class="ref" href="forms-attributes.html#input.attrs.list" title="input.attrs.list">list</a>? & <a class="ref" href="input.datetime-local.html#input.datetime-local.attrs.min" title="input.datetime-local.attrs.min">min</a>? & <a class="ref" href="input.datetime-local.html#input.datetime-local.attrs.max" title="input.datetime-local.attrs.max">max</a>? - & <a class="ref" href="form-attributes.html#input.attrs.step.float" title="input.attrs.step.float">step.float</a>? - & <a class="ref" href="form-attributes.html#shared-form.attrs.readonly" title="shared-form.attrs.readonly">readonly</a>? - & <a class="ref" href="form-attributes.html#shared-form.attrs.required" title="shared-form.attrs.required">required</a>? + & <a class="ref" href="forms-attributes.html#input.attrs.step.float" title="input.attrs.step.float">step.float</a>? + & <a class="ref" href="forms-attributes.html#shared-form.attrs.readonly" title="shared-form.attrs.readonly">readonly</a>? + & <a class="ref" href="forms-attributes.html#shared-form.attrs.required" title="shared-form.attrs.required">required</a>? & <a class="ref" href="input.datetime-local.html#input.datetime-local.attrs.value" title="input.datetime-local.attrs.value">value</a>?</span></p></div></div> <div class="no-number no-toc" id="input.datetime-local-attributes"> <h2 class="element-subhead">Element-specific attributes <a class="hash" href="#input.datetime-local-attributes">#</a></h2> Index: input.color.html =================================================================== RCS file: /sources/public/html5/markup/input.color.html,v retrieving revision 1.10 retrieving revision 1.11 diff -u -d -r1.10 -r1.11 --- input.color.html 1 Aug 2009 10:44:32 -0000 1.10 +++ input.color.html 1 Aug 2009 16:46:32 -0000 1.11 @@ -31,13 +31,13 @@ <h2 class="element-subhead">Attribute model <a class="hash" href="#input.color-attr-mdl">#</a></h2> <div class="attr-content-models"> <p><a href="input.color.html#input.color.attrs">input.color.attrs</a> = <span class="pattern" id="input.color.attrs"><a class="ref" href="common-attributes.html#common.attrs">common.attrs</a> - & <a class="ref" href="form-attributes.html#common-form.attrs.name" title="common-form.attrs.name">name</a>? - & <a class="ref" href="form-attributes.html#common-form.attrs.disabled" title="common-form.attrs.disabled">disabled</a>? - & <a class="ref" href="form-attributes.html#common-form.attrs.form" title="common-form.attrs.form">form</a>? + & <a class="ref" href="forms-attributes.html#common-form.attrs.name" title="common-form.attrs.name">name</a>? + & <a class="ref" href="forms-attributes.html#common-form.attrs.disabled" title="common-form.attrs.disabled">disabled</a>? + & <a class="ref" href="forms-attributes.html#common-form.attrs.form" title="common-form.attrs.form">form</a>? & <a class="ref" href="input.color.html#input.color.attrs.type" title="input.color.attrs.type">type</a> - & <a class="ref" href="form-attributes.html#input.attrs.autocomplete" title="input.attrs.autocomplete">autocomplete</a>? - & <a class="ref" href="form-attributes.html#shared-form.attrs.autofocus" title="shared-form.attrs.autofocus">autofocus</a>? - & <a class="ref" href="form-attributes.html#input.attrs.list" title="input.attrs.list">list</a>? + & <a class="ref" href="forms-attributes.html#input.attrs.autocomplete" title="input.attrs.autocomplete">autocomplete</a>? + & <a class="ref" href="forms-attributes.html#shared-form.attrs.autofocus" title="shared-form.attrs.autofocus">autofocus</a>? + & <a class="ref" href="forms-attributes.html#input.attrs.list" title="input.attrs.list">list</a>? & <a class="ref" href="input.color.html#input.color.attrs.value" title="input.color.attrs.value">value</a>?</span></p></div></div> <div class="no-number no-toc" id="input.color-attributes"> <h2 class="element-subhead">Element-specific attributes <a class="hash" href="#input.color-attributes">#</a></h2> Index: common-attributes.html =================================================================== RCS file: /sources/public/html5/markup/common-attributes.html,v retrieving revision 1.18 retrieving revision 1.19 diff -u -d -r1.18 -r1.19 --- common-attributes.html 1 Aug 2009 12:23:46 -0000 1.18 +++ common-attributes.html 1 Aug 2009 16:46:31 -0000 1.19 @@ -9,7 +9,7 @@ <h2 class="chunkpagetitle"><a href="Overview.html">HTML5: The Markup Language</a></h2> <div class="nav"> <span class="nav-prev"><a href="common-models.html">« common-models</a></span> -<span class="nav-next"><a href="form-attributes.html">form-attributes »</a></span> +<span class="nav-next"><a href="forms-attributes.html">forms-attributes »</a></span> </div> <div id="common-attributes" class="section"> <h2>9. Common attributes <a class="hash" href="#common-attributes">#</a> <a class="toc-bak" href="Overview.html#common-attributes-toc">T</a></h2> @@ -384,7 +384,7 @@ <hr class="footerbreak"></hr> <div class="nav"> <span class="nav-prev"><a href="common-models.html">« common-models</a></span> -<span class="nav-next"><a href="form-attributes.html">form-attributes »</a></span> +<span class="nav-next"><a href="forms-attributes.html">forms-attributes »</a></span> </div> </body> </html> Index: option.html =================================================================== RCS file: /sources/public/html5/markup/option.html,v retrieving revision 1.14 retrieving revision 1.15 diff -u -d -r1.14 -r1.15 --- option.html 1 Aug 2009 10:44:33 -0000 1.14 +++ option.html 1 Aug 2009 16:46:54 -0000 1.15 @@ -31,7 +31,7 @@ <h2 class="element-subhead">Attribute model <a class="hash" href="#option-attr-mdl">#</a></h2> <div class="attr-content-models"> <p><a href="option.html#option.attrs">option.attrs</a> = <span class="pattern" id="option.attrs"><a class="ref" href="common-attributes.html#common.attrs">common.attrs</a> - & <a class="ref" href="form-attributes.html#common-form.attrs.disabled" title="common-form.attrs.disabled">disabled</a>? + & <a class="ref" href="forms-attributes.html#common-form.attrs.disabled" title="common-form.attrs.disabled">disabled</a>? & <a class="ref" href="option.html#option.attrs.selected" title="option.attrs.selected">selected</a>? & <a class="ref" href="option.html#option.attrs.label" title="option.attrs.label">label</a>? & <a class="ref" href="option.html#option.attrs.value" title="option.attrs.value">value</a>?</span></p></div></div> Index: label.html =================================================================== RCS file: /sources/public/html5/markup/label.html,v retrieving revision 1.14 retrieving revision 1.15 diff -u -d -r1.14 -r1.15 --- label.html 1 Aug 2009 10:44:33 -0000 1.14 +++ label.html 1 Aug 2009 16:46:51 -0000 1.15 @@ -31,7 +31,7 @@ <div class="attr-content-models"> <p><a href="label.html#label.attrs">label.attrs</a> = <span class="pattern" id="label.attrs">(<a class="ref" href="common-attributes.html#common.attrs">common.attrs</a> & <a class="ref" href="label.html#label.attrs.for" title="label.attrs.for">for</a>?) - & <a class="ref" href="form-attributes.html#common-form.attrs.form" title="common-form.attrs.form">form</a>?</span></p></div></div> + & <a class="ref" href="forms-attributes.html#common-form.attrs.form" title="common-form.attrs.form">form</a>?</span></p></div></div> <div class="no-number no-toc" id="label-attributes"> <h2 class="element-subhead">Element-specific attributes <a class="hash" href="#label-attributes">#</a></h2> <dl class="attr-defs"> Index: select.html =================================================================== RCS file: /sources/public/html5/markup/select.html,v retrieving revision 1.11 retrieving revision 1.12 diff -u -d -r1.11 -r1.12 --- select.html 1 Aug 2009 10:44:33 -0000 1.11 +++ select.html 1 Aug 2009 16:46:54 -0000 1.12 @@ -31,9 +31,9 @@ <h2 class="element-subhead">Attribute model <a class="hash" href="#select-attr-mdl">#</a></h2> <div class="attr-content-models"> <p><a href="select.html#select.attrs">select.attrs</a> = <span class="pattern" id="select.attrs"><a class="ref" href="common-attributes.html#common.attrs">common.attrs</a> - & <a class="ref" href="form-attributes.html#common-form.attrs.name" title="common-form.attrs.name">name</a>? - & <a class="ref" href="form-attributes.html#common-form.attrs.disabled" title="common-form.attrs.disabled">disabled</a>? - & <a class="ref" href="form-attributes.html#common-form.attrs.form" title="common-form.attrs.form">form</a>? + & <a class="ref" href="forms-attributes.html#common-form.attrs.name" title="common-form.attrs.name">name</a>? + & <a class="ref" href="forms-attributes.html#common-form.attrs.disabled" title="common-form.attrs.disabled">disabled</a>? + & <a class="ref" href="forms-attributes.html#common-form.attrs.form" title="common-form.attrs.form">form</a>? & <a class="ref" href="select.html#select.attrs.size" title="select.attrs.size">size</a>? & <a class="ref" href="select.html#select.attrs.multiple" title="select.attrs.multiple">multiple</a>?</span></p></div></div> <div class="no-number no-toc" id="select-attributes"> Index: input.hidden.html =================================================================== RCS file: /sources/public/html5/markup/input.hidden.html,v retrieving revision 1.10 retrieving revision 1.11 diff -u -d -r1.10 -r1.11 --- input.hidden.html 1 Aug 2009 10:44:32 -0000 1.10 +++ input.hidden.html 1 Aug 2009 16:46:32 -0000 1.11 @@ -31,9 +31,9 @@ <h2 class="element-subhead">Attribute model <a class="hash" href="#input.hidden-attr-mdl">#</a></h2> <div class="attr-content-models"> <p><a href="input.hidden.html#input.hidden.attrs">input.hidden.attrs</a> = <span class="pattern" id="input.hidden.attrs"><a class="ref" href="common-attributes.html#common.attrs">common.attrs</a> - & <a class="ref" href="form-attributes.html#common-form.attrs.name" title="common-form.attrs.name">name</a>? - & <a class="ref" href="form-attributes.html#common-form.attrs.disabled" title="common-form.attrs.disabled">disabled</a>? - & <a class="ref" href="form-attributes.html#common-form.attrs.form" title="common-form.attrs.form">form</a>? + & <a class="ref" href="forms-attributes.html#common-form.attrs.name" title="common-form.attrs.name">name</a>? + & <a class="ref" href="forms-attributes.html#common-form.attrs.disabled" title="common-form.attrs.disabled">disabled</a>? + & <a class="ref" href="forms-attributes.html#common-form.attrs.form" title="common-form.attrs.form">form</a>? & <a class="ref" href="input.hidden.html#input.hidden.attrs.type" title="input.hidden.attrs.type">type</a> & <a class="ref" href="input.hidden.html#input.hidden.attrs.value" title="input.hidden.attrs.value">value</a>?</span></p></div></div> <div class="no-number no-toc" id="input.hidden-attributes"> Index: style.css =================================================================== RCS file: /sources/public/html5/markup/style.css,v retrieving revision 1.71 retrieving revision 1.72 diff -u -d -r1.71 -r1.72 --- style.css 1 Aug 2009 12:23:47 -0000 1.71 +++ style.css 1 Aug 2009 16:46:55 -0000 1.72 @@ -124,6 +124,7 @@ } .attr-values { font-weight: normal; + color: brown; } #toc > ul > li { margin-top: 6px; Index: input.search.html =================================================================== RCS file: /sources/public/html5/markup/input.search.html,v retrieving revision 1.11 retrieving revision 1.12 diff -u -d -r1.11 -r1.12 --- input.search.html 1 Aug 2009 10:44:33 -0000 1.11 +++ input.search.html 1 Aug 2009 16:46:39 -0000 1.12 @@ -31,19 +31,19 @@ <h2 class="element-subhead">Attribute model <a class="hash" href="#input.search-attr-mdl">#</a></h2> <div class="attr-content-models"> <p><a href="input.search.html#input.search.attrs">input.search.attrs</a> = <span class="pattern" id="input.search.attrs"><a class="ref" href="common-attributes.html#common.attrs">common.attrs</a> - & <a class="ref" href="form-attributes.html#common-form.attrs.name" title="common-form.attrs.name">name</a>? - & <a class="ref" href="form-attributes.html#common-form.attrs.disabled" title="common-form.attrs.disabled">disabled</a>? - & <a class="ref" href="form-attributes.html#common-form.attrs.form" title="common-form.attrs.form">form</a>? + & <a class="ref" href="forms-attributes.html#common-form.attrs.name" title="common-form.attrs.name">name</a>? + & <a class="ref" href="forms-attributes.html#common-form.attrs.disabled" title="common-form.attrs.disabled">disabled</a>? + & <a class="ref" href="forms-attributes.html#common-form.attrs.form" title="common-form.attrs.form">form</a>? & <a class="ref" href="input.search.html#input.search.attrs.type" title="input.search.attrs.type">type</a> - & <a class="ref" href="form-attributes.html#input.attrs.autocomplete" title="input.attrs.autocomplete">autocomplete</a>? - & <a class="ref" href="form-attributes.html#shared-form.attrs.autofocus" title="shared-form.attrs.autofocus">autofocus</a>? - & <a class="ref" href="form-attributes.html#input.attrs.list" title="input.attrs.list">list</a>? - & <a class="ref" href="form-attributes.html#shared-form.attrs.maxlength" title="shared-form.attrs.maxlength">maxlength</a>? - & <a class="ref" href="form-attributes.html#shared-form.attrs.pattern" title="shared-form.attrs.pattern">pattern</a>? - & <a class="ref" href="form-attributes.html#shared-form.attrs.readonly" title="shared-form.attrs.readonly">readonly</a>? - & <a class="ref" href="form-attributes.html#shared-form.attrs.required" title="shared-form.attrs.required">required</a>? - & <a class="ref" href="form-attributes.html#shared-form.attrs.size" title="shared-form.attrs.size">size</a>? - & <a class="ref" href="form-attributes.html#shared-form.attrs.placeholder" title="shared-form.attrs.placeholder">placeholder</a>? + & <a class="ref" href="forms-attributes.html#input.attrs.autocomplete" title="input.attrs.autocomplete">autocomplete</a>? + & <a class="ref" href="forms-attributes.html#shared-form.attrs.autofocus" title="shared-form.attrs.autofocus">autofocus</a>? + & <a class="ref" href="forms-attributes.html#input.attrs.list" title="input.attrs.list">list</a>? + & <a class="ref" href="forms-attributes.html#shared-form.attrs.maxlength" title="shared-form.attrs.maxlength">maxlength</a>? + & <a class="ref" href="forms-attributes.html#shared-form.attrs.pattern" title="shared-form.attrs.pattern">pattern</a>? + & <a class="ref" href="forms-attributes.html#shared-form.attrs.readonly" title="shared-form.attrs.readonly">readonly</a>? + & <a class="ref" href="forms-attributes.html#shared-form.attrs.required" title="shared-form.attrs.required">required</a>? + & <a class="ref" href="forms-attributes.html#shared-form.attrs.size" title="shared-form.attrs.size">size</a>? + & <a class="ref" href="forms-attributes.html#shared-form.attrs.placeholder" title="shared-form.attrs.placeholder">placeholder</a>? & <a class="ref" href="input.search.html#input.search.attrs.value" title="input.search.attrs.value">value</a>?</span></p></div></div> <div class="no-number no-toc" id="input.search-attributes"> <h2 class="element-subhead">Element-specific attributes <a class="hash" href="#input.search-attributes">#</a></h2> Index: fieldset.html =================================================================== RCS file: /sources/public/html5/markup/fieldset.html,v retrieving revision 1.14 retrieving revision 1.15 diff -u -d -r1.14 -r1.15 --- fieldset.html 1 Aug 2009 10:44:32 -0000 1.14 +++ fieldset.html 1 Aug 2009 16:46:31 -0000 1.15 @@ -31,9 +31,9 @@ <h2 class="element-subhead">Attribute model <a class="hash" href="#fieldset-attr-mdl">#</a></h2> <div class="attr-content-models"> <p><a href="fieldset.html#fieldset.attrs">fieldset.attrs</a> = <span class="pattern" id="fieldset.attrs">(<a class="ref" href="common-attributes.html#common.attrs">common.attrs</a>) - & <a class="ref" href="form-attributes.html#common-form.attrs.name" title="common-form.attrs.name">name</a>? - & <a class="ref" href="form-attributes.html#common-form.attrs.disabled" title="common-form.attrs.disabled">disabled</a>? - & <a class="ref" href="form-attributes.html#common-form.attrs.form" title="common-form.attrs.form">form</a>?</span></p></div></div> + & <a class="ref" href="forms-attributes.html#common-form.attrs.name" title="common-form.attrs.name">name</a>? + & <a class="ref" href="forms-attributes.html#common-form.attrs.disabled" title="common-form.attrs.disabled">disabled</a>? + & <a class="ref" href="forms-attributes.html#common-form.attrs.form" title="common-form.attrs.form">form</a>?</span></p></div></div> <div class="no-number no-toc" id="fieldset-tags"> Index: spec.html =================================================================== RCS file: /sources/public/html5/markup/spec.html,v retrieving revision 1.80 retrieving revision 1.81 diff -u -d -r1.80 -r1.81 --- spec.html 1 Aug 2009 12:23:47 -0000 1.80 +++ spec.html 1 Aug 2009 16:46:54 -0000 1.81 @@ -9,7 +9,7 @@ <body> <div class="head"> <h1>HTML 5: The Markup Language</h1> -<h2>Editor’s Draft <em>1 August 2009</em> +<h2>Editor’s Draft <em>2 August 2009</em> </h2> <dl> <dt>Latest Editor’s Draft:</dt> @@ -41,7 +41,7 @@ <p> - This document is the 1 August 2009 Editor’s Draft of + This document is the 2 August 2009 Editor’s Draft of <cite>HTML 5: The Markup Language</cite>. </p> <p> @@ -102,7 +102,7 @@ <li> <a href="#common-attributes">9. Common attributes</a> </li> <li> -<a href="#form-attributes">10. Form attributes</a> +<a href="#forms-attributes">10. Forms attributes</a> </li> <li> <a href="#datatypes">11. Datatypes</a> @@ -635,8 +635,8 @@ </li> </ul> </li> -<li id="form-attributes-toc"> -<a href="#form-attributes">10. Form attributes</a> +<li id="forms-attributes-toc"> +<a href="#forms-attributes">10. Forms attributes</a> </li> <li id="datatypes-toc"> <a href="#datatypes">11. Datatypes</a> @@ -14942,46 +14942,56 @@ </div> </div> </div> - <div id="form-attributes" class="section"> - <h2>10. Form attributes <a class="hash" href="#form-attributes">#</a> <a class="toc-bak" href="#form-attributes-toc">T</a> + <div id="forms-attributes" class="section"> + <h2>10. Forms attributes <a class="hash" href="#forms-attributes">#</a> <a class="toc-bak" href="#forms-attributes-toc">T</a> </h2> <dl class="attr-defs"> <dt> <dfn class="attribute-name" id="input.attrs.autocomplete" title="input.attrs.autocomplete">autocomplete</dfn><span class="attr-values"> = "on" | "off" </span><a class="hash" href="#input.attrs.autocomplete">#</a> </dt> -<dd><i class="TK">(detailed attribute description to come)</i></dd> +<dd>Specifies whether the element represents an input + control for which a UA is meant to store the value entered + by the user (so that the UA can prefill the form + later).</dd> <dt> <dfn class="attribute-name" id="shared-form.attrs.autofocus" title="shared-form.attrs.autofocus">autofocus</dfn><span class="attr-values"> = "autofocus" | "" </span><a class="hash" href="#shared-form.attrs.autofocus">#</a> </dt> -<dd><i class="TK">(detailed attribute description to come)</i></dd> +<dd>Specifies that the element represents a control to which + a UA is meant to give focus as soon as the document is + loaded.</dd> <dt> <dfn class="attribute-name" id="input.attrs.checked" title="input.attrs.checked">checked</dfn><span class="attr-values"> = "checked" | "" </span><a class="hash" href="#input.attrs.checked">#</a> </dt> -<dd><i class="TK">(detailed attribute description to come)</i></dd> +<dd>Specifies that the element represents a selected + control.</dd> <dt> <dfn class="attribute-name" id="common-form.attrs.disabled" title="common-form.attrs.disabled">disabled</dfn><span class="attr-values"> = "disabled" | "" </span><a class="hash" href="#common-form.attrs.disabled">#</a> </dt> -<dd><i class="TK">(detailed attribute description to come)</i></dd> -<dt> -<dfn class="attribute-name" id="shared-form.attrs.formenctype" title="shared-form.attrs.formenctype">enctype</dfn><span class="attr-values"> = - "application/x-www-form-urlencoded" - | "multipart/form-data" - | "text/plain" - </span><a class="hash" href="#shared-form.attrs.formenctype">#</a> -</dt> -<dd><i class="TK">(detailed attribute description to come)</i></dd> +<dd>Specifies that the element represents a disabled + control.</dd> <dt> <dfn class="attribute-name" id="common-form.attrs.form" title="common-form.attrs.form">form</dfn><span class="attr-values"> = <a class="ref" href="#common.data.idref" title="common.data.idref">idref</a> </span><a class="hash" href="#common-form.attrs.form">#</a> </dt> -<dd><i class="TK">(detailed attribute description to come)</i></dd> +<dd>A + <a href="#form" class="form">form</a> + with which to associate the element.</dd> <dt> <dfn class="attribute-name" id="shared-form.attrs.formaction" title="shared-form.attrs.formaction">formaction</dfn><span class="attr-values"> = <a class="ref" href="#common.data.uri" title="common.data.uri">uri</a> </span><a class="hash" href="#shared-form.attrs.formaction">#</a> </dt> -<dd><i class="TK">(detailed attribute description to come)</i></dd> +<dd>The action for the element.</dd> +<dt> +<dfn class="attribute-name" id="shared-form.attrs.formenctype" title="shared-form.attrs.formenctype">formenctype</dfn><span class="attr-values"> = + "application/x-www-form-urlencoded" + | "multipart/form-data" + | "text/plain" + </span><a class="hash" href="#shared-form.attrs.formenctype">#</a> +</dt> +<dd>A MIME type with which a UA is meant to associate this + element for form submission.</dd> <dt> <dfn class="attribute-name" id="shared-form.attrs.formmethod" title="shared-form.attrs.formmethod">formmethod</dfn><span class="attr-values"> = "get" @@ -14990,77 +15000,94 @@ | "delete" </span><a class="hash" href="#shared-form.attrs.formmethod">#</a> </dt> -<dd><i class="TK">(detailed attribute description to come)</i></dd> +<dd>The HTTP method which a UA is meant to associate this + element for form submission.</dd> <dt> <dfn class="attribute-name" id="shared-form.attrs.formnovalidate" title="shared-form.attrs.formnovalidate">formnovalidate</dfn><span class="attr-values"> = "formnovalidate" | "" </span><a class="hash" href="#shared-form.attrs.formnovalidate">#</a> </dt> -<dd><i class="TK">(detailed attribute description to come)</i></dd> +<dd>Specifies that the element represents a control whose + value is not meant to be validated during form + submission.</dd> <dt> <dfn class="attribute-name" id="shared-form.attrs.formtarget" title="shared-form.attrs.formtarget">formtarget</dfn><span class="attr-values"> = <a class="ref" href="#common.data.browsing-context-or-keyword" title="common.data.browsing-context-or-keyword">browsing-context-or-keyword</a> </span><a class="hash" href="#shared-form.attrs.formtarget">#</a> </dt> -<dd><i class="TK">(detailed attribute description to come)</i></dd> +<dd>A + <a href="#common.data.browsing-context-or-keyword">browsing context or keyword</a> + that represents the target of the control.</dd> <dt> <dfn class="attribute-name" id="input.attrs.list" title="input.attrs.list">list</dfn><span class="attr-values"> = <a class="ref" href="#common.data.idref" title="common.data.idref">idref</a> </span><a class="hash" href="#input.attrs.list">#</a> </dt> -<dd><i class="TK">(detailed attribute description to come)</i></dd> +<dd>Specifies a + <a href="#datalist" class="element">datalist</a> + with which to associate the element.</dd> <dt> <dfn class="attribute-name" id="shared-form.attrs.maxlength" title="shared-form.attrs.maxlength">maxlength</dfn><span class="attr-values"> = <a class="ref" href="#common.data.integer.positive" title="common.data.integer.positive">integer.positive</a> </span><a class="hash" href="#shared-form.attrs.maxlength">#</a> </dt> -<dd><i class="TK">(detailed attribute description to come)</i></dd> +<dd>The maximum allowed value length of the element.</dd> <dt> <dfn class="attribute-name" id="input.attrs.multiple" title="input.attrs.multiple">multiple</dfn><span class="attr-values"> = "multiple" | "" </span><a class="hash" href="#input.attrs.multiple">#</a> </dt> -<dd><i class="TK">(detailed attribute description to come)</i></dd> +<dd>Specifies that the element allows multiple values.</dd> <dt> <dfn class="attribute-name" id="common-form.attrs.name" title="common-form.attrs.name">name</dfn><span class="attr-values"> = string </span><a class="hash" href="#common-form.attrs.name">#</a> </dt> -<dd><i class="TK">(detailed attribute description to come)</i></dd> +<dd>The name part of the name/value pair associated with this + element for the purposes of form submission.</dd> <dt> <dfn class="attribute-name" id="shared-form.attrs.pattern" title="shared-form.attrs.pattern">pattern</dfn><span class="attr-values"> = <a class="ref" href="#form.data.pattern" title="form.data.pattern">pattern</a> </span><a class="hash" href="#shared-form.attrs.pattern">#</a> </dt> -<dd><i class="TK">(detailed attribute description to come)</i></dd> +<dd>Specifies a regular expression against which a UA is + meant to check the value of the control represented by its + element.</dd> <dt> <dfn class="attribute-name" id="shared-form.attrs.placeholder" title="shared-form.attrs.placeholder">placeholder</dfn><span class="attr-values"> = string </span><a class="hash" href="#shared-form.attrs.placeholder">#</a> </dt> -<dd><i class="TK">(detailed attribute description to come)</i></dd> +<dd>A short hint (one word or a short phrase) intended to + aid the user when entering data into the control + represented by its element.</dd> <dt> <dfn class="attribute-name" id="shared-form.attrs.readonly" title="shared-form.attrs.readonly">readonly</dfn><span class="attr-values"> = "readonly" | "" </span><a class="hash" href="#shared-form.attrs.readonly">#</a> </dt> -<dd><i class="TK">(detailed attribute description to come)</i></dd> +<dd>Specifies that element represents a control whose value + is not meant to be edited.</dd> <dt> <dfn class="attribute-name" id="shared-form.attrs.required" title="shared-form.attrs.required">required</dfn><span class="attr-values"> = "required" | "" </span><a class="hash" href="#shared-form.attrs.required">#</a> </dt> -<dd><i class="TK">(detailed attribute description to come)</i></dd> +<dd>Specifies that the element is a required part of form + submission.</dd> <dt> <dfn class="attribute-name" id="shared-form.attrs.size" title="shared-form.attrs.size">size</dfn><span class="attr-values"> = <a class="ref" href="#common.data.integer.positive" title="common.data.integer.positive">integer.positive</a> </span><a class="hash" href="#shared-form.attrs.size">#</a> </dt> -<dd><i class="TK">(detailed attribute description to come)</i></dd> +<dd>The number of options meant to be shown by the control + represented by its element.</dd> <dt> <dfn class="attribute-name" id="input.attrs.step.float" title="input.attrs.step.float">step<span class="attr-qualifier">.float</span></dfn><span class="attr-values"> = "any" | <a class="ref" href="#common.data.float.positive" title="common.data.float.positive">float.positive</a> </span><a class="hash" href="#input.attrs.step.float">#</a> </dt> -<dd><i class="TK">(detailed attribute description to come)</i></dd> +<dd>Specifies the value granularity of the element’s + value.</dd> <dt> <dfn class="attribute-name" id="input.attrs.step.integer" title="input.attrs.step.integer">step<span class="attr-qualifier">.integer</span></dfn><span class="attr-values"> = "any" | <a class="ref" href="#common.data.integer.positive" title="common.data.integer.positive">integer.positive</a> </span><a class="hash" href="#input.attrs.step.integer">#</a> </dt> -<dd><i class="TK">(detailed attribute description to come)</i></dd> +<dd>Specifies the value granularity of the element’s + value.</dd> </dl> </div> <div id="datatypes" class="section"> Index: optgroup.html =================================================================== RCS file: /sources/public/html5/markup/optgroup.html,v retrieving revision 1.10 retrieving revision 1.11 diff -u -d -r1.10 -r1.11 --- optgroup.html 1 Aug 2009 10:44:33 -0000 1.10 +++ optgroup.html 1 Aug 2009 16:46:54 -0000 1.11 @@ -30,7 +30,7 @@ <div class="attr-content-models"> <p><a href="optgroup.html#optgroup.attrs">optgroup.attrs</a> = <span class="pattern" id="optgroup.attrs"><a class="ref" href="common-attributes.html#common.attrs">common.attrs</a> & <a class="ref" href="optgroup.html#optgroup.attrs.label" title="optgroup.attrs.label">label</a> - & <a class="ref" href="form-attributes.html#common-form.attrs.disabled" title="common-form.attrs.disabled">disabled</a>?</span></p></div></div> + & <a class="ref" href="forms-attributes.html#common-form.attrs.disabled" title="common-form.attrs.disabled">disabled</a>?</span></p></div></div> <div class="no-number no-toc" id="optgroup-attributes"> <h2 class="element-subhead">Element-specific attributes <a class="hash" href="#optgroup-attributes">#</a></h2> <dl class="attr-defs"> Index: input.week.html =================================================================== RCS file: /sources/public/html5/markup/input.week.html,v retrieving revision 1.9 retrieving revision 1.10 diff -u -d -r1.9 -r1.10 --- input.week.html 1 Aug 2009 10:44:33 -0000 1.9 +++ input.week.html 1 Aug 2009 16:46:48 -0000 1.10 @@ -31,18 +31,18 @@ <h2 class="element-subhead">Attribute model <a class="hash" href="#input.week-attr-mdl">#</a></h2> <div class="attr-content-models"> <p><a href="input.week.html#input.week.attrs">input.week.attrs</a> = <span class="pattern" id="input.week.attrs"><a class="ref" href="common-attributes.html#common.attrs">common.attrs</a> - & <a class="ref" href="form-attributes.html#common-form.attrs.name" title="common-form.attrs.name">name</a>? - & <a class="ref" href="form-attributes.html#common-form.attrs.disabled" title="common-form.attrs.disabled">disabled</a>? - & <a class="ref" href="form-attributes.html#common-form.attrs.form" title="common-form.attrs.form">form</a>? + & <a class="ref" href="forms-attributes.html#common-form.attrs.name" title="common-form.attrs.name">name</a>? + & <a class="ref" href="forms-attributes.html#common-form.attrs.disabled" title="common-form.attrs.disabled">disabled</a>? + & <a class="ref" href="forms-attributes.html#common-form.attrs.form" title="common-form.attrs.form">form</a>? & <a class="ref" href="input.week.html#input.week.attrs.type" title="input.week.attrs.type">type</a> - & <a class="ref" href="form-attributes.html#input.attrs.autocomplete" title="input.attrs.autocomplete">autocomplete</a>? - & <a class="ref" href="form-attributes.html#shared-form.attrs.autofocus" title="shared-form.attrs.autofocus">autofocus</a>? - & <a class="ref" href="form-attributes.html#input.attrs.list" title="input.attrs.list">list</a>? + & <a class="ref" href="forms-attributes.html#input.attrs.autocomplete" title="input.attrs.autocomplete">autocomplete</a>? + & <a class="ref" href="forms-attributes.html#shared-form.attrs.autofocus" title="shared-form.attrs.autofocus">autofocus</a>? + & <a class="ref" href="forms-attributes.html#input.attrs.list" title="input.attrs.list">list</a>? & <a class="ref" href="input.week.html#input.week.attrs.min" title="input.week.attrs.min">min</a>? & <a class="ref" href="input.week.html#input.week.attrs.max" title="input.week.attrs.max">max</a>? - & <a class="ref" href="form-attributes.html#input.attrs.step.integer" title="input.attrs.step.integer">step.integer</a>? - & <a class="ref" href="form-attributes.html#shared-form.attrs.readonly" title="shared-form.attrs.readonly">readonly</a>? - & <a class="ref" href="form-attributes.html#shared-form.attrs.required" title="shared-form.attrs.required">required</a>? + & <a class="ref" href="forms-attributes.html#input.attrs.step.integer" title="input.attrs.step.integer">step.integer</a>? + & <a class="ref" href="forms-attributes.html#shared-form.attrs.readonly" title="shared-form.attrs.readonly">readonly</a>? + & <a class="ref" href="forms-attributes.html#shared-form.attrs.required" title="shared-form.attrs.required">required</a>? & <a class="ref" href="input.week.html#input.week.attrs.value" title="input.week.attrs.value">value</a>?</span></p></div></div> <div class="no-number no-toc" id="input.week-attributes"> <h2 class="element-subhead">Element-specific attributes <a class="hash" href="#input.week-attributes">#</a></h2> Index: button.button.html =================================================================== RCS file: /sources/public/html5/markup/button.button.html,v retrieving revision 1.16 retrieving revision 1.17 diff -u -d -r1.16 -r1.17 --- button.button.html 1 Aug 2009 10:44:32 -0000 1.16 +++ button.button.html 1 Aug 2009 16:46:31 -0000 1.17 @@ -32,12 +32,12 @@ <h2 class="element-subhead">Attribute model <a class="hash" href="#button.button-attr-mdl">#</a></h2> <div class="attr-content-models"> <p><a href="button.button.html#button.button.attrs">button.button.attrs</a> = <span class="pattern" id="button.button.attrs">(<a class="ref" href="common-attributes.html#common.attrs">common.attrs</a> - & <a class="ref" href="form-attributes.html#common-form.attrs.name" title="common-form.attrs.name">name</a>? - & <a class="ref" href="form-attributes.html#common-form.attrs.disabled" title="common-form.attrs.disabled">disabled</a>? - & <a class="ref" href="form-attributes.html#common-form.attrs.form" title="common-form.attrs.form">form</a>? + & <a class="ref" href="forms-attributes.html#common-form.attrs.name" title="common-form.attrs.name">name</a>? + & <a class="ref" href="forms-attributes.html#common-form.attrs.disabled" title="common-form.attrs.disabled">disabled</a>? + & <a class="ref" href="forms-attributes.html#common-form.attrs.form" title="common-form.attrs.form">form</a>? & <a class="ref" href="button.button.html#button.button.attrs.type" title="button.button.attrs.type">type</a> & <a class="ref" href="button.button.html#button.button.attrs.value" title="button.button.attrs.value">value</a>?) - & <a class="ref" href="form-attributes.html#shared-form.attrs.autofocus" title="shared-form.attrs.autofocus">autofocus</a>?</span></p></div></div> + & <a class="ref" href="forms-attributes.html#shared-form.attrs.autofocus" title="shared-form.attrs.autofocus">autofocus</a>?</span></p></div></div> <div class="no-number no-toc" id="button.button-attributes"> <h2 class="element-subhead">Element-specific attributes <a class="hash" href="#button.button-attributes">#</a></h2> <dl class="attr-defs"> Index: form.html =================================================================== RCS file: /sources/public/html5/markup/form.html,v retrieving revision 1.14 retrieving revision 1.15 diff -u -d -r1.14 -r1.15 --- form.html 1 Aug 2009 10:44:32 -0000 1.14 +++ form.html 1 Aug 2009 16:46:31 -0000 1.15 @@ -33,7 +33,7 @@ & <a class="ref" href="form.html#form.attrs.action" title="form.attrs.action">action</a>? & <a class="ref" href="form.html#form.attrs.method" title="form.attrs.method">method</a>? & <a class="ref" href="form.html#form.attrs.enctype" title="form.attrs.enctype">enctype</a>? - & <a class="ref" href="form-attributes.html#common-form.attrs.name" title="common-form.attrs.name">name</a>? + & <a class="ref" href="forms-attributes.html#common-form.attrs.name" title="common-form.attrs.name">name</a>? & <a class="ref" href="form.html#form.attrs.accept-charset" title="form.attrs.accept-charset">accept-charset</a>?) & (<a class="ref" href="form.html#form.attrs.novalidate" title="form.attrs.novalidate">novalidate</a>? & <a class="ref" href="form.html#form.attrs.target" title="form.attrs.target">target</a>? Index: form-attributes.html =================================================================== RCS file: /sources/public/html5/markup/form-attributes.html,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- form-attributes.html 1 Aug 2009 10:44:32 -0000 1.1 +++ form-attributes.html 1 Aug 2009 16:46:31 -0000 1.2 @@ -14,15 +14,22 @@ <div id="form-attributes" class="section"> <h2>10. Form attributes <a class="hash" href="#form-attributes">#</a> <a class="toc-bak" href="Overview.html#form-attributes-toc">T</a></h2> <dl class="attr-defs"> - <dt><dfn class="attribute-name" id="input.attrs.autocomplete" title="input.attrs.autocomplete">autocomplete</dfn><span class="attr-values"> = "on" | "off" </span><a class="hash" href="form-attributes.html#input.attrs.autocomplete">#</a></dt><dd><i class="TK">(detailed attribute description to come)</i></dd><dt><dfn class="attribute-name" id="shared-form.attrs.autofocus" title="shared-form.attrs.autofocus">autofocus</dfn><span class="attr-values"> = "autofocus" | "" </span><a class="hash" href="form-attributes.html#shared-form.attrs.autofocus">#</a></dt><dd><i class="TK">(detailed attribute description to come)</i></dd><dt><dfn class="attribute-name" id="input.attrs.checked" title="input.attrs.checked">checked</dfn><span class="attr-values"> = "checked" | "" </span><a class="hash" href="form-attributes.html#input.attrs.checked">#</a></dt><dd><i class="TK">(detailed attribute description to come)</i></dd><dt><dfn class="attribute-name" id="common-form.attrs.disabled" title="common-form.attrsdisabled">disabled</dfn><span class="attr-values"> = "disabled" | "" </span><a class="hash" href="form-attributes.html#common-form.attrs.disabled">#</a></dt><dd><i class="TK">(detailed attribute description to come)</i></dd><dt><dfn class="attribute-name" id="shared-form.attrs.formenctype" title="shared-form.attrs.formenctype">enctype</dfn><span class="attr-values"> = - "application/x-www-form-urlencoded" - | "multipart/form-data" - | "text/plain" - </span><a class="hash" href="form-attributes.html#shared-form.attrs.formenctype">#</a></dt><dd><i class="TK">(detailed attribute description to come)</i></dd><dt><dfn class="attribute-name" id="common-form.attrs.form" title="common-form.attrs.form">form</dfn><span class="attr-values"> = + <dt><dfn class="attribute-name" id="input.attrs.autocomplete" title="input.attrs.autocomplete">autocomplete</dfn><span class="attr-values"> = "on" | "off" </span><a class="hash" href="form-attributes.html#input.attrs.autocomplete">#</a></dt><dd>Specifies whether the element represents an input + control for which a UA is meant to store the value entered + by the user (so that the UA can prefill the form + later).</dd><dt><dfn class="attribute-name" id="shared-form.attrs.autofocus" title="shared-form.attrs.autofocus">autofocus</dfn><span class="attr-values"> = "autofocus" | "" </span><a class="hash" href="form-attributes.html#shared-form.attrs.autofocus">#</a></dt><dd>Specifies that the element represents a control to which + a UA is meant to give focus as soon as the document is + loaded.</dd><dt><dfn class="attribute-name" id="input.attrs.checked" title="input.attrs.checked">checked</dfn><span class="attr-values"> = "checked" | "" </span><a class="hash" href="form-attributes.html#input.attrs.checked">#</a></dt><dd>Specifies that the element represents a selected + control.</dd><dt><dfn class="attribute-name" id="common-form.attrs.disabled" title="common-form.attrs.disabled">disabled</dfn><span class="attr-values"> = "disabled" | "" </span><a class="hash" href="form-attributes.html#common-form.attrs.disabled">#</a></dt><dd>Specifies that the element represents a disabled + control.</dd><dt><dfn class="attribute-name" id="common-form.attrs.form" title="common-form.attrs.form">form</dfn><span class="attr-values"> = <a class="ref" href="datatypes.html#common.data.idref" title="common.data.idref">idref</a> </span><a class="hash" href="form-attributes.html#common-form.attrs.form">#</a></dt><dd><i class="TK">(detailed attribute description to come)</i></dd><dt><dfn class="attribute-name" id="shared-form.attrs.formaction" title="shared-form.attrs.formaction">formaction</dfn><span class="attr-values"> = <a class="ref" href="datatypes.html#common.data.uri" title="common.data.uri">uri</a> - </span><a class="hash" href="form-attributes.html#shared-form.attrs.formaction">#</a></dt><dd><i class="TK">(detailed attribute description to come)</i></dd><dt><dfn class="attribute-name" id="shared-form.attrs.formmethod" title="shared-form.attrs.formmethod">formmethod</dfn><span class="attr-values"> = + </span><a class="hash" href="form-attributes.html#shared-form.attrs.formaction">#</a></dt><dd><i class="TK">(detailed attribute description to come)</i></dd><dt><dfn class="attribute-name" id="shared-form.attrs.formenctype" title="shared-form.attrs.formenctype">formenctype</dfn><span class="attr-values"> = + "application/x-www-form-urlencoded" + | "multipart/form-data" + | "text/plain" + </span><a class="hash" href="form-attributes.html#shared-form.attrs.formenctype">#</a></dt><dd><i class="TK">(detailed attribute description to come)</i></dd><dt><dfn class="attribute-name" id="shared-form.attrs.formmethod" title="shared-form.attrs.formmethod">formmethod</dfn><span class="attr-values"> = "get" | "post" | "put" Index: button.reset.html =================================================================== RCS file: /sources/public/html5/markup/button.reset.html,v retrieving revision 1.16 retrieving revision 1.17 diff -u -d -r1.16 -r1.17 --- button.reset.html 1 Aug 2009 10:44:32 -0000 1.16 +++ button.reset.html 1 Aug 2009 16:46:31 -0000 1.17 @@ -32,12 +32,12 @@ <h2 class="element-subhead">Attribute model <a class="hash" href="#button.reset-attr-mdl">#</a></h2> <div class="attr-content-models"> <p><a href="button.reset.html#button.reset.attrs">button.reset.attrs</a> = <span class="pattern" id="button.reset.attrs">(<a class="ref" href="common-attributes.html#common.attrs">common.attrs</a> - & <a class="ref" href="form-attributes.html#common-form.attrs.name" title="common-form.attrs.name">name</a>? - & <a class="ref" href="form-attributes.html#common-form.attrs.disabled" title="common-form.attrs.disabled">disabled</a>? - & <a class="ref" href="form-attributes.html#common-form.attrs.form" title="common-form.attrs.form">form</a>? + & <a class="ref" href="forms-attributes.html#common-form.attrs.name" title="common-form.attrs.name">name</a>? + & <a class="ref" href="forms-attributes.html#common-form.attrs.disabled" title="common-form.attrs.disabled">disabled</a>? + & <a class="ref" href="forms-attributes.html#common-form.attrs.form" title="common-form.attrs.form">form</a>? & <a class="ref" href="button.reset.html#button.reset.attrs.type" title="button.reset.attrs.type">type</a> & <a class="ref" href="button.reset.html#button.reset.attrs.value" title="button.reset.attrs.value">value</a>?) - & <a class="ref" href="form-attributes.html#shared-form.attrs.autofocus" title="shared-form.attrs.autofocus">autofocus</a>?</span></p></div></div> + & <a class="ref" href="forms-attributes.html#shared-form.attrs.autofocus" title="shared-form.attrs.autofocus">autofocus</a>?</span></p></div></div> <div class="no-number no-toc" id="button.reset-attributes"> <h2 class="element-subhead">Element-specific attributes <a class="hash" href="#button.reset-attributes">#</a></h2> <dl class="attr-defs"> Index: output.html =================================================================== RCS file: /sources/public/html5/markup/output.html,v retrieving revision 1.13 retrieving revision 1.14 diff -u -d -r1.13 -r1.14 --- output.html 1 Aug 2009 10:44:33 -0000 1.13 +++ output.html 1 Aug 2009 16:46:54 -0000 1.14 @@ -30,8 +30,8 @@ <h2 class="element-subhead">Attribute model <a class="hash" href="#output-attr-mdl">#</a></h2> <div class="attr-content-models"> <p><a href="output.html#output.attrs">output.attrs</a> = <span class="pattern" id="output.attrs"><a class="ref" href="common-attributes.html#common.attrs">common.attrs</a> - & <a class="ref" href="form-attributes.html#common-form.attrs.name" title="common-form.attrs.name">name</a>? - & <a class="ref" href="form-attributes.html#common-form.attrs.form" title="common-form.attrs.form">form</a>? + & <a class="ref" href="forms-attributes.html#common-form.attrs.name" title="common-form.attrs.name">name</a>? + & <a class="ref" href="forms-attributes.html#common-form.attrs.form" title="common-form.attrs.form">form</a>? & <a class="ref" href="output.html#output.attrs.for" title="output.attrs.for">for</a>?</span></p></div></div> <div class="no-number no-toc" id="output-attributes"> <h2 class="element-subhead">Element-specific attributes <a class="hash" href="#output-attributes">#</a></h2> Index: input.submit.html =================================================================== RCS file: /sources/public/html5/markup/input.submit.html,v retrieving revision 1.10 retrieving revision 1.11 diff -u -d -r1.10 -r1.11 --- input.submit.html 1 Aug 2009 10:44:33 -0000 1.10 +++ input.submit.html 1 Aug 2009 16:46:39 -0000 1.11 @@ -30,17 +30,17 @@ <h2 class="element-subhead">Attribute model <a class="hash" href="#input.submit-attr-mdl">#</a></h2> <div class="attr-content-models"> <p><a href="input.submit.html#input.submit.attrs">input.submit.attrs</a> = <span class="pattern" id="input.submit.attrs">(<a class="ref" href="common-attributes.html#common.attrs">common.attrs</a> - & <a class="ref" href="form-attributes.html#common-form.attrs.name" title="common-form.attrs.name">name</a>? - & <a class="ref" href="form-attributes.html#common-form.attrs.disabled" title="common-form.attrs.disabled">disabled</a>? - & <a class="ref" href="form-attributes.html#common-form.attrs.form" title="common-form.attrs.form">form</a>? + & <a class="ref" href="forms-attributes.html#common-form.attrs.name" title="common-form.attrs.name">name</a>? + & <a class="ref" href="forms-attributes.html#common-form.attrs.disabled" title="common-form.attrs.disabled">disabled</a>? + & <a class="ref" href="forms-attributes.html#common-form.attrs.form" title="common-form.attrs.form">form</a>? & <a class="ref" href="input.submit.html#input.submit.attrs.type" title="input.submit.attrs.type">type</a> & <a class="ref" href="input.submit.html#input.submit.attrs.value" title="input.submit.attrs.value">value</a>?) - & (<a class="ref" href="form-attributes.html#shared-form.attrs.formaction" title="shared-form.attrs.formaction">formaction</a>? - & <a class="ref" href="form-attributes.html#shared-form.attrs.autofocus" title="shared-form.attrs.autofocus">autofocus</a>? - & <a class="ref" href="form-attributes.html#shared-form.attrs.formenctype" title="shared-form.attrs.formenctype">formenctype</a>? - & <a class="ref" href="form-attributes.html#shared-form.attrs.formmethod" title="shared-form.attrs.formmethod">formmethod</a>? - & <a class="ref" href="form-attributes.html#shared-form.attrs.formtarget" title="shared-form.attrs.formtarget">formtarget</a>? - & <a class="ref" href="form-attributes.html#shared-form.attrs.formnovalidate" title="shared-form.attrs.formnovalidate">formnovalidate</a>?)</span></p></div></div> + & (<a class="ref" href="forms-attributes.html#shared-form.attrs.formaction" title="shared-form.attrs.formaction">formaction</a>? + & <a class="ref" href="forms-attributes.html#shared-form.attrs.autofocus" title="shared-form.attrs.autofocus">autofocus</a>? + & <a class="ref" href="forms-attributes.html#shared-form.attrs.formenctype" title="shared-form.attrs.formenctype">formenctype</a>? + & <a class="ref" href="forms-attributes.html#shared-form.attrs.formmethod" title="shared-form.attrs.formmethod">formmethod</a>? + & <a class="ref" href="forms-attributes.html#shared-form.attrs.formtarget" title="shared-form.attrs.formtarget">formtarget</a>? + & <a class="ref" href="forms-attributes.html#shared-form.attrs.formnovalidate" title="shared-form.attrs.formnovalidate">formnovalidate</a>?)</span></p></div></div> <div class="no-number no-toc" id="input.submit-attributes"> <h2 class="element-subhead">Element-specific attributes <a class="hash" href="#input.submit-attributes">#</a></h2> <dl class="attr-defs"> Index: input.date.html =================================================================== RCS file: /sources/public/html5/markup/input.date.html,v retrieving revision 1.9 retrieving revision 1.10 diff -u -d -r1.9 -r1.10 --- input.date.html 1 Aug 2009 10:44:32 -0000 1.9 +++ input.date.html 1 Aug 2009 16:46:32 -0000 1.10 @@ -31,18 +31,18 @@ <h2 class="element-subhead">Attribute model <a class="hash" href="#input.date-attr-mdl">#</a></h2> <div class="attr-content-models"> <p><a href="input.date.html#input.date.attrs">input.date.attrs</a> = <span class="pattern" id="input.date.attrs"><a class="ref" href="common-attributes.html#common.attrs">common.attrs</a> - & <a class="ref" href="form-attributes.html#common-form.attrs.name" title="common-form.attrs.name">name</a>? - & <a class="ref" href="form-attributes.html#common-form.attrs.disabled" title="common-form.attrs.disabled">disabled</a>? - & <a class="ref" href="form-attributes.html#common-form.attrs.form" title="common-form.attrs.form">form</a>? + & <a class="ref" href="forms-attributes.html#common-form.attrs.name" title="common-form.attrs.name">name</a>? + & <a class="ref" href="forms-attributes.html#common-form.attrs.disabled" title="common-form.attrs.disabled">disabled</a>? + & <a class="ref" href="forms-attributes.html#common-form.attrs.form" title="common-form.attrs.form">form</a>? & <a class="ref" href="input.date.html#input.date.attrs.type" title="input.date.attrs.type">type</a> - & <a class="ref" href="form-attributes.html#input.attrs.autocomplete" title="input.attrs.autocomplete">autocomplete</a>? - & <a class="ref" href="form-attributes.html#shared-form.attrs.autofocus" title="shared-form.attrs.autofocus">autofocus</a>? - & <a class="ref" href="form-attributes.html#input.attrs.list" title="input.attrs.list">list</a>? + & <a class="ref" href="forms-attributes.html#input.attrs.autocomplete" title="input.attrs.autocomplete">autocomplete</a>? + & <a class="ref" href="forms-attributes.html#shared-form.attrs.autofocus" title="shared-form.attrs.autofocus">autofocus</a>? + & <a class="ref" href="forms-attributes.html#input.attrs.list" title="input.attrs.list">list</a>? & <a class="ref" href="input.date.html#input.date.attrs.min" title="input.date.attrs.min">min</a>? & <a class="ref" href="input.date.html#input.date.attrs.max" title="input.date.attrs.max">max</a>? - & <a class="ref" href="form-attributes.html#input.attrs.step.integer" title="input.attrs.step.integer">step.integer</a>? - & <a class="ref" href="form-attributes.html#shared-form.attrs.readonly" title="shared-form.attrs.readonly">readonly</a>? - & <a class="ref" href="form-attributes.html#shared-form.attrs.required" title="shared-form.attrs.required">required</a>? + & <a class="ref" href="forms-attributes.html#input.attrs.step.integer" title="input.attrs.step.integer">step.integer</a>? + & <a class="ref" href="forms-attributes.html#shared-form.attrs.readonly" title="shared-form.attrs.readonly">readonly</a>? + & <a class="ref" href="forms-attributes.html#shared-form.attrs.required" title="shared-form.attrs.required">required</a>? & <a class="ref" href="input.date.html#input.date.attrs.value" title="input.date.attrs.value">value</a>?</span></p></div></div> <div class="no-number no-toc" id="input.date-attributes"> <h2 class="element-subhead">Element-specific attributes <a class="hash" href="#input.date-attributes">#</a></h2> Index: button.submit.html =================================================================== RCS file: /sources/public/html5/markup/button.submit.html,v retrieving revision 1.16 retrieving revision 1.17 diff -u -d -r1.16 -r1.17 --- button.submit.html 1 Aug 2009 10:44:32 -0000 1.16 +++ button.submit.html 1 Aug 2009 16:46:31 -0000 1.17 @@ -32,17 +32,17 @@ <h2 class="element-subhead">Attribute model <a class="hash" href="#button.submit-attr-mdl">#</a></h2> <div class="attr-content-models"> <p><a href="button.submit.html#button.submit.attrs">button.submit.attrs</a> = <span class="pattern" id="button.submit.attrs">(<a class="ref" href="common-attributes.html#common.attrs">common.attrs</a> - & <a class="ref" href="form-attributes.html#common-form.attrs.name" title="common-form.attrs.name">name</a>? - & <a class="ref" href="form-attributes.html#common-form.attrs.disabled" title="common-form.attrs.disabled">disabled</a>? - & <a class="ref" href="form-attributes.html#common-form.attrs.form" title="common-form.attrs.form">form</a>? + & <a class="ref" href="forms-attributes.html#common-form.attrs.name" title="common-form.attrs.name">name</a>? + & <a class="ref" href="forms-attributes.html#common-form.attrs.disabled" title="common-form.attrs.disabled">disabled</a>? + & <a class="ref" href="forms-attributes.html#common-form.attrs.form" title="common-form.attrs.form">form</a>? & <a class="ref" href="button.submit.html#button.submit.attrs.type" title="button.submit.attrs.type">type</a>? & <a class="ref" href="button.submit.html#button.submit.attrs.value" title="button.submit.attrs.value">value</a>?) - & (<a class="ref" href="form-attributes.html#shared-form.attrs.formaction" title="shared-form.attrs.formaction">formaction</a>? - & <a class="ref" href="form-attributes.html#shared-form.attrs.autofocus" title="shared-form.attrs.autofocus">autofocus</a>? - & <a class="ref" href="form-attributes.html#shared-form.attrs.formenctype" title="shared-form.attrs.formenctype">formenctype</a>? - & <a class="ref" href="form-attributes.html#shared-form.attrs.formmethod" title="shared-form.attrs.formmethod">formmethod</a>? - & <a class="ref" href="form-attributes.html#shared-form.attrs.formtarget" title="shared-form.attrs.formtarget">formtarget</a>? - & <a class="ref" href="form-attributes.html#shared-form.attrs.formnovalidate" title="shared-form.attrs.formnovalidate">formnovalidate</a>?)</span></p></div></div> + & (<a class="ref" href="forms-attributes.html#shared-form.attrs.formaction" title="shared-form.attrs.formaction">formaction</a>? + & <a class="ref" href="forms-attributes.html#shared-form.attrs.autofocus" title="shared-form.attrs.autofocus">autofocus</a>? + & <a class="ref" href="forms-attributes.html#shared-form.attrs.formenctype" title="shared-form.attrs.formenctype">formenctype</a>? + & <a class="ref" href="forms-attributes.html#shared-form.attrs.formmethod" title="shared-form.attrs.formmethod">formmethod</a>? + & <a class="ref" href="forms-attributes.html#shared-form.attrs.formtarget" title="shared-form.attrs.formtarget">formtarget</a>? + & <a class="ref" href="forms-attributes.html#shared-form.attrs.formnovalidate" title="shared-form.attrs.formnovalidate">formnovalidate</a>?)</span></p></div></div> <div class="no-number no-toc" id="button.submit-attributes"> <h2 class="element-subhead">Element-specific attributes <a class="hash" href="#button.submit-attributes">#</a></h2> <dl class="attr-defs"> Index: input.url.html =================================================================== RCS file: /sources/public/html5/markup/input.url.html,v retrieving revision 1.9 retrieving revision 1.10 diff -u -d -r1.9 -r1.10 --- input.url.html 1 Aug 2009 10:44:33 -0000 1.9 +++ input.url.html 1 Aug 2009 16:46:47 -0000 1.10 @@ -31,19 +31,19 @@ <h2 class="element-subhead">Attribute model <a class="hash" href="#input.url-attr-mdl">#</a></h2> <div class="attr-content-models"> <p><a href="input.url.html#input.url.attrs">input.url.attrs</a> = <span class="pattern" id="input.url.attrs"><a class="ref" href="common-attributes.html#common.attrs">common.attrs</a> - & <a class="ref" href="form-attributes.html#common-form.attrs.name" title="common-form.attrs.name">name</a>? - & <a class="ref" href="form-attributes.html#common-form.attrs.disabled" title="common-form.attrs.disabled">disabled</a>? - & <a class="ref" href="form-attributes.html#common-form.attrs.form" title="common-form.attrs.form">form</a>? + & <a class="ref" href="forms-attributes.html#common-form.attrs.name" title="common-form.attrs.name">name</a>? + & <a class="ref" href="forms-attributes.html#common-form.attrs.disabled" title="common-form.attrs.disabled">disabled</a>? + & <a class="ref" href="forms-attributes.html#common-form.attrs.form" title="common-form.attrs.form">form</a>? & <a class="ref" href="input.url.html#input.url.attrs.type" title="input.url.attrs.type">type</a> - & <a class="ref" href="form-attributes.html#input.attrs.autocomplete" title="input.attrs.autocomplete">autocomplete</a>? - & <a class="ref" href="form-attributes.html#shared-form.attrs.autofocus" title="shared-form.attrs.autofocus">autofocus</a>? - & <a class="ref" href="form-attributes.html#input.attrs.list" title="input.attrs.list">list</a>? - & <a class="ref" href="form-attributes.html#shared-form.attrs.maxlength" title="shared-form.attrs.maxlength">maxlength</a>? - & <a class="ref" href="form-attributes.html#shared-form.attrs.pattern" title="shared-form.attrs.pattern">pattern</a>? - & <a class="ref" href="form-attributes.html#shared-form.attrs.readonly" title="shared-form.attrs.readonly">readonly</a>? - & <a class="ref" href="form-attributes.html#shared-form.attrs.required" title="shared-form.attrs.required">required</a>? - & <a class="ref" href="form-attributes.html#shared-form.attrs.size" title="shared-form.attrs.size">size</a>? - & <a class="ref" href="form-attributes.html#shared-form.attrs.placeholder" title="shared-form.attrs.placeholder">placeholder</a>? + & <a class="ref" href="forms-attributes.html#input.attrs.autocomplete" title="input.attrs.autocomplete">autocomplete</a>? + & <a class="ref" href="forms-attributes.html#shared-form.attrs.autofocus" title="shared-form.attrs.autofocus">autofocus</a>? + & <a class="ref" href="forms-attributes.html#input.attrs.list" title="input.attrs.list">list</a>? + & <a class="ref" href="forms-attributes.html#shared-form.attrs.maxlength" title="shared-form.attrs.maxlength">maxlength</a>? + & <a class="ref" href="forms-attributes.html#shared-form.attrs.pattern" title="shared-form.attrs.pattern">pattern</a>? + & <a class="ref" href="forms-attributes.html#shared-form.attrs.readonly" title="shared-form.attrs.readonly">readonly</a>? + & <a class="ref" href="forms-attributes.html#shared-form.attrs.required" title="shared-form.attrs.required">required</a>? + & <a class="ref" href="forms-attributes.html#shared-form.attrs.size" title="shared-form.attrs.size">size</a>? + & <a class="ref" href="forms-attributes.html#shared-form.attrs.placeholder" title="shared-form.attrs.placeholder">placeholder</a>? & <a class="ref" href="input.url.html#input.url.attrs.value" title="input.url.attrs.value">value</a>?</span></p></div></div> <div class="no-number no-toc" id="input.url-attributes"> <h2 class="element-subhead">Element-specific attributes <a class="hash" href="#input.url-attributes">#</a></h2>
Received on Saturday, 1 August 2009 16:47:14 UTC