- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 09 Oct 2008 00:13:13 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec In directory hutz:/tmp/cvs-serv3746 Modified Files: Overview.html Log Message: WF2: Change styling for book-keeping details of the <input> element states for easier reading. (whatwg r2306) Index: Overview.html =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.1478 retrieving revision 1.1479 diff -u -d -r1.1478 -r1.1479 --- Overview.html 8 Oct 2008 20:10:50 -0000 1.1478 +++ Overview.html 9 Oct 2008 00:13:10 -0000 1.1479 @@ -8,7 +8,7 @@ <p><a href=http://www.w3.org/><img alt=W3C height=48 src=http://www.w3.org/Icons/w3c_home width=72></a></p> <h1>HTML 5</h1> <h2 class="no-num no-toc" id=a-vocabulary-and-associated-apis-for-html-and-xhtml>A vocabulary and associated APIs for HTML and XHTML</h2> - <h2 class="no-num no-toc" id=editor-s-draft-date-zzz-9-june-2008><!-- "W3C Working Draft" --> Editor's Draft <!--ZZZ-->8 October 2008</h2> + <h2 class="no-num no-toc" id=editor-s-draft-date-zzz-9-june-2008><!-- "W3C Working Draft" --> Editor's Draft <!--ZZZ-->9 October 2008</h2> <dl><!-- ZZZ: update the month/day <dt>This Version:</dt> <dd><a href="http://www.w3.org/TR/2008/WD-html5-20080609/">http://www.w3.org/TR/2008/WD-html5-20080609/</a></dd> @@ -18,7 +18,7 @@ <dd><a href=http://www.w3.org/html/wg/html5/>http://www.w3.org/html/wg/html5/</a></dd> <!-- ZZZ: add the new version after it has shipped --> [...1646 lines suppressed...] + be set to the value of the element's <code><a href=#textcontent>textContent</a></code> DOM + attribute.<p>The <a href=#concept-form-reset-control title=concept-form-reset-control>reset + algorithm</a> for <code><a href=#the-textarea-element>textarea</a></code> elements is to set the + element's <a href=#concept-fe-value title=concept-fe-value>value</a> to the value + of the element's <code><a href=#textcontent>textContent</a></code> DOM attribute.<p class=XXX> ... <dfn id=attr-textarea-cols title=attr-textarea-cols><code>cols</code></dfn> <p class=XXX> ... <dfn id=attr-textarea-rows title=attr-textarea-rows><code>rows</code></dfn> <p class=XXX> ... <dfn id=attr-textarea-wrap title=attr-textarea-wrap><code>wrap</code></dfn> @@ -21519,10 +21761,7 @@ <p class=XXX> ... <dfn id=attr-textarea-maxlength title=attr-textarea-maxlength><code>maxlength</code></dfn> <p class=XXX> ... <dfn id=attr-textarea-required title=attr-textarea-required><code>required</code></dfn> - <p>The <a href=#concept-form-reset-control title=concept-form-reset-control>reset - algorithm</a> for <code><a href=#the-textarea-element>textarea</a></code> elements is to set the - element's <a href=#concept-fe-value title=concept-fe-value>value</a> to the value - of the element's <code><a href=#textcontent>textContent</a></code> DOM attribute.<p class=XXX> ... <dfn id=attr-textarea-accept title=attr-textarea-accept><code>accept</code></dfn> + <p class=XXX> ... <dfn id=attr-textarea-accept title=attr-textarea-accept><code>accept</code></dfn> <p>The <code title=attr-fae-form><a href=#attr-fae-form>form</a></code> attribute is used to explicitly associate the <code><a href=#the-textarea-element>textarea</a></code> element with its
Received on Thursday, 9 October 2008 00:13:47 UTC