- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Sat, 06 Feb 2010 02:07:11 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec-author-view In directory hutz:/tmp/cvs-serv10243 Modified Files: Overview.html elements.html scripting-1.html semantics.html spec.html the-button-element.html Log Message: Minor edits for consistency and pedancy. (whatwg r4678) [updated by splitter] Index: scripting-1.html =================================================================== RCS file: /sources/public/html5/spec-author-view/scripting-1.html,v retrieving revision 1.13 retrieving revision 1.14 diff -u -d -r1.13 -r1.14 --- scripting-1.html 1 Feb 2010 23:27:20 -0000 1.13 +++ scripting-1.html 6 Feb 2010 02:07:08 -0000 1.14 @@ -350,8 +350,8 @@ attribute gives the language of the script or format of the data. If the attribute is present, its value must be a <a href="infrastructure.html#valid-mime-type">valid MIME type</a>. The <code title="">charset</code> parameter must not be - specified. (The default, which is used if the attribute is absent, - is "<code title="">text/javascript</code>".)</p><p>The <dfn id="attr-script-src" title="attr-script-src"><code>src</code></dfn> + specified. The default, which is used if the attribute is absent, + is "<code title="">text/javascript</code>".</p><p>The <dfn id="attr-script-src" title="attr-script-src"><code>src</code></dfn> attribute, if specified, gives the address of the external script resource to use. The value of the attribute must be a <a href="urls.html#valid-url">valid URL</a> identifying a script resource of the type given by the Index: Overview.html =================================================================== RCS file: /sources/public/html5/spec-author-view/Overview.html,v retrieving revision 1.647 retrieving revision 1.648 diff -u -d -r1.647 -r1.648 --- Overview.html 6 Feb 2010 00:36:55 -0000 1.647 +++ Overview.html 6 Feb 2010 02:07:08 -0000 1.648 @@ -302,7 +302,7 @@ </dl><p>This specification is available in the following formats: <a href="spec.html">single page HTML</a>, <a href="Overview.html">multipage HTML</a>. -This is revision 1.3729. +This is revision 1.3732. </p> <p class="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a> © 2009 <a href="http://www.w3.org/"><abbr title="World Wide Index: elements.html =================================================================== RCS file: /sources/public/html5/spec-author-view/elements.html,v retrieving revision 1.23 retrieving revision 1.24 diff -u -d -r1.23 -r1.24 --- elements.html 6 Feb 2010 00:17:08 -0000 1.23 +++ elements.html 6 Feb 2010 02:07:08 -0000 1.24 @@ -812,7 +812,7 @@ <dt>Content attributes</dt> <dd>A normative list of attributes that may be specified on the - element.</dd> + element (except where otherwise disallowed).</dd> <dt>DOM interface</dt> Index: semantics.html =================================================================== RCS file: /sources/public/html5/spec-author-view/semantics.html,v retrieving revision 1.566 retrieving revision 1.567 diff -u -d -r1.566 -r1.567 --- semantics.html 5 Feb 2010 02:27:05 -0000 1.566 +++ semantics.html 6 Feb 2010 02:07:08 -0000 1.567 @@ -1139,10 +1139,12 @@ </dl><p>The <code><a href="#the-style-element">style</a></code> element allows authors to embed style information in their documents. The <code><a href="#the-style-element">style</a></code> element is one of several inputs to the <a href="#styling">styling processing - model</a>. The element does not <a href="#represents" title="represents">represent</a> content for the user.</p><p>If the <dfn id="attr-style-type" title="attr-style-type"><code>type</code></dfn> - attribute is given, it must contain a <a href="infrastructure.html#valid-mime-type">valid MIME type</a> - that designates a styling language. If the attribute is absent, the - type defaults to <code>text/css</code>. <a href="references.html#refsRFC2318">[RFC2318]</a></p><p>The <dfn id="attr-style-media" title="attr-style-media"><code>media</code></dfn> + model</a>. The element does not <a href="#represents" title="represents">represent</a> content for the user.</p><p>The <dfn id="attr-style-type" title="attr-style-type"><code>type</code></dfn> + attribute gives the styling language. If the attribute is present, + its value must be a <a href="infrastructure.html#valid-mime-type">valid MIME type</a> that designates a + styling language. The <code title="">charset</code> parameter must + not be specified. The default, which is used if the attribute is + absent, is "<code title="">text/css</code>". <a href="references.html#refsRFC2318">[RFC2318]</a></p><p>The <dfn id="attr-style-media" title="attr-style-media"><code>media</code></dfn> attribute says which media the styles apply to. The value must be a <a href="common-microsyntaxes.html#valid-media-query">valid media query</a>. </p><!-- note similar text in <link> section --><p id="style-default-media">The default, if the <code title="attr-style-media"><a href="#attr-style-media">media</a></code> attribute is omitted, is "<code title="">all</code>", meaning that by default styles apply to Index: the-button-element.html =================================================================== RCS file: /sources/public/html5/spec-author-view/the-button-element.html,v retrieving revision 1.14 retrieving revision 1.15 diff -u -d -r1.14 -r1.15 --- the-button-element.html 1 Feb 2010 23:27:21 -0000 1.14 +++ the-button-element.html 6 Feb 2010 02:07:09 -0000 1.15 @@ -366,7 +366,10 @@ attribute controls focus. The <code title="attr-fs-formaction"><a href="association-of-controls-and-forms.html#attr-fs-formaction">formaction</a></code>, <code title="attr-fs-formenctype"><a href="association-of-controls-and-forms.html#attr-fs-formenctype">formenctype</a></code>, <code title="attr-fs-formmethod"><a href="association-of-controls-and-forms.html#attr-fs-formmethod">formmethod</a></code>, <code title="attr-fs-formnovalidate"><a href="association-of-controls-and-forms.html#attr-fs-formnovalidate">formnovalidate</a></code>, and <code title="attr-fs-formtarget"><a href="association-of-controls-and-forms.html#attr-fs-formtarget">formtarget</a></code> attributes are <a href="association-of-controls-and-forms.html#attributes-for-form-submission">attributes for form submission</a>.</p><p class="note">The <code title="attr-fs-formnovalidate"><a href="association-of-controls-and-forms.html#attr-fs-formnovalidate">formnovalidate</a></code> attribute can be used to make submit buttons that do not trigger the constraint - validation.</p><p>The <dfn id="attr-button-value" title="attr-button-value"><code>value</code></dfn> + validation.</p><p>The <code title="attr-fs-formaction"><a href="association-of-controls-and-forms.html#attr-fs-formaction">formaction</a></code>, <code title="attr-fs-formenctype"><a href="association-of-controls-and-forms.html#attr-fs-formenctype">formenctype</a></code>, <code title="attr-fs-formmethod"><a href="association-of-controls-and-forms.html#attr-fs-formmethod">formmethod</a></code>, <code title="attr-fs-formnovalidate"><a href="association-of-controls-and-forms.html#attr-fs-formnovalidate">formnovalidate</a></code>, and <code title="attr-fs-formtarget"><a href="association-of-controls-and-forms.html#attr-fs-formtarget">formtarget</a></code> must not be specified + if the element's <code title="attr-button-type"><a href="#attr-button-type">type</a></code> + attribute is not in the <a href="#attr-button-type-submit-state" title="attr-button-type-submit-state">Submit Button</a> + state.</p><p>The <dfn id="attr-button-value" title="attr-button-value"><code>value</code></dfn> attribute gives the element's value for the purposes of form submission. The element's <a href="#concept-fe-value" title="concept-fe-value">value</a> is the value of the element's <code title="attr-button-value"><a href="#attr-button-value">value</a></code> attribute, if there is Index: spec.html =================================================================== RCS file: /sources/public/html5/spec-author-view/spec.html,v retrieving revision 1.652 retrieving revision 1.653 diff -u -d -r1.652 -r1.653 --- spec.html 6 Feb 2010 00:36:55 -0000 1.652 +++ spec.html 6 Feb 2010 02:07:08 -0000 1.653 @@ -300,7 +300,7 @@ </dl><p>This specification is available in the following formats: <a href=spec.html>single page HTML</a>, <a href=Overview.html>multipage HTML</a>. -This is revision 1.3729. +This is revision 1.3732. </p> <p class=copyright><a href=http://www.w3.org/Consortium/Legal/ipr-notice#Copyright>Copyright</a> © 2009 <a href=http://www.w3.org/><abbr title="World Wide @@ -3084,7 +3084,7 @@ <dt>Content attributes</dt> <dd>A normative list of attributes that may be specified on the - element.</dd> + element (except where otherwise disallowed).</dd> <dt>DOM interface</dt> @@ -4904,10 +4904,12 @@ </dl><p>The <code><a href=#the-style-element>style</a></code> element allows authors to embed style information in their documents. The <code><a href=#the-style-element>style</a></code> element is one of several inputs to the <a href=#styling>styling processing - model</a>. The element does not <a href=#represents title=represents>represent</a> content for the user.</p><p>If the <dfn id=attr-style-type title=attr-style-type><code>type</code></dfn> - attribute is given, it must contain a <a href=#valid-mime-type>valid MIME type</a> - that designates a styling language. If the attribute is absent, the - type defaults to <code>text/css</code>. <a href=#refsRFC2318>[RFC2318]</a></p><p>The <dfn id=attr-style-media title=attr-style-media><code>media</code></dfn> + model</a>. The element does not <a href=#represents title=represents>represent</a> content for the user.</p><p>The <dfn id=attr-style-type title=attr-style-type><code>type</code></dfn> + attribute gives the styling language. If the attribute is present, + its value must be a <a href=#valid-mime-type>valid MIME type</a> that designates a + styling language. The <code title="">charset</code> parameter must + not be specified. The default, which is used if the attribute is + absent, is "<code title="">text/css</code>". <a href=#refsRFC2318>[RFC2318]</a></p><p>The <dfn id=attr-style-media title=attr-style-media><code>media</code></dfn> attribute says which media the styles apply to. The value must be a <a href=#valid-media-query>valid media query</a>. </p><!-- note similar text in <link> section --><p id=style-default-media>The default, if the <code title=attr-style-media><a href=#attr-style-media>media</a></code> attribute is omitted, is "<code title="">all</code>", meaning that by default styles apply to @@ -5027,8 +5029,8 @@ attribute gives the language of the script or format of the data. If the attribute is present, its value must be a <a href=#valid-mime-type>valid MIME type</a>. The <code title="">charset</code> parameter must not be - specified. (The default, which is used if the attribute is absent, - is "<code title="">text/javascript</code>".)</p><p>The <dfn id=attr-script-src title=attr-script-src><code>src</code></dfn> + specified. The default, which is used if the attribute is absent, + is "<code title="">text/javascript</code>".</p><p>The <dfn id=attr-script-src title=attr-script-src><code>src</code></dfn> attribute, if specified, gives the address of the external script resource to use. The value of the attribute must be a <a href=#valid-url>valid URL</a> identifying a script resource of the type given by the @@ -16166,7 +16168,10 @@ attribute controls focus. The <code title=attr-fs-formaction><a href=#attr-fs-formaction>formaction</a></code>, <code title=attr-fs-formenctype><a href=#attr-fs-formenctype>formenctype</a></code>, <code title=attr-fs-formmethod><a href=#attr-fs-formmethod>formmethod</a></code>, <code title=attr-fs-formnovalidate><a href=#attr-fs-formnovalidate>formnovalidate</a></code>, and <code title=attr-fs-formtarget><a href=#attr-fs-formtarget>formtarget</a></code> attributes are <a href=#attributes-for-form-submission>attributes for form submission</a>.</p><p class=note>The <code title=attr-fs-formnovalidate><a href=#attr-fs-formnovalidate>formnovalidate</a></code> attribute can be used to make submit buttons that do not trigger the constraint - validation.</p><p>The <dfn id=attr-button-value title=attr-button-value><code>value</code></dfn> + validation.</p><p>The <code title=attr-fs-formaction><a href=#attr-fs-formaction>formaction</a></code>, <code title=attr-fs-formenctype><a href=#attr-fs-formenctype>formenctype</a></code>, <code title=attr-fs-formmethod><a href=#attr-fs-formmethod>formmethod</a></code>, <code title=attr-fs-formnovalidate><a href=#attr-fs-formnovalidate>formnovalidate</a></code>, and <code title=attr-fs-formtarget><a href=#attr-fs-formtarget>formtarget</a></code> must not be specified + if the element's <code title=attr-button-type><a href=#attr-button-type>type</a></code> + attribute is not in the <a href=#attr-button-type-submit-state title=attr-button-type-submit-state>Submit Button</a> + state.</p><p>The <dfn id=attr-button-value title=attr-button-value><code>value</code></dfn> attribute gives the element's value for the purposes of form submission. The element's <a href=#concept-fe-value title=concept-fe-value>value</a> is the value of the element's <code title=attr-button-value><a href=#attr-button-value>value</a></code> attribute, if there is
Received on Saturday, 6 February 2010 02:07:12 UTC