- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Sat, 01 Aug 2009 10:44:35 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/markup In directory hutz:/tmp/cvs-serv8748 Modified Files: Overview.html button.button.html button.reset.html button.submit.html common-attributes.html datatypes.html fieldset.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 patch-schema select.html spec.html textarea.html Added Files: form-attributes.html Removed Files: shared-attributes.html Log Message: streamlined documentation for common/shared form attributes Index: Overview.html =================================================================== RCS file: /sources/public/html5/markup/Overview.html,v retrieving revision 1.337 retrieving revision 1.338 diff -u -d -r1.337 -r1.338 --- Overview.html 31 Jul 2009 16:24:38 -0000 1.337 +++ Overview.html 1 Aug 2009 10:44:31 -0000 1.338 @@ -112,7 +112,7 @@ <a href="common-attributes.html#common-attributes">9. Common attributes</a> </li> <li> -<a href="shared-attributes.html#shared-attributes">10. Other shared attributes</a> +<a href="form-attributes.html#form-attributes">10. Form attributes</a> </li> <li> <a href="datatypes.html#datatypes">11. Datatypes</a> @@ -654,13 +654,8 @@ </li> </ul> </li> -<li id="shared-attributes-toc"> -<a href="shared-attributes.html#shared-attributes">10. Other shared attributes</a> -<ul> -<li id="common-form-attrs-toc"> -<a href="shared-attributes.html#common-form-attrs">10.1. Form attributes</a> -</li> -</ul> +<li id="form-attributes-toc"> +<a href="form-attributes.html#form-attributes">10. Form 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.8 retrieving revision 1.9 diff -u -d -r1.8 -r1.9 --- input.email.html 29 Jul 2009 11:23:44 -0000 1.8 +++ input.email.html 1 Aug 2009 10:44:32 -0000 1.9 @@ -31,18 +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="shared-attributes.html#common-form.attrs">common-form.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="input.email.html#input.email.attrs.type" title="input.email.attrs.type">type</a> - & <a class="ref" href="shared-attributes.html#input.attrs.autocomplete" title="input.attrs.autocomplete">autocomplete</a>? - & <a class="ref" href="shared-attributes.html#shared-form.attrs.autofocus" title="shared-form.attrs.autofocus">autofocus</a>? - & <a class="ref" href="shared-attributes.html#input.attrs.list" title="input.attrs.list">list</a>? - & <a class="ref" href="shared-attributes.html#shared-form.attrs.maxlength" title="shared-form.attrs.maxlength">maxlength</a>? - & <a class="ref" href="shared-attributes.html#shared-form.attrs.pattern" title="shared-form.attrs.pattern">pattern</a>? - & <a class="ref" href="shared-attributes.html#shared-form.attrs.readonly" title="shared-form.attrs.readonly">readonly</a>? - & <a class="ref" href="shared-attributes.html#shared-form.attrs.required" title="shared-form.attrs.required">required</a>? - & <a class="ref" href="shared-attributes.html#shared-form.attrs.size" title="shared-form.attrs.size">size</a>? - & <a class="ref" href="shared-attributes.html#shared-form.attrs.placeholder" title="shared-form.attrs.placeholder">placeholder</a>? - & ((<a class="ref" href="shared-attributes.html#input.attrs.multiple" title="input.attrs.multiple">multiple</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="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.8 retrieving revision 1.9 diff -u -d -r1.8 -r1.9 --- input.month.html 29 Jul 2009 11:23:44 -0000 1.8 +++ input.month.html 1 Aug 2009 10:44:32 -0000 1.9 @@ -31,16 +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="shared-attributes.html#common-form.attrs">common-form.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="input.month.html#input.month.attrs.type" title="input.month.attrs.type">type</a> - & <a class="ref" href="shared-attributes.html#input.attrs.autocomplete" title="input.attrs.autocomplete">autocomplete</a>? - & <a class="ref" href="shared-attributes.html#shared-form.attrs.autofocus" title="shared-form.attrs.autofocus">autofocus</a>? - & <a class="ref" href="shared-attributes.html#input.attrs.list" title="input.attrs.list">list</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="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="shared-attributes.html#input.attrs.step.integer" title="input.attrs.step.integer">step.integer</a>? - & <a class="ref" href="shared-attributes.html#shared-form.attrs.readonly" title="shared-form.attrs.readonly">readonly</a>? - & <a class="ref" href="shared-attributes.html#shared-form.attrs.required" title="shared-form.attrs.required">required</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="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.8 retrieving revision 1.9 diff -u -d -r1.8 -r1.9 --- input.range.html 29 Jul 2009 11:23:44 -0000 1.8 +++ input.range.html 1 Aug 2009 10:44:32 -0000 1.9 @@ -31,14 +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="shared-attributes.html#common-form.attrs">common-form.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="input.range.html#input.range.attrs.type" title="input.range.attrs.type">type</a> - & <a class="ref" href="shared-attributes.html#input.attrs.autocomplete" title="input.attrs.autocomplete">autocomplete</a>? - & <a class="ref" href="shared-attributes.html#shared-form.attrs.autofocus" title="shared-form.attrs.autofocus">autofocus</a>? - & <a class="ref" href="shared-attributes.html#input.attrs.list" title="input.attrs.list">list</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="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="shared-attributes.html#input.attrs.step.float" title="input.attrs.step.float">step.float</a>? + & <a class="ref" href="form-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.10 retrieving revision 1.11 diff -u -d -r1.10 -r1.11 --- keygen.html 29 Jul 2009 11:23:45 -0000 1.10 +++ keygen.html 1 Aug 2009 10:44:33 -0000 1.11 @@ -31,8 +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="shared-attributes.html#shared-form.attrs.autofocus" title="shared-form.attrs.autofocus">autofocus</a>? - & <a class="ref" href="shared-attributes.html#common-form.attrs">common-form.attrs</a>?</span></p></div></div> + & <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> <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.11 retrieving revision 1.12 diff -u -d -r1.11 -r1.12 --- textarea.html 29 Jul 2009 11:23:46 -0000 1.11 +++ textarea.html 1 Aug 2009 10:44:33 -0000 1.12 @@ -30,12 +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="shared-attributes.html#common-form.attrs">common-form.attrs</a> - & <a class="ref" href="shared-attributes.html#shared-form.attrs.readonly" title="shared-form.attrs.readonly">readonly</a>?) - & (<a class="ref" href="shared-attributes.html#shared-form.attrs.maxlength" title="shared-form.attrs.maxlength">maxlength</a>? - & <a class="ref" href="shared-attributes.html#shared-form.attrs.autofocus" title="shared-form.attrs.autofocus">autofocus</a>? - & <a class="ref" href="shared-attributes.html#shared-form.attrs.required" title="shared-form.attrs.required">required</a>? - & <a class="ref" href="shared-attributes.html#shared-form.attrs.placeholder" title="shared-form.attrs.placeholder">placeholder</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="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.9 retrieving revision 1.10 diff -u -d -r1.9 -r1.10 --- input.button.html 29 Jul 2009 11:23:44 -0000 1.9 +++ input.button.html 1 Aug 2009 10:44:32 -0000 1.10 @@ -30,10 +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="shared-attributes.html#common-form.attrs">common-form.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="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="shared-attributes.html#shared-form.attrs.autofocus" title="shared-form.attrs.autofocus">autofocus</a>?</span></p></div></div> + & <a class="ref" href="form-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.9 retrieving revision 1.10 diff -u -d -r1.9 -r1.10 --- input.text.html 29 Jul 2009 11:23:44 -0000 1.9 +++ input.text.html 1 Aug 2009 10:44:33 -0000 1.10 @@ -30,18 +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="shared-attributes.html#common-form.attrs">common-form.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="input.text.html#input.text.attrs.type" title="input.text.attrs.type">type</a>? - & <a class="ref" href="shared-attributes.html#shared-form.attrs.maxlength" title="shared-form.attrs.maxlength">maxlength</a>? - & <a class="ref" href="shared-attributes.html#shared-form.attrs.readonly" title="shared-form.attrs.readonly">readonly</a>? - & <a class="ref" href="shared-attributes.html#shared-form.attrs.size" title="shared-form.attrs.size">size</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="input.text.html#input.text.attrs.value" title="input.text.attrs.value">value</a>?) - & (<a class="ref" href="shared-attributes.html#input.attrs.autocomplete" title="input.attrs.autocomplete">autocomplete</a>? - & <a class="ref" href="shared-attributes.html#shared-form.attrs.autofocus" title="shared-form.attrs.autofocus">autofocus</a>? - & <a class="ref" href="shared-attributes.html#input.attrs.list" title="input.attrs.list">list</a>? - & <a class="ref" href="shared-attributes.html#shared-form.attrs.pattern" title="shared-form.attrs.pattern">pattern</a>? - & <a class="ref" href="shared-attributes.html#shared-form.attrs.required" title="shared-form.attrs.required">required</a>? - & <a class="ref" href="shared-attributes.html#shared-form.attrs.placeholder" title="shared-form.attrs.placeholder">placeholder</a>?)</span></p></div></div> + & (<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> <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.9 retrieving revision 1.10 diff -u -d -r1.9 -r1.10 --- input.checkbox.html 29 Jul 2009 11:23:44 -0000 1.9 +++ input.checkbox.html 1 Aug 2009 10:44:32 -0000 1.10 @@ -30,12 +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="shared-attributes.html#common-form.attrs">common-form.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="input.checkbox.html#input.checkbox.attrs.type" title="input.checkbox.attrs.type">type</a> - & <a class="ref" href="shared-attributes.html#input.attrs.checked" title="input.attrs.checked">checked</a>? + & <a class="ref" href="form-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="shared-attributes.html#shared-form.attrs.autofocus" title="shared-form.attrs.autofocus">autofocus</a>? - & <a class="ref" href="shared-attributes.html#shared-form.attrs.required" title="shared-form.attrs.required">required</a>?)</span></p></div></div> + & (<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> <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.14 retrieving revision 1.15 diff -u -d -r1.14 -r1.15 --- object.html 29 Jul 2009 11:23:45 -0000 1.14 +++ object.html 1 Aug 2009 10:44:33 -0000 1.15 @@ -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="shared-attributes.html#common-form.attrs.form" title="common-form.attrs.form">form</a>?</span></p></div></div> + & <a class="ref" href="form-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.7 retrieving revision 1.8 diff -u -d -r1.7 -r1.8 --- input.tel.html 29 Jul 2009 11:23:44 -0000 1.7 +++ input.tel.html 1 Aug 2009 10:44:33 -0000 1.8 @@ -30,17 +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="shared-attributes.html#common-form.attrs">common-form.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="input.tel.html#input.tel.attrs.type" title="input.tel.attrs.type">type</a> - & <a class="ref" href="shared-attributes.html#input.attrs.autocomplete" title="input.attrs.autocomplete">autocomplete</a>? - & <a class="ref" href="shared-attributes.html#shared-form.attrs.autofocus" title="shared-form.attrs.autofocus">autofocus</a>? - & <a class="ref" href="shared-attributes.html#input.attrs.list" title="input.attrs.list">list</a>? - & <a class="ref" href="shared-attributes.html#shared-form.attrs.maxlength" title="shared-form.attrs.maxlength">maxlength</a>? - & <a class="ref" href="shared-attributes.html#shared-form.attrs.pattern" title="shared-form.attrs.pattern">pattern</a>? - & <a class="ref" href="shared-attributes.html#shared-form.attrs.readonly" title="shared-form.attrs.readonly">readonly</a>? - & <a class="ref" href="shared-attributes.html#shared-form.attrs.required" title="shared-form.attrs.required">required</a>? - & <a class="ref" href="shared-attributes.html#shared-form.attrs.size" title="shared-form.attrs.size">size</a>? - & <a class="ref" href="shared-attributes.html#shared-form.attrs.placeholder" title="shared-form.attrs.placeholder">placeholder</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="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.8 retrieving revision 1.9 diff -u -d -r1.8 -r1.9 --- input.number.html 29 Jul 2009 11:23:44 -0000 1.8 +++ input.number.html 1 Aug 2009 10:44:32 -0000 1.9 @@ -31,16 +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="shared-attributes.html#common-form.attrs">common-form.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="input.number.html#input.number.attrs.type" title="input.number.attrs.type">type</a> - & <a class="ref" href="shared-attributes.html#input.attrs.autocomplete" title="input.attrs.autocomplete">autocomplete</a>? - & <a class="ref" href="shared-attributes.html#shared-form.attrs.autofocus" title="shared-form.attrs.autofocus">autofocus</a>? - & <a class="ref" href="shared-attributes.html#input.attrs.list" title="input.attrs.list">list</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="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="shared-attributes.html#input.attrs.step.float" title="input.attrs.step.float">step.float</a>? - & <a class="ref" href="shared-attributes.html#shared-form.attrs.readonly" title="shared-form.attrs.readonly">readonly</a>? - & <a class="ref" href="shared-attributes.html#shared-form.attrs.required" title="shared-form.attrs.required">required</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="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.20 retrieving revision 1.21 diff -u -d -r1.20 -r1.21 --- datatypes.html 21 Jul 2009 07:07:23 -0000 1.20 +++ datatypes.html 1 Aug 2009 10:44:32 -0000 1.21 @@ -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="shared-attributes.html">« shared-attributes</a></span> +<span class="nav-prev"><a href="form-attributes.html">« form-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="shared-attributes.html">« shared-attributes</a></span> +<span class="nav-prev"><a href="form-attributes.html">« form-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.8 retrieving revision 1.9 diff -u -d -r1.8 -r1.9 --- input.datetime.html 29 Jul 2009 11:23:44 -0000 1.8 +++ input.datetime.html 1 Aug 2009 10:44:32 -0000 1.9 @@ -32,16 +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="shared-attributes.html#common-form.attrs">common-form.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="input.datetime.html#input.datetime.attrs.type" title="input.datetime.attrs.type">type</a> - & <a class="ref" href="shared-attributes.html#input.attrs.autocomplete" title="input.attrs.autocomplete">autocomplete</a>? - & <a class="ref" href="shared-attributes.html#shared-form.attrs.autofocus" title="shared-form.attrs.autofocus">autofocus</a>? - & <a class="ref" href="shared-attributes.html#input.attrs.list" title="input.attrs.list">list</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="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="shared-attributes.html#input.attrs.step.float" title="input.attrs.step.float">step.float</a>? - & <a class="ref" href="shared-attributes.html#shared-form.attrs.readonly" title="shared-form.attrs.readonly">readonly</a>? - & <a class="ref" href="shared-attributes.html#shared-form.attrs.required" title="shared-form.attrs.required">required</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="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.9 retrieving revision 1.10 diff -u -d -r1.9 -r1.10 --- input.password.html 29 Jul 2009 11:23:44 -0000 1.9 +++ input.password.html 1 Aug 2009 10:44:32 -0000 1.10 @@ -30,17 +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="shared-attributes.html#common-form.attrs">common-form.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="input.password.html#input.password.attrs.type" title="input.password.attrs.type">type</a> - & <a class="ref" href="shared-attributes.html#shared-form.attrs.maxlength" title="shared-form.attrs.maxlength">maxlength</a>? - & <a class="ref" href="shared-attributes.html#shared-form.attrs.readonly" title="shared-form.attrs.readonly">readonly</a>? - & <a class="ref" href="shared-attributes.html#shared-form.attrs.size" title="shared-form.attrs.size">size</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="input.password.html#input.password.attrs.value" title="input.password.attrs.value">value</a>?) - & (<a class="ref" href="shared-attributes.html#input.attrs.autocomplete" title="input.attrs.autocomplete">autocomplete</a>? - & <a class="ref" href="shared-attributes.html#shared-form.attrs.autofocus" title="shared-form.attrs.autofocus">autofocus</a>? - & <a class="ref" href="shared-attributes.html#shared-form.attrs.pattern" title="shared-form.attrs.pattern">pattern</a>? - & <a class="ref" href="shared-attributes.html#shared-form.attrs.required" title="shared-form.attrs.required">required</a>? - & <a class="ref" href="shared-attributes.html#shared-form.attrs.placeholder" title="shared-form.attrs.placeholder">placeholder</a>?)</span></p></div></div> + & (<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> <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.8 retrieving revision 1.9 diff -u -d -r1.8 -r1.9 --- input.time.html 29 Jul 2009 11:23:44 -0000 1.8 +++ input.time.html 1 Aug 2009 10:44:33 -0000 1.9 @@ -31,16 +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="shared-attributes.html#common-form.attrs">common-form.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="input.time.html#input.time.attrs.type" title="input.time.attrs.type">type</a> - & <a class="ref" href="shared-attributes.html#input.attrs.autocomplete" title="input.attrs.autocomplete">autocomplete</a>? - & <a class="ref" href="shared-attributes.html#shared-form.attrs.autofocus" title="shared-form.attrs.autofocus">autofocus</a>? - & <a class="ref" href="shared-attributes.html#input.attrs.list" title="input.attrs.list">list</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="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="shared-attributes.html#input.attrs.step.float" title="input.attrs.step.float">step.float</a>? - & <a class="ref" href="shared-attributes.html#shared-form.attrs.readonly" title="shared-form.attrs.readonly">readonly</a>? - & <a class="ref" href="shared-attributes.html#shared-form.attrs.required" title="shared-form.attrs.required">required</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="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.color.html =================================================================== RCS file: /sources/public/html5/markup/input.color.html,v retrieving revision 1.9 retrieving revision 1.10 diff -u -d -r1.9 -r1.10 --- input.color.html 29 Jul 2009 11:23:44 -0000 1.9 +++ input.color.html 1 Aug 2009 10:44:32 -0000 1.10 @@ -31,11 +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="shared-attributes.html#common-form.attrs">common-form.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="input.color.html#input.color.attrs.type" title="input.color.attrs.type">type</a> - & <a class="ref" href="shared-attributes.html#input.attrs.autocomplete" title="input.attrs.autocomplete">autocomplete</a>? - & <a class="ref" href="shared-attributes.html#shared-form.attrs.autofocus" title="shared-form.attrs.autofocus">autofocus</a>? - & <a class="ref" href="shared-attributes.html#input.attrs.list" title="input.attrs.list">list</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="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: input.image.html =================================================================== RCS file: /sources/public/html5/markup/input.image.html,v retrieving revision 1.9 retrieving revision 1.10 diff -u -d -r1.9 -r1.10 --- input.image.html 29 Jul 2009 11:23:44 -0000 1.9 +++ input.image.html 1 Aug 2009 10:44:32 -0000 1.10 @@ -33,16 +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="shared-attributes.html#common-form.attrs">common-form.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="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="shared-attributes.html#shared-form.attrs.formaction" title="shared-form.attrs.formaction">formaction</a>? - & <a class="ref" href="shared-attributes.html#shared-form.attrs.autofocus" title="shared-form.attrs.autofocus">autofocus</a>? - & <a class="ref" href="shared-attributes.html#shared-form.attrs.formenctype" title="shared-form.attrs.formenctype">formenctype</a>? - & <a class="ref" href="shared-attributes.html#shared-form.attrs.formmethod" title="shared-form.attrs.formmethod">formmethod</a>? - & <a class="ref" href="shared-attributes.html#shared-form.attrs.formtarget" title="shared-form.attrs.formtarget">formtarget</a>? - & <a class="ref" href="shared-attributes.html#shared-form.attrs.formnovalidate" title="shared-form.attrs.formnovalidate">formnovalidate</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="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.8 retrieving revision 1.9 diff -u -d -r1.8 -r1.9 --- input.file.html 29 Jul 2009 11:23:44 -0000 1.8 +++ input.file.html 1 Aug 2009 10:44:32 -0000 1.9 @@ -32,12 +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="shared-attributes.html#common-form.attrs">common-form.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="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="shared-attributes.html#shared-form.attrs.autofocus" title="shared-form.attrs.autofocus">autofocus</a>? - & <a class="ref" href="shared-attributes.html#shared-form.attrs.required" title="shared-form.attrs.required">required</a>? - & <a class="ref" href="shared-attributes.html#input.attrs.multiple" title="input.attrs.multiple">multiple</a>?)</span></p></div></div> + & (<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> <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.9 retrieving revision 1.10 diff -u -d -r1.9 -r1.10 --- input.radio.html 29 Jul 2009 11:23:44 -0000 1.9 +++ input.radio.html 1 Aug 2009 10:44:32 -0000 1.10 @@ -31,12 +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="shared-attributes.html#common-form.attrs">common-form.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="input.radio.html#input.radio.attrs.type" title="input.radio.attrs.type">type</a> - & <a class="ref" href="shared-attributes.html#input.attrs.checked" title="input.attrs.checked">checked</a>? + & <a class="ref" href="form-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="shared-attributes.html#shared-form.attrs.autofocus" title="shared-form.attrs.autofocus">autofocus</a>? - & <a class="ref" href="shared-attributes.html#shared-form.attrs.required" title="shared-form.attrs.required">required</a>?)</span></p></div></div> + & (<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> <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.9 retrieving revision 1.10 diff -u -d -r1.9 -r1.10 --- input.reset.html 29 Jul 2009 11:23:44 -0000 1.9 +++ input.reset.html 1 Aug 2009 10:44:33 -0000 1.10 @@ -30,10 +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="shared-attributes.html#common-form.attrs">common-form.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="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="shared-attributes.html#shared-form.attrs.autofocus" title="shared-form.attrs.autofocus">autofocus</a>?</span></p></div></div> + & <a class="ref" href="form-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.8 retrieving revision 1.9 diff -u -d -r1.8 -r1.9 --- input.datetime-local.html 29 Jul 2009 11:23:44 -0000 1.8 +++ input.datetime-local.html 1 Aug 2009 10:44:32 -0000 1.9 @@ -32,16 +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="shared-attributes.html#common-form.attrs">common-form.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="input.datetime-local.html#input.datetime-local.attrs.type" title="input.datetime-local.attrs.type">type</a> - & <a class="ref" href="shared-attributes.html#input.attrs.autocomplete" title="input.attrs.autocomplete">autocomplete</a>? - & <a class="ref" href="shared-attributes.html#shared-form.attrs.autofocus" title="shared-form.attrs.autofocus">autofocus</a>? - & <a class="ref" href="shared-attributes.html#input.attrs.list" title="input.attrs.list">list</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="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="shared-attributes.html#input.attrs.step.float" title="input.attrs.step.float">step.float</a>? - & <a class="ref" href="shared-attributes.html#shared-form.attrs.readonly" title="shared-form.attrs.readonly">readonly</a>? - & <a class="ref" href="shared-attributes.html#shared-form.attrs.required" title="shared-form.attrs.required">required</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="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: common-attributes.html =================================================================== RCS file: /sources/public/html5/markup/common-attributes.html,v retrieving revision 1.16 retrieving revision 1.17 diff -u -d -r1.16 -r1.17 --- common-attributes.html 31 Jul 2009 19:54:03 -0000 1.16 +++ common-attributes.html 1 Aug 2009 10:44:32 -0000 1.17 @@ -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="shared-attributes.html">shared-attributes »</a></span> +<span class="nav-next"><a href="form-attributes.html">form-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> @@ -349,39 +349,42 @@ <h2 class="common-subhead">9.3. XML attributes <a class="hash" href="#xml-attrs">#</a> <a class="toc-bak" href="Overview.html#xml-attrs-toc">T</a></h2><div id="common.attrs.xml-mdl"> <div class="content-models"> - <p><span class="common-pattern-name"><a href="common-attributes.html#common.attrs.xml" id="common.attrs.xml">common.attrs.xml</a></span> = <a class="ref" href="common-attributes.html#common.attrs.xmlbase" title="common.attrs.xmlbase">xml:base</a>? - & <a class="ref" href="common-attributes.html#common.attrs.xmllang" title="common.attrs.xmllang">xml:lang</a>? - & <a class="ref" href="common-attributes.html#common.attrs.xmlspace" title="common.attrs.xmlspace">xml:space</a>?</p> + <p><span class="common-pattern-name"><a href="common-attributes.html#common.attrs.xml" id="common.attrs.xml">common.attrs.xml</a></span> = <a class="ref" href="common-attributes.html#common.attrs.xmllang" title="common.attrs.xmllang">xml:lang</a>? + & <a class="ref" href="common-attributes.html#common.attrs.xmlspace" title="common.attrs.xmlspace">xml:space</a>? + & <a class="ref" href="common-attributes.html#common.attrs.xmlbase" title="common.attrs.xmlbase">xml:base</a>?</p> </div> </div> <div class="no-number no-toc"> <dl class="attr-defs"> - <dt><a class="attribute-name" id="common.attrs.xmlbase" title="common.attrs.xmlbase" href="common-attributes.html#common.attrs.xmlbase">xml:base</a><span class="attr-values"> = - <a class="ref" href="datatypes.html#common.data.uri" title="common.data.uri">uri</a> - </span> </dt> - <dd>As defined in the XML Base specification - <a href="references.html#refsXMLBase">[XMLBase]</a>.</dd><dd>This attribute should only be used with - <a href="documents.html#syntax-document-xml">documents in the XML syntax</a>. - It must not be used in - <a href="documents.html#syntax-document-html">documents in the HTML syntax</a>.</dd> - <dt><a class="attribute-name" id="common.attrs.xmllang" title="common.attrs.xmllang" href="common-attributes.html#common.attrs.xmllang">xml:lang</a><span class="attr-values"> = <a class="ref" href="datatypes.html#common.data.langcode" title="common.data.langcode">langcode</a> </span> </dt> - <dd><i class="TK">(detailed attribute description to come)</i></dd> + <dd>As defined in the XML specification + <a href="references.html#refsXML">[XML]</a>.</dd> <dt><a class="attribute-name" id="common.attrs.xmlspace" title="common.attrs.xmlspace" href="common-attributes.html#common.attrs.xmlspace">xml:space</a><span class="attr-values"> = "preserve" </span> </dt> <dd>As defined in the XML specification - <a href="references.html#refsXML">[XML]</a>.</dd><dd>This attribute should only be used with - <a href="documents.html#syntax-document-xml">documents in the XML syntax</a>. - It must not be used in + <a href="references.html#refsXML">[XML]</a>.</dd><dd>The <code class="attribute">xml:space</code> + attribute should only be used with + <a href="documents.html#syntax-document-xml">documents in the XML syntax</a>; + it must not be used in + <a href="documents.html#syntax-document-html">documents in the HTML syntax</a>.</dd> + + <dt><a class="attribute-name" id="common.attrs.xmlbase" title="common.attrs.xmlbase" href="common-attributes.html#common.attrs.xmlbase">xml:base</a><span class="attr-values"> = + <a class="ref" href="datatypes.html#common.data.uri" title="common.data.uri">uri</a> + </span> </dt> + <dd>As defined in the XML Base specification + <a href="references.html#refsXMLBase">[XMLBase]</a>.</dd><dd>The <code class="attribute">xml:base</code> + attribute should only be used with + <a href="documents.html#syntax-document-xml">documents in the XML syntax</a>; + it must not be used in <a href="documents.html#syntax-document-html">documents in the HTML syntax</a>.</dd> </dl></div></div></div> <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="shared-attributes.html">shared-attributes »</a></span> +<span class="nav-next"><a href="form-attributes.html">form-attributes »</a></span> </div> </body> </html> Index: option.html =================================================================== RCS file: /sources/public/html5/markup/option.html,v retrieving revision 1.13 retrieving revision 1.14 diff -u -d -r1.13 -r1.14 --- option.html 29 Jul 2009 11:23:45 -0000 1.13 +++ option.html 1 Aug 2009 10:44:33 -0000 1.14 @@ -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="shared-attributes.html#common-form.attrs.disabled" title="common-form.attrs.disabled">disabled</a>? + & <a class="ref" href="form-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.13 retrieving revision 1.14 diff -u -d -r1.13 -r1.14 --- label.html 29 Jul 2009 11:23:45 -0000 1.13 +++ label.html 1 Aug 2009 10:44:33 -0000 1.14 @@ -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="shared-attributes.html#common-form.attrs.form" title="common-form.attrs.form">form</a>?</span></p></div></div> + & <a class="ref" href="form-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.10 retrieving revision 1.11 diff -u -d -r1.10 -r1.11 --- select.html 29 Jul 2009 11:23:46 -0000 1.10 +++ select.html 1 Aug 2009 10:44:33 -0000 1.11 @@ -31,7 +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="shared-attributes.html#common-form.attrs">common-form.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="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.9 retrieving revision 1.10 diff -u -d -r1.9 -r1.10 --- input.hidden.html 29 Jul 2009 11:23:44 -0000 1.9 +++ input.hidden.html 1 Aug 2009 10:44:32 -0000 1.10 @@ -31,7 +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="shared-attributes.html#common-form.attrs">common-form.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="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: patch-schema =================================================================== RCS file: /sources/public/html5/markup/patch-schema,v retrieving revision 1.72 retrieving revision 1.73 diff -u -d -r1.72 -r1.73 --- patch-schema 31 Jul 2009 19:54:03 -0000 1.72 +++ patch-schema 1 Aug 2009 10:44:33 -0000 1.73 @@ -64,7 +64,15 @@ =================================================================== --- schema/web-forms.rnc (revision 454) +++ schema/web-forms.rnc (working copy) -@@ -295,17 +295,9 @@ +@@ -9,6 +9,7 @@ + common-form.attrs = + ( common-form.attrs.name? + & common-form.attrs.disabled? ++ & common-form.attrs.form? + ) + + common-form.attrs.name = +@@ -295,17 +296,9 @@ ( common.attrs & common-form.attrs & shared-form.attrs.readonly? @@ -82,7 +90,7 @@ textarea.attrs.cols = attribute cols { common.data.integer.positive -@@ -315,7 +307,7 @@ +@@ -315,7 +308,7 @@ common.data.integer.positive } textarea.inner = @@ -91,7 +99,7 @@ common.elem.phrasing |= textarea.elem -@@ -394,10 +386,6 @@ +@@ -394,10 +387,6 @@ ## Shared Definitions for Complex Button @@ -102,7 +110,7 @@ button.inner = ( common.inner.flow ) -@@ -409,13 +397,17 @@ +@@ -409,13 +398,17 @@ ( common.attrs & common-form.attrs & button.submit.attrs.type? @@ -121,7 +129,7 @@ button.elem = button.submit.elem -@@ -427,13 +419,17 @@ +@@ -427,13 +420,17 @@ ( common.attrs & common-form.attrs & button.reset.attrs.type @@ -140,7 +148,7 @@ button.elem |= button.reset.elem -@@ -445,7 +441,7 @@ +@@ -445,7 +442,7 @@ ( common.attrs & common-form.attrs & button.button.attrs.type @@ -149,7 +157,7 @@ & ( common.attrs.aria | common.attrs.aria.implicit.button )? -@@ -454,6 +450,10 @@ +@@ -454,6 +451,10 @@ attribute type { w:string "button" } @@ -467,7 +475,17 @@ =================================================================== --- schema/web-forms2.rnc (revision 454) +++ schema/web-forms2.rnc (working copy) -@@ -668,10 +668,6 @@ +@@ -6,9 +6,6 @@ + + ## Shared attributes for form controls + +- common-form.attrs &= +- ( common-form.attrs.form? ) +- + common-form.attrs.form |= + attribute form { + common.data.idref +@@ -668,10 +665,6 @@ ## Text Area: <textarea>, extensions @@ -822,9 +840,9 @@ empty +common.attrs.xml = -+ ( common.attrs.xmlbase? -+ & common.attrs.xmllang? ++ ( common.attrs.xmllang? + & common.attrs.xmlspace? ++ & common.attrs.xmlbase? + ) + + Index: input.search.html =================================================================== RCS file: /sources/public/html5/markup/input.search.html,v retrieving revision 1.10 retrieving revision 1.11 diff -u -d -r1.10 -r1.11 --- input.search.html 29 Jul 2009 11:23:44 -0000 1.10 +++ input.search.html 1 Aug 2009 10:44:33 -0000 1.11 @@ -31,17 +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="shared-attributes.html#common-form.attrs">common-form.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="input.search.html#input.search.attrs.type" title="input.search.attrs.type">type</a> - & <a class="ref" href="shared-attributes.html#input.attrs.autocomplete" title="input.attrs.autocomplete">autocomplete</a>? - & <a class="ref" href="shared-attributes.html#shared-form.attrs.autofocus" title="shared-form.attrs.autofocus">autofocus</a>? - & <a class="ref" href="shared-attributes.html#input.attrs.list" title="input.attrs.list">list</a>? - & <a class="ref" href="shared-attributes.html#shared-form.attrs.maxlength" title="shared-form.attrs.maxlength">maxlength</a>? - & <a class="ref" href="shared-attributes.html#shared-form.attrs.pattern" title="shared-form.attrs.pattern">pattern</a>? - & <a class="ref" href="shared-attributes.html#shared-form.attrs.readonly" title="shared-form.attrs.readonly">readonly</a>? - & <a class="ref" href="shared-attributes.html#shared-form.attrs.required" title="shared-form.attrs.required">required</a>? - & <a class="ref" href="shared-attributes.html#shared-form.attrs.size" title="shared-form.attrs.size">size</a>? - & <a class="ref" href="shared-attributes.html#shared-form.attrs.placeholder" title="shared-form.attrs.placeholder">placeholder</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="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.13 retrieving revision 1.14 diff -u -d -r1.13 -r1.14 --- fieldset.html 29 Jul 2009 11:23:43 -0000 1.13 +++ fieldset.html 1 Aug 2009 10:44:32 -0000 1.14 @@ -31,7 +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="shared-attributes.html#common-form.attrs">common-form.attrs</a></span></p></div></div> + & <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> <div class="no-number no-toc" id="fieldset-tags"> Index: spec.html =================================================================== RCS file: /sources/public/html5/markup/spec.html,v retrieving revision 1.78 retrieving revision 1.79 diff -u -d -r1.78 -r1.79 --- spec.html 31 Jul 2009 19:54:03 -0000 1.78 +++ spec.html 1 Aug 2009 10:44:33 -0000 1.79 @@ -111,7 +111,7 @@ <a href="#common-attributes">9. Common attributes</a> </li> <li> -<a href="#shared-attributes">10. Other shared attributes</a> +<a href="#form-attributes">10. Form attributes</a> </li> <li> <a href="#datatypes">11. Datatypes</a> @@ -653,13 +653,8 @@ </li> </ul> </li> -<li id="shared-attributes-toc"> -<a href="#shared-attributes">10. Other shared attributes</a> -<ul> -<li id="common-form-attrs-toc"> -<a href="#common-form-attrs">10.1. Form attributes</a> -</li> -</ul> +<li id="form-attributes-toc"> +<a href="#form-attributes">10. Form attributes</a> </li> <li id="datatypes-toc"> <a href="#datatypes">11. Datatypes</a> @@ -3782,7 +3777,9 @@ </h2> <div class="attr-content-models"> <p><a href="#button.submit.attrs">button.submit.attrs</a> = <span class="pattern" id="button.submit.attrs">(<a class="ref" href="#common.attrs">common.attrs</a> - & <a class="ref" href="#common-form.attrs">common-form.attrs</a> + & <a class="ref" href="#common-form.attrs.name" title="common-form.attrs.name">name</a>? + & <a class="ref" href="#common-form.attrs.disabled" title="common-form.attrs.disabled">disabled</a>? + & <a class="ref" href="#common-form.attrs.form" title="common-form.attrs.form">form</a>? & <a class="ref" href="#button.submit.attrs.type" title="button.submit.attrs.type">type</a>? & <a class="ref" href="#button.submit.attrs.value" title="button.submit.attrs.value">value</a>?) & (<a class="ref" href="#shared-form.attrs.formaction" title="shared-form.attrs.formaction">formaction</a>? @@ -3875,7 +3872,9 @@ </h2> <div class="attr-content-models"> <p><a href="#button.reset.attrs">button.reset.attrs</a> = <span class="pattern" id="button.reset.attrs">(<a class="ref" href="#common.attrs">common.attrs</a> - & <a class="ref" href="#common-form.attrs">common-form.attrs</a> + & <a class="ref" href="#common-form.attrs.name" title="common-form.attrs.name">name</a>? + & <a class="ref" href="#common-form.attrs.disabled" title="common-form.attrs.disabled">disabled</a>? + & <a class="ref" href="#common-form.attrs.form" title="common-form.attrs.form">form</a>? & <a class="ref" href="#button.reset.attrs.type" title="button.reset.attrs.type">type</a> & <a class="ref" href="#button.reset.attrs.value" title="button.reset.attrs.value">value</a>?) & <a class="ref" href="#shared-form.attrs.autofocus" title="shared-form.attrs.autofocus">autofocus</a>?</span></p> @@ -3963,7 +3962,9 @@ </h2> <div class="attr-content-models"> <p><a href="#button.button.attrs">button.button.attrs</a> = <span class="pattern" id="button.button.attrs">(<a class="ref" href="#common.attrs">common.attrs</a> - & <a class="ref" href="#common-form.attrs">common-form.attrs</a> + & <a class="ref" href="#common-form.attrs.name" title="common-form.attrs.name">name</a>? + & <a class="ref" href="#common-form.attrs.disabled" title="common-form.attrs.disabled">disabled</a>? + & <a class="ref" href="#common-form.attrs.form" title="common-form.attrs.form">form</a>? & <a class="ref" href="#button.button.attrs.type" title="button.button.attrs.type">type</a> & <a class="ref" href="#button.button.attrs.value" title="button.button.attrs.value">value</a>?) & <a class="ref" href="#shared-form.attrs.autofocus" title="shared-form.attrs.autofocus">autofocus</a>?</span></p> @@ -5706,7 +5707,9 @@ </h2> <div class="attr-content-models"> <p><a href="#fieldset.attrs">fieldset.attrs</a> = <span class="pattern" id="fieldset.attrs">(<a class="ref" href="#common.attrs">common.attrs</a>) - & <a class="ref" href="#common-form.attrs">common-form.attrs</a></span></p> + & <a class="ref" href="#common-form.attrs.name" title="common-form.attrs.name">name</a>? + & <a class="ref" href="#common-form.attrs.disabled" title="common-form.attrs.disabled">disabled</a>? + & <a class="ref" href="#common-form.attrs.form" title="common-form.attrs.form">form</a>?</span></p> </div> </div> @@ -7216,7 +7219,9 @@ </h2> <div class="attr-content-models"> <p><a href="#input.text.attrs">input.text.attrs</a> = <span class="pattern" id="input.text.attrs">(<a class="ref" href="#common.attrs">common.attrs</a> - & <a class="ref" href="#common-form.attrs">common-form.attrs</a> + & <a class="ref" href="#common-form.attrs.name" title="common-form.attrs.name">name</a>? + & <a class="ref" href="#common-form.attrs.disabled" title="common-form.attrs.disabled">disabled</a>? + & <a class="ref" href="#common-form.attrs.form" title="common-form.attrs.form">form</a>? & <a class="ref" href="#input.text.attrs.type" title="input.text.attrs.type">type</a>? & <a class="ref" href="#shared-form.attrs.maxlength" title="shared-form.attrs.maxlength">maxlength</a>? & <a class="ref" href="#shared-form.attrs.readonly" title="shared-form.attrs.readonly">readonly</a>? @@ -7314,7 +7319,9 @@ </h2> <div class="attr-content-models"> <p><a href="#input.password.attrs">input.password.attrs</a> = <span class="pattern" id="input.password.attrs">(<a class="ref" href="#common.attrs">common.attrs</a> - & <a class="ref" href="#common-form.attrs">common-form.attrs</a> + & <a class="ref" href="#common-form.attrs.name" title="common-form.attrs.name">name</a>? + & <a class="ref" href="#common-form.attrs.disabled" title="common-form.attrs.disabled">disabled</a>? + & <a class="ref" href="#common-form.attrs.form" title="common-form.attrs.form">form</a>? & <a class="ref" href="#input.password.attrs.type" title="input.password.attrs.type">type</a> & <a class="ref" href="#shared-form.attrs.maxlength" title="shared-form.attrs.maxlength">maxlength</a>? & <a class="ref" href="#shared-form.attrs.readonly" title="shared-form.attrs.readonly">readonly</a>? @@ -7412,7 +7419,9 @@ </h2> <div class="attr-content-models"> <p><a href="#input.checkbox.attrs">input.checkbox.attrs</a> = <span class="pattern" id="input.checkbox.attrs">(<a class="ref" href="#common.attrs">common.attrs</a> - & <a class="ref" href="#common-form.attrs">common-form.attrs</a> + & <a class="ref" href="#common-form.attrs.name" title="common-form.attrs.name">name</a>? + & <a class="ref" href="#common-form.attrs.disabled" title="common-form.attrs.disabled">disabled</a>? + & <a class="ref" href="#common-form.attrs.form" title="common-form.attrs.form">form</a>? & <a class="ref" href="#input.checkbox.attrs.type" title="input.checkbox.attrs.type">type</a> & <a class="ref" href="#input.attrs.checked" title="input.attrs.checked">checked</a>? & <a class="ref" href="#input.checkbox.attrs.value" title="input.checkbox.attrs.value">value</a>?) @@ -7505,7 +7514,9 @@ </h2> <div class="attr-content-models"> <p><a href="#input.radio.attrs">input.radio.attrs</a> = <span class="pattern" id="input.radio.attrs">(<a class="ref" href="#common.attrs">common.attrs</a> - & <a class="ref" href="#common-form.attrs">common-form.attrs</a> + & <a class="ref" href="#common-form.attrs.name" title="common-form.attrs.name">name</a>? + & <a class="ref" href="#common-form.attrs.disabled" title="common-form.attrs.disabled">disabled</a>? + & <a class="ref" href="#common-form.attrs.form" title="common-form.attrs.form">form</a>? & <a class="ref" href="#input.radio.attrs.type" title="input.radio.attrs.type">type</a> & <a class="ref" href="#input.attrs.checked" title="input.attrs.checked">checked</a>? & <a class="ref" href="#input.radio.attrs.value" title="input.radio.attrs.value">value</a>?) @@ -7597,7 +7608,9 @@ </h2> <div class="attr-content-models"> <p><a href="#input.button.attrs">input.button.attrs</a> = <span class="pattern" id="input.button.attrs">(<a class="ref" href="#common.attrs">common.attrs</a> - & <a class="ref" href="#common-form.attrs">common-form.attrs</a> + & <a class="ref" href="#common-form.attrs.name" title="common-form.attrs.name">name</a>? + & <a class="ref" href="#common-form.attrs.disabled" title="common-form.attrs.disabled">disabled</a>? + & <a class="ref" href="#common-form.attrs.form" title="common-form.attrs.form">form</a>? & <a class="ref" href="#input.button.attrs.type" title="input.button.attrs.type">type</a> & <a class="ref" href="#input.button.attrs.value" title="input.button.attrs.value">value</a>?) & <a class="ref" href="#shared-form.attrs.autofocus" title="shared-form.attrs.autofocus">autofocus</a>?</span></p> @@ -7687,7 +7700,9 @@ </h2> <div class="attr-content-models"> <p><a href="#input.submit.attrs">input.submit.attrs</a> = <span class="pattern" id="input.submit.attrs">(<a class="ref" href="#common.attrs">common.attrs</a> - & <a class="ref" href="#common-form.attrs">common-form.attrs</a> + & <a class="ref" href="#common-form.attrs.name" title="common-form.attrs.name">name</a>? + & <a class="ref" href="#common-form.attrs.disabled" title="common-form.attrs.disabled">disabled</a>? + & <a class="ref" href="#common-form.attrs.form" title="common-form.attrs.form">form</a>? & <a class="ref" href="#input.submit.attrs.type" title="input.submit.attrs.type">type</a> & <a class="ref" href="#input.submit.attrs.value" title="input.submit.attrs.value">value</a>?) & (<a class="ref" href="#shared-form.attrs.formaction" title="shared-form.attrs.formaction">formaction</a>? @@ -7782,7 +7797,9 @@ </h2> <div class="attr-content-models"> <p><a href="#input.reset.attrs">input.reset.attrs</a> = <span class="pattern" id="input.reset.attrs">(<a class="ref" href="#common.attrs">common.attrs</a> - & <a class="ref" href="#common-form.attrs">common-form.attrs</a> + & <a class="ref" href="#common-form.attrs.name" title="common-form.attrs.name">name</a>? + & <a class="ref" href="#common-form.attrs.disabled" title="common-form.attrs.disabled">disabled</a>? + & <a class="ref" href="#common-form.attrs.form" title="common-form.attrs.form">form</a>? & <a class="ref" href="#input.reset.attrs.type" title="input.reset.attrs.type">type</a> & <a class="ref" href="#input.reset.attrs.value" title="input.reset.attrs.value">value</a>?) & <a class="ref" href="#shared-form.attrs.autofocus" title="shared-form.attrs.autofocus">autofocus</a>?</span></p> @@ -7874,7 +7891,9 @@ </h2> <div class="attr-content-models"> <p><a href="#input.file.attrs">input.file.attrs</a> = <span class="pattern" id="input.file.attrs">(<a class="ref" href="#common.attrs">common.attrs</a> - & <a class="ref" href="#common-form.attrs">common-form.attrs</a> + & <a class="ref" href="#common-form.attrs.name" title="common-form.attrs.name">name</a>? + & <a class="ref" href="#common-form.attrs.disabled" title="common-form.attrs.disabled">disabled</a>? + & <a class="ref" href="#common-form.attrs.form" title="common-form.attrs.form">form</a>? & <a class="ref" href="#input.file.attrs.type" title="input.file.attrs.type">type</a> & <a class="ref" href="#input.file.attrs.accept" title="input.file.attrs.accept">accept</a>?) & (<a class="ref" href="#shared-form.attrs.autofocus" title="shared-form.attrs.autofocus">autofocus</a>? @@ -7970,7 +7989,9 @@ </h2> <div class="attr-content-models"> <p><a href="#input.hidden.attrs">input.hidden.attrs</a> = <span class="pattern" id="input.hidden.attrs"><a class="ref" href="#common.attrs">common.attrs</a> - & <a class="ref" href="#common-form.attrs">common-form.attrs</a> + & <a class="ref" href="#common-form.attrs.name" title="common-form.attrs.name">name</a>? + & <a class="ref" href="#common-form.attrs.disabled" title="common-form.attrs.disabled">disabled</a>? + & <a class="ref" href="#common-form.attrs.form" title="common-form.attrs.form">form</a>? & <a class="ref" href="#input.hidden.attrs.type" title="input.hidden.attrs.type">type</a> & <a class="ref" href="#input.hidden.attrs.value" title="input.hidden.attrs.value">value</a>?</span></p> </div> @@ -8063,7 +8084,9 @@ </h2> <div class="attr-content-models"> <p><a href="#input.image.attrs">input.image.attrs</a> = <span class="pattern" id="input.image.attrs">(<a class="ref" href="#common.attrs">common.attrs</a> - & <a class="ref" href="#common-form.attrs">common-form.attrs</a> + & <a class="ref" href="#common-form.attrs.name" title="common-form.attrs.name">name</a>? + & <a class="ref" href="#common-form.attrs.disabled" title="common-form.attrs.disabled">disabled</a>? + & <a class="ref" href="#common-form.attrs.form" title="common-form.attrs.form">form</a>? & <a class="ref" href="#input.image.attrs.type" title="input.image.attrs.type">type</a> & <a class="ref" href="#input.image.attrs.alt" title="input.image.attrs.alt">alt</a> & <a class="ref" href="#input.image.attrs.src" title="input.image.attrs.src">src</a>?) @@ -8187,7 +8210,9 @@ </h2> <div class="attr-content-models"> <p><a href="#input.datetime.attrs">input.datetime.attrs</a> = <span class="pattern" id="input.datetime.attrs"><a class="ref" href="#common.attrs">common.attrs</a> - & <a class="ref" href="#common-form.attrs">common-form.attrs</a> + & <a class="ref" href="#common-form.attrs.name" title="common-form.attrs.name">name</a>? + & <a class="ref" href="#common-form.attrs.disabled" title="common-form.attrs.disabled">disabled</a>? + & <a class="ref" href="#common-form.attrs.form" title="common-form.attrs.form">form</a>? & <a class="ref" href="#input.datetime.attrs.type" title="input.datetime.attrs.type">type</a> & <a class="ref" href="#input.attrs.autocomplete" title="input.attrs.autocomplete">autocomplete</a>? & <a class="ref" href="#shared-form.attrs.autofocus" title="shared-form.attrs.autofocus">autofocus</a>? @@ -8303,7 +8328,9 @@ </h2> <div class="attr-content-models"> <p><a href="#input.datetime-local.attrs">input.datetime-local.attrs</a> = <span class="pattern" id="input.datetime-local.attrs"><a class="ref" href="#common.attrs">common.attrs</a> - & <a class="ref" href="#common-form.attrs">common-form.attrs</a> + & <a class="ref" href="#common-form.attrs.name" title="common-form.attrs.name">name</a>? + & <a class="ref" href="#common-form.attrs.disabled" title="common-form.attrs.disabled">disabled</a>? + & <a class="ref" href="#common-form.attrs.form" title="common-form.attrs.form">form</a>? & <a class="ref" href="#input.datetime-local.attrs.type" title="input.datetime-local.attrs.type">type</a> & <a class="ref" href="#input.attrs.autocomplete" title="input.attrs.autocomplete">autocomplete</a>? & <a class="ref" href="#shared-form.attrs.autofocus" title="shared-form.attrs.autofocus">autofocus</a>? @@ -8418,7 +8445,9 @@ </h2> <div class="attr-content-models"> <p><a href="#input.date.attrs">input.date.attrs</a> = <span class="pattern" id="input.date.attrs"><a class="ref" href="#common.attrs">common.attrs</a> - & <a class="ref" href="#common-form.attrs">common-form.attrs</a> + & <a class="ref" href="#common-form.attrs.name" title="common-form.attrs.name">name</a>? + & <a class="ref" href="#common-form.attrs.disabled" title="common-form.attrs.disabled">disabled</a>? + & <a class="ref" href="#common-form.attrs.form" title="common-form.attrs.form">form</a>? & <a class="ref" href="#input.date.attrs.type" title="input.date.attrs.type">type</a> & <a class="ref" href="#input.attrs.autocomplete" title="input.attrs.autocomplete">autocomplete</a>? & <a class="ref" href="#shared-form.attrs.autofocus" title="shared-form.attrs.autofocus">autofocus</a>? @@ -8533,7 +8562,9 @@ </h2> <div class="attr-content-models"> <p><a href="#input.month.attrs">input.month.attrs</a> = <span class="pattern" id="input.month.attrs"><a class="ref" href="#common.attrs">common.attrs</a> - & <a class="ref" href="#common-form.attrs">common-form.attrs</a> + & <a class="ref" href="#common-form.attrs.name" title="common-form.attrs.name">name</a>? + & <a class="ref" href="#common-form.attrs.disabled" title="common-form.attrs.disabled">disabled</a>? + & <a class="ref" href="#common-form.attrs.form" title="common-form.attrs.form">form</a>? & <a class="ref" href="#input.month.attrs.type" title="input.month.attrs.type">type</a> & <a class="ref" href="#input.attrs.autocomplete" title="input.attrs.autocomplete">autocomplete</a>? & <a class="ref" href="#shared-form.attrs.autofocus" title="shared-form.attrs.autofocus">autofocus</a>? @@ -8648,7 +8679,9 @@ </h2> <div class="attr-content-models"> <p><a href="#input.time.attrs">input.time.attrs</a> = <span class="pattern" id="input.time.attrs"><a class="ref" href="#common.attrs">common.attrs</a> - & <a class="ref" href="#common-form.attrs">common-form.attrs</a> + & <a class="ref" href="#common-form.attrs.name" title="common-form.attrs.name">name</a>? + & <a class="ref" href="#common-form.attrs.disabled" title="common-form.attrs.disabled">disabled</a>? + & <a class="ref" href="#common-form.attrs.form" title="common-form.attrs.form">form</a>? & <a class="ref" href="#input.time.attrs.type" title="input.time.attrs.type">type</a> & <a class="ref" href="#input.attrs.autocomplete" title="input.attrs.autocomplete">autocomplete</a>? & <a class="ref" href="#shared-form.attrs.autofocus" title="shared-form.attrs.autofocus">autofocus</a>? @@ -8764,7 +8797,9 @@ </h2> <div class="attr-content-models"> <p><a href="#input.week.attrs">input.week.attrs</a> = <span class="pattern" id="input.week.attrs"><a class="ref" href="#common.attrs">common.attrs</a> - & <a class="ref" href="#common-form.attrs">common-form.attrs</a> + & <a class="ref" href="#common-form.attrs.name" title="common-form.attrs.name">name</a>? + & <a class="ref" href="#common-form.attrs.disabled" title="common-form.attrs.disabled">disabled</a>? + & <a class="ref" href="#common-form.attrs.form" title="common-form.attrs.form">form</a>? & <a class="ref" href="#input.week.attrs.type" title="input.week.attrs.type">type</a> & <a class="ref" href="#input.attrs.autocomplete" title="input.attrs.autocomplete">autocomplete</a>? & <a class="ref" href="#shared-form.attrs.autofocus" title="shared-form.attrs.autofocus">autofocus</a>? @@ -8879,7 +8914,9 @@ </h2> <div class="attr-content-models"> <p><a href="#input.number.attrs">input.number.attrs</a> = <span class="pattern" id="input.number.attrs"><a class="ref" href="#common.attrs">common.attrs</a> - & <a class="ref" href="#common-form.attrs">common-form.attrs</a> + & <a class="ref" href="#common-form.attrs.name" title="common-form.attrs.name">name</a>? + & <a class="ref" href="#common-form.attrs.disabled" title="common-form.attrs.disabled">disabled</a>? + & <a class="ref" href="#common-form.attrs.form" title="common-form.attrs.form">form</a>? & <a class="ref" href="#input.number.attrs.type" title="input.number.attrs.type">type</a> & <a class="ref" href="#input.attrs.autocomplete" title="input.attrs.autocomplete">autocomplete</a>? & <a class="ref" href="#shared-form.attrs.autofocus" title="shared-form.attrs.autofocus">autofocus</a>? @@ -8994,7 +9031,9 @@ </h2> <div class="attr-content-models"> <p><a href="#input.range.attrs">input.range.attrs</a> = <span class="pattern" id="input.range.attrs"><a class="ref" href="#common.attrs">common.attrs</a> - & <a class="ref" href="#common-form.attrs">common-form.attrs</a> + & <a class="ref" href="#common-form.attrs.name" title="common-form.attrs.name">name</a>? + & <a class="ref" href="#common-form.attrs.disabled" title="common-form.attrs.disabled">disabled</a>? + & <a class="ref" href="#common-form.attrs.form" title="common-form.attrs.form">form</a>? & <a class="ref" href="#input.range.attrs.type" title="input.range.attrs.type">type</a> & <a class="ref" href="#input.attrs.autocomplete" title="input.attrs.autocomplete">autocomplete</a>? & <a class="ref" href="#shared-form.attrs.autofocus" title="shared-form.attrs.autofocus">autofocus</a>? @@ -9107,7 +9146,9 @@ </h2> <div class="attr-content-models"> <p><a href="#input.email.attrs">input.email.attrs</a> = <span class="pattern" id="input.email.attrs"><a class="ref" href="#common.attrs">common.attrs</a> - & <a class="ref" href="#common-form.attrs">common-form.attrs</a> + & <a class="ref" href="#common-form.attrs.name" title="common-form.attrs.name">name</a>? + & <a class="ref" href="#common-form.attrs.disabled" title="common-form.attrs.disabled">disabled</a>? + & <a class="ref" href="#common-form.attrs.form" title="common-form.attrs.form">form</a>? & <a class="ref" href="#input.email.attrs.type" title="input.email.attrs.type">type</a> & <a class="ref" href="#input.attrs.autocomplete" title="input.attrs.autocomplete">autocomplete</a>? & <a class="ref" href="#shared-form.attrs.autofocus" title="shared-form.attrs.autofocus">autofocus</a>? @@ -9217,7 +9258,9 @@ </h2> <div class="attr-content-models"> <p><a href="#input.url.attrs">input.url.attrs</a> = <span class="pattern" id="input.url.attrs"><a class="ref" href="#common.attrs">common.attrs</a> - & <a class="ref" href="#common-form.attrs">common-form.attrs</a> + & <a class="ref" href="#common-form.attrs.name" title="common-form.attrs.name">name</a>? + & <a class="ref" href="#common-form.attrs.disabled" title="common-form.attrs.disabled">disabled</a>? + & <a class="ref" href="#common-form.attrs.form" title="common-form.attrs.form">form</a>? & <a class="ref" href="#input.url.attrs.type" title="input.url.attrs.type">type</a> & <a class="ref" href="#input.attrs.autocomplete" title="input.attrs.autocomplete">autocomplete</a>? & <a class="ref" href="#shared-form.attrs.autofocus" title="shared-form.attrs.autofocus">autofocus</a>? @@ -9320,7 +9363,9 @@ </h2> <div class="attr-content-models"> <p><a href="#input.search.attrs">input.search.attrs</a> = <span class="pattern" id="input.search.attrs"><a class="ref" href="#common.attrs">common.attrs</a> - & <a class="ref" href="#common-form.attrs">common-form.attrs</a> + & <a class="ref" href="#common-form.attrs.name" title="common-form.attrs.name">name</a>? + & <a class="ref" href="#common-form.attrs.disabled" title="common-form.attrs.disabled">disabled</a>? + & <a class="ref" href="#common-form.attrs.form" title="common-form.attrs.form">form</a>? & <a class="ref" href="#input.search.attrs.type" title="input.search.attrs.type">type</a> & <a class="ref" href="#input.attrs.autocomplete" title="input.attrs.autocomplete">autocomplete</a>? & <a class="ref" href="#shared-form.attrs.autofocus" title="shared-form.attrs.autofocus">autofocus</a>? @@ -9419,7 +9464,9 @@ </h2> <div class="attr-content-models"> <p><a href="#input.tel.attrs">input.tel.attrs</a> = <span class="pattern" id="input.tel.attrs"><a class="ref" href="#common.attrs">common.attrs</a> - & <a class="ref" href="#common-form.attrs">common-form.attrs</a> + & <a class="ref" href="#common-form.attrs.name" title="common-form.attrs.name">name</a>? + & <a class="ref" href="#common-form.attrs.disabled" title="common-form.attrs.disabled">disabled</a>? + & <a class="ref" href="#common-form.attrs.form" title="common-form.attrs.form">form</a>? & <a class="ref" href="#input.tel.attrs.type" title="input.tel.attrs.type">type</a> & <a class="ref" href="#input.attrs.autocomplete" title="input.attrs.autocomplete">autocomplete</a>? & <a class="ref" href="#shared-form.attrs.autofocus" title="shared-form.attrs.autofocus">autofocus</a>? @@ -9519,7 +9566,9 @@ </h2> <div class="attr-content-models"> <p><a href="#input.color.attrs">input.color.attrs</a> = <span class="pattern" id="input.color.attrs"><a class="ref" href="#common.attrs">common.attrs</a> - & <a class="ref" href="#common-form.attrs">common-form.attrs</a> + & <a class="ref" href="#common-form.attrs.name" title="common-form.attrs.name">name</a>? + & <a class="ref" href="#common-form.attrs.disabled" title="common-form.attrs.disabled">disabled</a>? + & <a class="ref" href="#common-form.attrs.form" title="common-form.attrs.form">form</a>? & <a class="ref" href="#input.color.attrs.type" title="input.color.attrs.type">type</a> & <a class="ref" href="#input.attrs.autocomplete" title="input.attrs.autocomplete">autocomplete</a>? & <a class="ref" href="#shared-form.attrs.autofocus" title="shared-form.attrs.autofocus">autofocus</a>? @@ -9766,7 +9815,9 @@ & <a class="ref" href="#keygen.attrs.challenge" title="keygen.attrs.challenge">challenge</a>? & <a class="ref" href="#keygen.attrs.keytype" title="keygen.attrs.keytype">keytype</a>? & <a class="ref" href="#shared-form.attrs.autofocus" title="shared-form.attrs.autofocus">autofocus</a>? - & <a class="ref" href="#common-form.attrs">common-form.attrs</a>?</span></p> + & <a class="ref" href="#common-form.attrs.name" title="common-form.attrs.name">name</a>? + & <a class="ref" href="#common-form.attrs.disabled" title="common-form.attrs.disabled">disabled</a>? + & <a class="ref" href="#common-form.attrs.form" title="common-form.attrs.form">form</a>??</span></p> </div> </div> <div class="no-number no-toc" id="keygen-attributes"> @@ -12642,7 +12693,9 @@ </h2> <div class="attr-content-models"> <p><a href="#select.attrs">select.attrs</a> = <span class="pattern" id="select.attrs"><a class="ref" href="#common.attrs">common.attrs</a> - & <a class="ref" href="#common-form.attrs">common-form.attrs</a> + & <a class="ref" href="#common-form.attrs.name" title="common-form.attrs.name">name</a>? + & <a class="ref" href="#common-form.attrs.disabled" title="common-form.attrs.disabled">disabled</a>? + & <a class="ref" href="#common-form.attrs.form" title="common-form.attrs.form">form</a>? & <a class="ref" href="#select.attrs.size" title="select.attrs.size">size</a>? & <a class="ref" href="#select.attrs.multiple" title="select.attrs.multiple">multiple</a>?</span></p> </div> @@ -13512,7 +13565,9 @@ </h2> <div class="attr-content-models"> <p><a href="#textarea.attrs">textarea.attrs</a> = <span class="pattern" id="textarea.attrs">(<a class="ref" href="#common.attrs">common.attrs</a> - & <a class="ref" href="#common-form.attrs">common-form.attrs</a> + & <a class="ref" href="#common-form.attrs.name" title="common-form.attrs.name">name</a>? + & <a class="ref" href="#common-form.attrs.disabled" title="common-form.attrs.disabled">disabled</a>? + & <a class="ref" href="#common-form.attrs.form" title="common-form.attrs.form">form</a>? & <a class="ref" href="#shared-form.attrs.readonly" title="shared-form.attrs.readonly">readonly</a>?) & (<a class="ref" href="#shared-form.attrs.maxlength" title="shared-form.attrs.maxlength">maxlength</a>? & <a class="ref" href="#shared-form.attrs.autofocus" title="shared-form.attrs.autofocus">autofocus</a>? @@ -14874,90 +14929,78 @@ <div id="common.attrs.xml-mdl"> <div class="content-models"> - <p><span class="common-pattern-name"><a href="#common.attrs.xml" id="common.attrs.xml">common.attrs.xml</a></span> = <a class="ref" href="#common.attrs.xmlbase" title="common.attrs.xmlbase">xml:base</a>? - & <a class="ref" href="#common.attrs.xmllang" title="common.attrs.xmllang">xml:lang</a>? - & <a class="ref" href="#common.attrs.xmlspace" title="common.attrs.xmlspace">xml:space</a>?</p> + <p><span class="common-pattern-name"><a href="#common.attrs.xml" id="common.attrs.xml">common.attrs.xml</a></span> = <a class="ref" href="#common.attrs.xmllang" title="common.attrs.xmllang">xml:lang</a>? + & <a class="ref" href="#common.attrs.xmlspace" title="common.attrs.xmlspace">xml:space</a>? + & <a class="ref" href="#common.attrs.xmlbase" title="common.attrs.xmlbase">xml:base</a>?</p> </div> </div> <div class="no-number no-toc"> <dl class="attr-defs"> <dt> -<a class="attribute-name" id="common.attrs.xmlbase" title="common.attrs.xmlbase" href="#common.attrs.xmlbase">xml:base</a><span class="attr-values"> = - <a class="ref" href="#common.data.uri" title="common.data.uri">uri</a> - </span> </dt> - <dd>As defined in the XML Base specification - <a href="#refsXMLBase">[XMLBase]</a>.</dd> -<dd>This attribute should only be used with - <a href="#syntax-document-xml">documents in the XML syntax</a>. - It must not be used in - <a href="#syntax-document-html">documents in the HTML syntax</a>.</dd> - - <dt> <a class="attribute-name" id="common.attrs.xmllang" title="common.attrs.xmllang" href="#common.attrs.xmllang">xml:lang</a><span class="attr-values"> = <a class="ref" href="#common.data.langcode" title="common.data.langcode">langcode</a> </span> </dt> - <dd><i class="TK">(detailed attribute description to come)</i></dd> + <dd>As defined in the XML specification + <a href="#refsXML">[XML]</a>.</dd> <dt> <a class="attribute-name" id="common.attrs.xmlspace" title="common.attrs.xmlspace" href="#common.attrs.xmlspace">xml:space</a><span class="attr-values"> = "preserve" </span> </dt> <dd>As defined in the XML specification <a href="#refsXML">[XML]</a>.</dd> -<dd>This attribute should only be used with - <a href="#syntax-document-xml">documents in the XML syntax</a>. - It must not be used in +<dd>The <code class="attribute">xml:space</code> + attribute should only be used with + <a href="#syntax-document-xml">documents in the XML syntax</a>; + it must not be used in + <a href="#syntax-document-html">documents in the HTML syntax</a>.</dd> + + <dt> +<a class="attribute-name" id="common.attrs.xmlbase" title="common.attrs.xmlbase" href="#common.attrs.xmlbase">xml:base</a><span class="attr-values"> = + <a class="ref" href="#common.data.uri" title="common.data.uri">uri</a> + </span> </dt> + <dd>As defined in the XML Base specification + <a href="#refsXMLBase">[XMLBase]</a>.</dd> +<dd>The <code class="attribute">xml:base</code> + attribute should only be used with + <a href="#syntax-document-xml">documents in the XML syntax</a>; + it must not be used in <a href="#syntax-document-html">documents in the HTML syntax</a>.</dd> </dl> </div> </div> </div> - <div id="shared-attributes" class="section"> - <h2>10. Other shared attributes <a class="hash" href="#shared-attributes">#</a> <a class="toc-bak" href="#shared-attributes-toc">T</a> -</h2> - <div id="common-form-attrs" class="section"> - <h2>10.1. Form attributes <a class="hash" href="#common-form-attrs">#</a> <a class="toc-bak" href="#common-form-attrs-toc">T</a> + <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> </h2> - <div class="content-model"> -<span class="common-pattern-name"><dfn id="common-form.attrs">common-form.attrs</dfn></span> = (<a class="ref" href="#common-form.attrs.name" title="common-form.attrs.name">name</a>? - & <a class="ref" href="#common-form.attrs.disabled" title="common-form.attrs.disabled">disabled</a>?) - & <a class="ref" href="#common-form.attrs.form" title="common-form.attrs.form">form</a>? <a class="hash" href="#common-form.attrs">#</a> - </div> - <div class="no-number no-toc"> - <dl class="attr-defs"> -<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> + <dl class="attr-defs"> <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> +<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> <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> +<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> -</dl> -<dl class="attr-defs"> <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> +<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> <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> +<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.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> +<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> <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> +<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> <dt> @@ -14967,14 +15010,6 @@ </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> -<dt> <dfn class="attribute-name" id="shared-form.attrs.formmethod" title="shared-form.attrs.formmethod">formmethod</dfn><span class="attr-values"> = "get" | "post" @@ -14984,19 +15019,35 @@ </dt> <dd><i class="TK">(detailed attribute description to come)</i></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> +<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> <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> +<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> <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> +<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> +<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> +<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> <dt> @@ -15006,21 +15057,21 @@ </dt> <dd><i class="TK">(detailed attribute description to come)</i></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> +<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> <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> +<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> <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> +<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> <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> +<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> <dt> @@ -15037,14 +15088,8 @@ </span><a class="hash" href="#input.attrs.step.integer">#</a> </dt> <dd><i class="TK">(detailed attribute description to come)</i></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> </dl> </div> - </div> - </div> <div id="datatypes" class="section"> <h2>11. Datatypes <a class="hash" href="#datatypes">#</a> <a class="toc-bak" href="#datatypes-toc">T</a> </h2> Index: optgroup.html =================================================================== RCS file: /sources/public/html5/markup/optgroup.html,v retrieving revision 1.9 retrieving revision 1.10 diff -u -d -r1.9 -r1.10 --- optgroup.html 29 Jul 2009 11:23:45 -0000 1.9 +++ optgroup.html 1 Aug 2009 10:44:33 -0000 1.10 @@ -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="shared-attributes.html#common-form.attrs.disabled" title="common-form.attrs.disabled">disabled</a>?</span></p></div></div> + & <a class="ref" href="form-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.8 retrieving revision 1.9 diff -u -d -r1.8 -r1.9 --- input.week.html 29 Jul 2009 11:23:44 -0000 1.8 +++ input.week.html 1 Aug 2009 10:44:33 -0000 1.9 @@ -31,16 +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="shared-attributes.html#common-form.attrs">common-form.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="input.week.html#input.week.attrs.type" title="input.week.attrs.type">type</a> - & <a class="ref" href="shared-attributes.html#input.attrs.autocomplete" title="input.attrs.autocomplete">autocomplete</a>? - & <a class="ref" href="shared-attributes.html#shared-form.attrs.autofocus" title="shared-form.attrs.autofocus">autofocus</a>? - & <a class="ref" href="shared-attributes.html#input.attrs.list" title="input.attrs.list">list</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="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="shared-attributes.html#input.attrs.step.integer" title="input.attrs.step.integer">step.integer</a>? - & <a class="ref" href="shared-attributes.html#shared-form.attrs.readonly" title="shared-form.attrs.readonly">readonly</a>? - & <a class="ref" href="shared-attributes.html#shared-form.attrs.required" title="shared-form.attrs.required">required</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="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.15 retrieving revision 1.16 diff -u -d -r1.15 -r1.16 --- button.button.html 29 Jul 2009 11:23:42 -0000 1.15 +++ button.button.html 1 Aug 2009 10:44:32 -0000 1.16 @@ -32,10 +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="shared-attributes.html#common-form.attrs">common-form.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="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="shared-attributes.html#shared-form.attrs.autofocus" title="shared-form.attrs.autofocus">autofocus</a>?</span></p></div></div> + & <a class="ref" href="form-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.13 retrieving revision 1.14 diff -u -d -r1.13 -r1.14 --- form.html 29 Jul 2009 11:23:43 -0000 1.13 +++ form.html 1 Aug 2009 10:44:32 -0000 1.14 @@ -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="shared-attributes.html#common-form.attrs.name" title="common-form.attrs.name">name</a>? + & <a class="ref" href="form-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>? --- NEW FILE: form-attributes.html --- <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"> <title>HTML5: Form attributes</title> <link rel="stylesheet" href="style.css" type="text/css"></link> <link rel="stylesheet" href="W3C-ED.css" type="text/css"></link> </head> <body> <h2 class="chunkpagetitle"><a href="Overview.html">HTML5: The Markup Language</a></h2> <div class="nav"> <span class="nav-prev"><a href="common-attributes.html">« common-attributes</a></span> <span class="nav-next"><a href="datatypes.html">datatypes »</a></span> </div> <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.attrs.isabled">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"> = <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"> = "get" | "post" | "put" | "delete" </span><a class="hash" href="form-attributes.html#shared-form.attrs.formmethod">#</a></dt><dd><i class="TK">(detailed attribute description to come)</i></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="form-attributes.html#shared-form.attrs.formnovalidate">#</a></dt><dd><i class="TK">(detailed attribute description to come)</i></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="datatypes.html#common.data.browsing-context-or-keyword" title="common.data.browsing-context-or-keyword">browsing-context-or-keyword</a> </span><a class="hash" href="form-attributes.html#shared-form.attrs.formtarget">#</a></dt><dd><i class="TK">(detailed attribute description to come)</i></dd><dt><dfn class="attribute-name" id="input.attrs.list" title="input.attrs.list">list</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#input.attrs.list">#</a></dt><dd><i class="TK">(detailed attribute description to come)</i></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="datatypes.html#common.data.integer.positive" title="common.data.integer.positive">integer.positive</a> </span><a class="hash" href="form-attributes.html#shared-form.attrs.maxlength">#</a></dt><dd><i class="TK">(detailed attribute description to come)</i></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="form-attributes.html#input.attrs.multiple">#</a></dt><dd><i class="TK">(detailed attribute description to come)</i></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="form-attributes.html#common-form.attrs.name">#</a></dt><dd><i class="TK">(detailed attribute description to come)</i></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="datatypes.html#form.data.pattern" title="form.data.pattern">pattern</a> </span><a class="hash" href="form-attributes.html#shared-form.attrs.pattern">#</a></dt><dd><i class="TK">(detailed attribute description to come)</i></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="form-attributes.html#shared-form.attrs.placeholder">#</a></dt><dd><i class="TK">(detailed attribute description to come)</i></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="form-attributes.html#shared-form.attrs.readonly">#</a></dt><dd><i class="TK">(detailed attribute description to come)</i></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="form-attributes.html#shared-form.attrs.reuired">#</a></dt><dd><i class="TK">(detailed attribute description to come)</i></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="datatypes.html#common.data.integer.positive" title="common.data.integer.positive">integer.positive</a> </span><a class="hash" href="form-attributes.html#shared-form.attrs.size">#</a></dt><dd><i class="TK">(detailed attribute description to come)</i></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="datatypes.html#common.data.float.positive" title="common.data.float.positive">float.positive</a> </span><a class="hash" href="form-attributes.html#input.attrs.step.float">#</a></dt><dd><i class="TK">(detailed attribute description to come)</i></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="datatypes.html#common.data.integer.positive" title="common.data.integer.positive">integer.positive</a> </span><a class="hash" href="form-attributes.html#input.attrs.step.integer">#</a></dt><dd><i class="TK">(detailed attribute description to come)</i></dd> </dl> </div> <hr class="footerbreak"></hr> <div class="nav"> <span class="nav-prev"><a href="common-attributes.html">« common-attributes</a></span> <span class="nav-next"><a href="datatypes.html">datatypes »</a></span> </div> </body> </html> Index: button.reset.html =================================================================== RCS file: /sources/public/html5/markup/button.reset.html,v retrieving revision 1.15 retrieving revision 1.16 diff -u -d -r1.15 -r1.16 --- button.reset.html 29 Jul 2009 11:23:42 -0000 1.15 +++ button.reset.html 1 Aug 2009 10:44:32 -0000 1.16 @@ -32,10 +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="shared-attributes.html#common-form.attrs">common-form.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="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="shared-attributes.html#shared-form.attrs.autofocus" title="shared-form.attrs.autofocus">autofocus</a>?</span></p></div></div> + & <a class="ref" href="form-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.12 retrieving revision 1.13 diff -u -d -r1.12 -r1.13 --- output.html 29 Jul 2009 11:23:45 -0000 1.12 +++ output.html 1 Aug 2009 10:44:33 -0000 1.13 @@ -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="shared-attributes.html#common-form.attrs.name" title="common-form.attrs.name">name</a>? - & <a class="ref" href="shared-attributes.html#common-form.attrs.form" title="common-form.attrs.form">form</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="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.9 retrieving revision 1.10 diff -u -d -r1.9 -r1.10 --- input.submit.html 29 Jul 2009 11:23:44 -0000 1.9 +++ input.submit.html 1 Aug 2009 10:44:33 -0000 1.10 @@ -30,15 +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="shared-attributes.html#common-form.attrs">common-form.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="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="shared-attributes.html#shared-form.attrs.formaction" title="shared-form.attrs.formaction">formaction</a>? - & <a class="ref" href="shared-attributes.html#shared-form.attrs.autofocus" title="shared-form.attrs.autofocus">autofocus</a>? - & <a class="ref" href="shared-attributes.html#shared-form.attrs.formenctype" title="shared-form.attrs.formenctype">formenctype</a>? - & <a class="ref" href="shared-attributes.html#shared-form.attrs.formmethod" title="shared-form.attrs.formmethod">formmethod</a>? - & <a class="ref" href="shared-attributes.html#shared-form.attrs.formtarget" title="shared-form.attrs.formtarget">formtarget</a>? - & <a class="ref" href="shared-attributes.html#shared-form.attrs.formnovalidate" title="shared-form.attrs.formnovalidate">formnovalidate</a>?)</span></p></div></div> + & (<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> <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.8 retrieving revision 1.9 diff -u -d -r1.8 -r1.9 --- input.date.html 29 Jul 2009 11:23:44 -0000 1.8 +++ input.date.html 1 Aug 2009 10:44:32 -0000 1.9 @@ -31,16 +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="shared-attributes.html#common-form.attrs">common-form.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="input.date.html#input.date.attrs.type" title="input.date.attrs.type">type</a> - & <a class="ref" href="shared-attributes.html#input.attrs.autocomplete" title="input.attrs.autocomplete">autocomplete</a>? - & <a class="ref" href="shared-attributes.html#shared-form.attrs.autofocus" title="shared-form.attrs.autofocus">autofocus</a>? - & <a class="ref" href="shared-attributes.html#input.attrs.list" title="input.attrs.list">list</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="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="shared-attributes.html#input.attrs.step.integer" title="input.attrs.step.integer">step.integer</a>? - & <a class="ref" href="shared-attributes.html#shared-form.attrs.readonly" title="shared-form.attrs.readonly">readonly</a>? - & <a class="ref" href="shared-attributes.html#shared-form.attrs.required" title="shared-form.attrs.required">required</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="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.15 retrieving revision 1.16 diff -u -d -r1.15 -r1.16 --- button.submit.html 29 Jul 2009 11:23:42 -0000 1.15 +++ button.submit.html 1 Aug 2009 10:44:32 -0000 1.16 @@ -32,15 +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="shared-attributes.html#common-form.attrs">common-form.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="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="shared-attributes.html#shared-form.attrs.formaction" title="shared-form.attrs.formaction">formaction</a>? - & <a class="ref" href="shared-attributes.html#shared-form.attrs.autofocus" title="shared-form.attrs.autofocus">autofocus</a>? - & <a class="ref" href="shared-attributes.html#shared-form.attrs.formenctype" title="shared-form.attrs.formenctype">formenctype</a>? - & <a class="ref" href="shared-attributes.html#shared-form.attrs.formmethod" title="shared-form.attrs.formmethod">formmethod</a>? - & <a class="ref" href="shared-attributes.html#shared-form.attrs.formtarget" title="shared-form.attrs.formtarget">formtarget</a>? - & <a class="ref" href="shared-attributes.html#shared-form.attrs.formnovalidate" title="shared-form.attrs.formnovalidate">formnovalidate</a>?)</span></p></div></div> + & (<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> <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.8 retrieving revision 1.9 diff -u -d -r1.8 -r1.9 --- input.url.html 29 Jul 2009 11:23:44 -0000 1.8 +++ input.url.html 1 Aug 2009 10:44:33 -0000 1.9 @@ -31,17 +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="shared-attributes.html#common-form.attrs">common-form.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="input.url.html#input.url.attrs.type" title="input.url.attrs.type">type</a> - & <a class="ref" href="shared-attributes.html#input.attrs.autocomplete" title="input.attrs.autocomplete">autocomplete</a>? - & <a class="ref" href="shared-attributes.html#shared-form.attrs.autofocus" title="shared-form.attrs.autofocus">autofocus</a>? - & <a class="ref" href="shared-attributes.html#input.attrs.list" title="input.attrs.list">list</a>? - & <a class="ref" href="shared-attributes.html#shared-form.attrs.maxlength" title="shared-form.attrs.maxlength">maxlength</a>? - & <a class="ref" href="shared-attributes.html#shared-form.attrs.pattern" title="shared-form.attrs.pattern">pattern</a>? - & <a class="ref" href="shared-attributes.html#shared-form.attrs.readonly" title="shared-form.attrs.readonly">readonly</a>? - & <a class="ref" href="shared-attributes.html#shared-form.attrs.required" title="shared-form.attrs.required">required</a>? - & <a class="ref" href="shared-attributes.html#shared-form.attrs.size" title="shared-form.attrs.size">size</a>? - & <a class="ref" href="shared-attributes.html#shared-form.attrs.placeholder" title="shared-form.attrs.placeholder">placeholder</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="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> --- shared-attributes.html DELETED ---
Received on Saturday, 1 August 2009 10:44:49 UTC