- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 06 Jan 2010 05:39:16 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec-author-view In directory hutz:/tmp/cvs-serv9646 Modified Files: Overview.html common-input-element-attributes.html editing.html spec.html text-level-semantics.html Log Message: typo (whatwg r4505) [updated by splitter] Index: text-level-semantics.html =================================================================== RCS file: /sources/public/html5/spec-author-view/text-level-semantics.html,v retrieving revision 1.557 retrieving revision 1.558 diff -u -d -r1.557 -r1.558 --- text-level-semantics.html 5 Jan 2010 11:57:12 -0000 1.557 +++ text-level-semantics.html 6 Jan 2010 05:39:13 -0000 1.558 @@ -647,9 +647,7 @@ <dd><a href="elements.html#global-attributes">Global attributes</a></dd> <dd><code title="attr-q-cite"><a href="#attr-q-cite">cite</a></code></dd> <dt>DOM interface:</dt> - <dd> - The <code><a href="#the-q-element">q</a></code> element uses the <code><a href="grouping-content.html#htmlquoteelement">HTMLQuoteElement</a></code> interface. - </dd> + <dd>Uses <code><a href="grouping-content.html#htmlquoteelement">HTMLQuoteElement</a></code>.</dd> </dl><p>The <code><a href="#the-q-element">q</a></code> element <a href="#represents">represents</a> some <a href="content-models.html#phrasing-content" title="phrasing content">phrasing content</a> quoted from another source.</p><p>Quotation punctuation (such as quotation marks) that is quoting the contents of the element must not appear immediately before, Index: Overview.html =================================================================== RCS file: /sources/public/html5/spec-author-view/Overview.html,v retrieving revision 1.589 retrieving revision 1.590 diff -u -d -r1.589 -r1.590 --- Overview.html 6 Jan 2010 05:10:11 -0000 1.589 +++ Overview.html 6 Jan 2010 05:39:12 -0000 1.590 @@ -281,7 +281,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.3602. +This is revision 1.3604. </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: common-input-element-attributes.html =================================================================== RCS file: /sources/public/html5/spec-author-view/common-input-element-attributes.html,v retrieving revision 1.10 retrieving revision 1.11 diff -u -d -r1.10 -r1.11 --- common-input-element-attributes.html 6 Jan 2010 05:10:11 -0000 1.10 +++ common-input-element-attributes.html 6 Jan 2010 05:39:13 -0000 1.11 @@ -448,6 +448,46 @@ <pre><label>Cc: <input type=email multiple name=cc></label></pre> + <p>If the user had, amongst many friends in his user contacts + database, two friends "Arthur Dent" (with address + "art@example.net") and "Adam Josh" (with address + "adamjosh@example.net"), then, after the user has typed "a", the + user agent might suggest these two e-mail addresses to the + user.</p> + +<!-- + <pre>[ a | v ] +| art@example.net Arthur Dent | +| adamjosh@example.net Adam Josh | ++-----------------------------------+</pre> +--> + + <p>The page could also link in the user's contacts database from the site:</p> + + <pre><label>Cc: <input type=email multiple name=cc list=contacts></label> +... +<datalist id="contacts"> + <option value="hedral@damowmow.com"> + <option value="pillar@example.com"> + <option value="astrophy@cute.example"> + <option value="astronomy@science.example.org"> +</datalist></pre> + + <p>Suppose the user had entered "bob@example.net" into this text + field, and then started typing a second e-mail address starting + with "a". The user agent might show both the two friends mentioned + earlier, as well as the "astrophy" and "astronomy" values given in + the <code><a href="the-button-element.html#the-datalist-element">datalist</a></code> element.</p> + +<!-- + <pre>[ bob@example.net, a | v ] +| adamjosh@example.net Adam Josh | +| art@example.net Arthur Dent | +| astronomy@science.example.org | +| astrophy@cute.example | ++-----------------------------------+</pre> +--> + </div><div class="example"> <p>The following extract shows how an e-mail client's "Attachments" Index: editing.html =================================================================== RCS file: /sources/public/html5/spec-author-view/editing.html,v retrieving revision 1.558 retrieving revision 1.559 diff -u -d -r1.558 -r1.559 --- editing.html 3 Jan 2010 15:15:05 -0000 1.558 +++ editing.html 6 Jan 2010 05:39:13 -0000 1.559 @@ -307,7 +307,7 @@ because the tabbed interface is merely a kind of overflow presentation — showing all the form controls in one big page with a scrollbar would be equivalent, and no less correct.</p><p>Elements in a section hidden by the <code title="attr-hidden"><a href="#the-hidden-attribute">hidden</a></code> attribute are still active, - e.g. scripts and form controls in such sections still render execute + e.g. scripts and form controls in such sections still execute and submit respectively. Only their presentation to the user changes.</p><h3 id="activation"><span class="secno">7.2 </span>Activation</h3><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><!-- v2 idea: HTMLImageElement.click(x, y); or clickPoint(), if click() can't be done in IE; can this be emulated in IE by Index: spec.html =================================================================== RCS file: /sources/public/html5/spec-author-view/spec.html,v retrieving revision 1.594 retrieving revision 1.595 diff -u -d -r1.594 -r1.595 --- spec.html 6 Jan 2010 05:10:11 -0000 1.594 +++ spec.html 6 Jan 2010 05:39:13 -0000 1.595 @@ -279,7 +279,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.3602. +This is revision 1.3604. </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 @@ -7487,9 +7487,7 @@ <dd><a href=#global-attributes>Global attributes</a></dd> <dd><code title=attr-q-cite><a href=#attr-q-cite>cite</a></code></dd> <dt>DOM interface:</dt> - <dd> - The <code><a href=#the-q-element>q</a></code> element uses the <code><a href=#htmlquoteelement>HTMLQuoteElement</a></code> interface. - </dd> + <dd>Uses <code><a href=#htmlquoteelement>HTMLQuoteElement</a></code>.</dd> </dl><p>The <code><a href=#the-q-element>q</a></code> element <a href=#represents>represents</a> some <a href=#phrasing-content title="phrasing content">phrasing content</a> quoted from another source.</p><p>Quotation punctuation (such as quotation marks) that is quoting the contents of the element must not appear immediately before, @@ -17080,6 +17078,46 @@ <pre><label>Cc: <input type=email multiple name=cc></label></pre> + <p>If the user had, amongst many friends in his user contacts + database, two friends "Arthur Dent" (with address + "art@example.net") and "Adam Josh" (with address + "adamjosh@example.net"), then, after the user has typed "a", the + user agent might suggest these two e-mail addresses to the + user.</p> + +<!-- + <pre>[ a | v ] +| art@example.net Arthur Dent | +| adamjosh@example.net Adam Josh | ++-----------------------------------+</pre> +--> + + <p>The page could also link in the user's contacts database from the site:</p> + + <pre><label>Cc: <input type=email multiple name=cc list=contacts></label> +... +<datalist id="contacts"> + <option value="hedral@damowmow.com"> + <option value="pillar@example.com"> + <option value="astrophy@cute.example"> + <option value="astronomy@science.example.org"> +</datalist></pre> + + <p>Suppose the user had entered "bob@example.net" into this text + field, and then started typing a second e-mail address starting + with "a". The user agent might show both the two friends mentioned + earlier, as well as the "astrophy" and "astronomy" values given in + the <code><a href=#the-datalist-element>datalist</a></code> element.</p> + +<!-- + <pre>[ bob@example.net, a | v ] +| adamjosh@example.net Adam Josh | +| art@example.net Arthur Dent | +| astronomy@science.example.org | +| astrophy@cute.example | ++-----------------------------------+</pre> +--> + </div><div class=example> <p>The following extract shows how an e-mail client's "Attachments" @@ -24429,7 +24467,7 @@ because the tabbed interface is merely a kind of overflow presentation — showing all the form controls in one big page with a scrollbar would be equivalent, and no less correct.</p><p>Elements in a section hidden by the <code title=attr-hidden><a href=#the-hidden-attribute>hidden</a></code> attribute are still active, - e.g. scripts and form controls in such sections still render execute + e.g. scripts and form controls in such sections still execute and submit respectively. Only their presentation to the user changes.</p><h3 id=activation><span class=secno>7.2 </span>Activation</h3><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><!-- v2 idea: HTMLImageElement.click(x, y); or clickPoint(), if click() can't be done in IE; can this be emulated in IE by
Received on Wednesday, 6 January 2010 05:39:17 UTC