- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 13 Apr 2010 08:57:22 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec-author-view
In directory hutz:/tmp/cvs-serv14354
Modified Files:
Overview.html forms.html sections.html spec.html
the-input-element.html
Log Message:
fine tune <section> and <article> descriptions some more. (whatwg r5031)
[updated by splitter]
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/Overview.html,v
retrieving revision 1.881
retrieving revision 1.882
diff -u -d -r1.881 -r1.882
--- Overview.html 13 Apr 2010 08:49:49 -0000 1.881
+++ Overview.html 13 Apr 2010 08:57:18 -0000 1.882
@@ -305,7 +305,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.4045.
+This is revision 1.4047.
</p>
<p class="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a>
© 2010 <a href="http://www.w3.org/"><abbr title="World Wide
Index: the-input-element.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/the-input-element.html,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -d -r1.24 -r1.25
--- the-input-element.html 5 Apr 2010 21:57:22 -0000 1.24
+++ the-input-element.html 13 Apr 2010 08:57:20 -0000 1.25
@@ -339,7 +339,7 @@
<pre class="idl">interface <dfn id="htmlinputelement">HTMLInputElement</dfn> : <a href="elements.html#htmlelement">HTMLElement</a> {
attribute DOMString <a href="#dom-input-accept" title="dom-input-accept">accept</a>;
attribute DOMString <a href="#dom-input-alt" title="dom-input-alt">alt</a>;
- attribute boolean <a href="#dom-input-autocomplete" title="dom-input-autocomplete">autocomplete</a>;
+ attribute DOMString <a href="#dom-input-autocomplete" title="dom-input-autocomplete">autocomplete</a>;
attribute boolean <a href="#dom-fe-autofocus" title="dom-fe-autofocus">autofocus</a>;
attribute boolean <a href="#dom-input-defaultchecked" title="dom-input-defaultChecked">defaultChecked</a>;
attribute boolean <a href="#dom-input-checked" title="dom-input-checked">checked</a>;
Index: forms.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/forms.html,v
retrieving revision 1.579
retrieving revision 1.580
diff -u -d -r1.579 -r1.580
--- forms.html 4 Apr 2010 22:47:27 -0000 1.579
+++ forms.html 13 Apr 2010 08:57:19 -0000 1.580
@@ -680,7 +680,7 @@
interface <dfn id="htmlformelement">HTMLFormElement</dfn> : <a href="elements.html#htmlelement">HTMLElement</a> {
attribute DOMString <a href="#dom-form-acceptcharset" title="dom-form-acceptCharset">acceptCharset</a>;
attribute DOMString <a href="#dom-fs-action" title="dom-fs-action">action</a>;
- attribute boolean <a href="#dom-form-autocomplete" title="dom-form-autocomplete">autocomplete</a>;
+ attribute DOMString <a href="#dom-form-autocomplete" title="dom-form-autocomplete">autocomplete</a>;
attribute DOMString <a href="#dom-fs-enctype" title="dom-fs-enctype">enctype</a>;
attribute DOMString <a href="#dom-fs-method" title="dom-fs-method">method</a>;
attribute DOMString <a href="#dom-form-name" title="dom-form-name">name</a>;
Index: spec.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/spec.html,v
retrieving revision 1.889
retrieving revision 1.890
diff -u -d -r1.889 -r1.890
--- spec.html 13 Apr 2010 08:49:49 -0000 1.889
+++ spec.html 13 Apr 2010 08:57:19 -0000 1.890
@@ -303,7 +303,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.4045.
+This is revision 1.4047.
</p>
<p class=copyright><a href=http://www.w3.org/Consortium/Legal/ipr-notice#Copyright>Copyright</a>
© 2010 <a href=http://www.w3.org/><abbr title="World Wide
@@ -6238,8 +6238,9 @@
<dt>DOM interface:</dt>
<dd>Uses <code><a href=#htmlelement>HTMLElement</a></code>.</dd>
</dl><p>The <code><a href=#the-section-element>section</a></code> element <a href=#represents>represents</a> a
- generic document or application section. A section, in this context,
- is a thematic grouping of content, typically with a heading.</p><p class=example>Examples of sections would be chapters, the
+ generic section of a document or application. A section, in this
+ context, is a thematic grouping of content, typically with a
+ heading.</p><p class=example>Examples of sections would be chapters, the
various tabbed pages in a tabbed dialog box, or the numbered
sections of a thesis. A Web site's home page could be split into
sections for an introduction, news items, contact information.</p><p class=note>Authors are encouraged to use the
@@ -6464,12 +6465,12 @@
<dt>DOM interface:</dt>
<dd>Uses <code><a href=#htmlelement>HTMLElement</a></code>.</dd>
</dl><p>The <code><a href=#the-article-element>article</a></code> element <a href=#represents>represents</a> a
- component of a page that consists of a self-contained composition in
- a document, page, application, or site and that is intended to be
- independently distributable or reusable, e.g. in syndication. This
- could be a forum post, a magazine or newspaper article, a blog
- entry, a user-submitted comment, an interactive widget or gadget, or
- any other independent item of content.</p><p>When <code><a href=#the-article-element>article</a></code> elements are nested, the inner
+ self-contained composition in a document, page, application, or site
+ and that is intended to be independently distributable or reusable,
+ e.g. in syndication. This could be a forum post, a magazine or
+ newspaper article, a blog entry, a user-submitted comment, an
+ interactive widget or gadget, or any other independent item of
+ content.</p><p>When <code><a href=#the-article-element>article</a></code> elements are nested, the inner
<code><a href=#the-article-element>article</a></code> elements represent articles that are in
principle related to the contents of the outer article. For
instance, a blog entry on a site that accepts user-submitted
@@ -13882,7 +13883,7 @@
interface <dfn id=htmlformelement>HTMLFormElement</dfn> : <a href=#htmlelement>HTMLElement</a> {
attribute DOMString <a href=#dom-form-acceptcharset title=dom-form-acceptCharset>acceptCharset</a>;
attribute DOMString <a href=#dom-fs-action title=dom-fs-action>action</a>;
- attribute boolean <a href=#dom-form-autocomplete title=dom-form-autocomplete>autocomplete</a>;
+ attribute DOMString <a href=#dom-form-autocomplete title=dom-form-autocomplete>autocomplete</a>;
attribute DOMString <a href=#dom-fs-enctype title=dom-fs-enctype>enctype</a>;
attribute DOMString <a href=#dom-fs-method title=dom-fs-method>method</a>;
attribute DOMString <a href=#dom-form-name title=dom-form-name>name</a>;
@@ -14233,7 +14234,7 @@
<pre class=idl>interface <dfn id=htmlinputelement>HTMLInputElement</dfn> : <a href=#htmlelement>HTMLElement</a> {
attribute DOMString <a href=#dom-input-accept title=dom-input-accept>accept</a>;
attribute DOMString <a href=#dom-input-alt title=dom-input-alt>alt</a>;
- attribute boolean <a href=#dom-input-autocomplete title=dom-input-autocomplete>autocomplete</a>;
+ attribute DOMString <a href=#dom-input-autocomplete title=dom-input-autocomplete>autocomplete</a>;
attribute boolean <a href=#dom-fe-autofocus title=dom-fe-autofocus>autofocus</a>;
attribute boolean <a href=#dom-input-defaultchecked title=dom-input-defaultChecked>defaultChecked</a>;
attribute boolean <a href=#dom-input-checked title=dom-input-checked>checked</a>;
Index: sections.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/sections.html,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -d -r1.39 -r1.40
--- sections.html 9 Apr 2010 04:07:20 -0000 1.39
+++ sections.html 13 Apr 2010 08:57:19 -0000 1.40
@@ -411,8 +411,9 @@
<dt>DOM interface:</dt>
<dd>Uses <code><a href="elements.html#htmlelement">HTMLElement</a></code>.</dd>
</dl><p>The <code><a href="#the-section-element">section</a></code> element <a href="#represents">represents</a> a
- generic document or application section. A section, in this context,
- is a thematic grouping of content, typically with a heading.</p><p class="example">Examples of sections would be chapters, the
+ generic section of a document or application. A section, in this
+ context, is a thematic grouping of content, typically with a
+ heading.</p><p class="example">Examples of sections would be chapters, the
various tabbed pages in a tabbed dialog box, or the numbered
sections of a thesis. A Web site's home page could be split into
sections for an introduction, news items, contact information.</p><p class="note">Authors are encouraged to use the
@@ -637,12 +638,12 @@
<dt>DOM interface:</dt>
<dd>Uses <code><a href="elements.html#htmlelement">HTMLElement</a></code>.</dd>
</dl><p>The <code><a href="#the-article-element">article</a></code> element <a href="#represents">represents</a> a
- component of a page that consists of a self-contained composition in
- a document, page, application, or site and that is intended to be
- independently distributable or reusable, e.g. in syndication. This
- could be a forum post, a magazine or newspaper article, a blog
- entry, a user-submitted comment, an interactive widget or gadget, or
- any other independent item of content.</p><p>When <code><a href="#the-article-element">article</a></code> elements are nested, the inner
+ self-contained composition in a document, page, application, or site
+ and that is intended to be independently distributable or reusable,
+ e.g. in syndication. This could be a forum post, a magazine or
+ newspaper article, a blog entry, a user-submitted comment, an
+ interactive widget or gadget, or any other independent item of
+ content.</p><p>When <code><a href="#the-article-element">article</a></code> elements are nested, the inner
<code><a href="#the-article-element">article</a></code> elements represent articles that are in
principle related to the contents of the outer article. For
instance, a blog entry on a site that accepts user-submitted
Received on Tuesday, 13 April 2010 08:57:24 UTC