- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 05 Jan 2010 11:27:24 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec-author-view
In directory hutz:/tmp/cvs-serv18048
Modified Files:
Overview.html spec.html text-level-semantics.html urls.html
Log Message:
Clarify toggle()'s return value. (whatwg r4484)
[updated by splitter]
Index: text-level-semantics.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/text-level-semantics.html,v
retrieving revision 1.555
retrieving revision 1.556
diff -u -d -r1.555 -r1.556
--- text-level-semantics.html 5 Jan 2010 08:17:21 -0000 1.555
+++ text-level-semantics.html 5 Jan 2010 11:27:22 -0000 1.556
@@ -1786,8 +1786,8 @@
<dd>Uses <code><a href="elements.html#htmlelement">HTMLElement</a></code>.</dd>
</dl><p>The <code><a href="#the-bdo-element">bdo</a></code> element <a href="#represents">represents</a> explicit
text directionality formatting control for its children. It allows
- authors to override the Unicode bidi algorithm by explicitly
- specifying a direction override. <a href="references.html#refsBIDI">[BIDI]</a></p><p>Authors must specify the <code title="attr-dir"><a href="elements.html#the-dir-attribute">dir</a></code>
+ authors to override the Unicode bidirectional algorithm by
+ explicitly specifying a direction override. <a href="references.html#refsBIDI">[BIDI]</a></p><p>Authors must specify the <code title="attr-dir"><a href="elements.html#the-dir-attribute">dir</a></code>
attribute on this element, with the value <code>ltr</code> to
specify a left-to-right override and with the value <code>rtl</code>
to specify a right-to-left override.</p><h4 id="the-span-element"><span class="secno">4.6.24 </span>The <dfn><code>span</code></dfn> element</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><dl class="element"><dt>Categories</dt>
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/Overview.html,v
retrieving revision 1.577
retrieving revision 1.578
diff -u -d -r1.577 -r1.578
--- Overview.html 5 Jan 2010 08:47:54 -0000 1.577
+++ Overview.html 5 Jan 2010 11:27:21 -0000 1.578
@@ -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.3582.
+This is revision 1.3584.
</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: urls.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/urls.html,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- urls.html 5 Jan 2010 00:37:08 -0000 1.10
+++ urls.html 5 Jan 2010 11:27:22 -0000 1.11
@@ -626,7 +626,10 @@
<dt><var title="">hastoken</var> = <var title="">tokenlist</var> . <code title="dom-tokenlist-toggle"><a href="#dom-tokenlist-toggle">toggle</a></code>(<var title="">token</var>)</dt>
<dd>
- <p>Adds <var title="">token</var> if it is not present, or removes it if it is.</p>
+ <p>Adds <var title="">token</var> if it is not present, or removes
+ it if it is. Returns true if <var title="">token</var> is now
+ present (it was added); returns false if it is not (it was
+ removed).</p>
<p>Throws a <code><a href="#syntax_err">SYNTAX_ERR</a></code> exception if <var title="">token</var> is empty.</p>
<p>Throws an <code><a href="#invalid_character_err">INVALID_CHARACTER_ERR</a></code> exception if <var title="">token</var> contains any spaces.</p>
</dd>
Index: spec.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/spec.html,v
retrieving revision 1.582
retrieving revision 1.583
diff -u -d -r1.582 -r1.583
--- spec.html 5 Jan 2010 08:47:54 -0000 1.582
+++ spec.html 5 Jan 2010 11:27:22 -0000 1.583
@@ -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.3582.
+This is revision 1.3584.
</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
@@ -2173,7 +2173,10 @@
<dt><var title="">hastoken</var> = <var title="">tokenlist</var> . <code title=dom-tokenlist-toggle><a href=#dom-tokenlist-toggle>toggle</a></code>(<var title="">token</var>)</dt>
<dd>
- <p>Adds <var title="">token</var> if it is not present, or removes it if it is.</p>
+ <p>Adds <var title="">token</var> if it is not present, or removes
+ it if it is. Returns true if <var title="">token</var> is now
+ present (it was added); returns false if it is not (it was
+ removed).</p>
<p>Throws a <code><a href=#syntax_err>SYNTAX_ERR</a></code> exception if <var title="">token</var> is empty.</p>
<p>Throws an <code><a href=#invalid_character_err>INVALID_CHARACTER_ERR</a></code> exception if <var title="">token</var> contains any spaces.</p>
</dd>
@@ -8622,8 +8625,8 @@
<dd>Uses <code><a href=#htmlelement>HTMLElement</a></code>.</dd>
</dl><p>The <code><a href=#the-bdo-element>bdo</a></code> element <a href=#represents>represents</a> explicit
text directionality formatting control for its children. It allows
- authors to override the Unicode bidi algorithm by explicitly
- specifying a direction override. <a href=#refsBIDI>[BIDI]</a></p><p>Authors must specify the <code title=attr-dir><a href=#the-dir-attribute>dir</a></code>
+ authors to override the Unicode bidirectional algorithm by
+ explicitly specifying a direction override. <a href=#refsBIDI>[BIDI]</a></p><p>Authors must specify the <code title=attr-dir><a href=#the-dir-attribute>dir</a></code>
attribute on this element, with the value <code>ltr</code> to
specify a left-to-right override and with the value <code>rtl</code>
to specify a right-to-left override.</p><h4 id=the-span-element><span class=secno>4.6.24 </span>The <dfn><code>span</code></dfn> element</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><dl class=element><dt>Categories</dt>
Received on Tuesday, 5 January 2010 11:27:27 UTC