[html5] r5861 - [] (0) I missed that it should also apply to attributes when adding this require [...]
whatwg at whatwg.org
whatwg at whatwg.org
Tue Feb 8 16:06:16 PST 2011
Author: ianh
Date: 2011-02-08 16:06:14 -0800 (Tue, 08 Feb 2011)
New Revision: 5861
Modified:
complete.html
index
source
Log:
[] (0) I missed that it should also apply to attributes when adding this requirement recently.
Modified: complete.html
===================================================================
--- complete.html 2011-02-09 00:02:05 UTC (rev 5860)
+++ complete.html 2011-02-09 00:06:14 UTC (rev 5861)
@@ -239,7 +239,7 @@
<header class=head id=head><p><a class=logo href=http://www.whatwg.org/ rel=home><img alt=WHATWG height=101 src=/images/logo width=101></a></p>
<hgroup><h1>Web Applications 1.0</h1>
- <h2 class="no-num no-toc">Living Standard — Last Updated 8 February 2011</h2>
+ <h2 class="no-num no-toc">Living Standard — Last Updated 9 February 2011</h2>
</hgroup><p>You can take part in this work. <a href=http://www.whatwg.org/mailing-list>Join the working group's discussion list.</a></p>
<p><strong>Web designers!</strong> We have a <a href=http://blog.whatwg.org/faq/>FAQ</a>, a <a href=http://forums.whatwg.org/>forum</a>, and a <a href=http://www.whatwg.org/mailing-list#help>help mailing list</a> for you!</p>
<!--<p class="impl"><strong>Implementors!</strong> We have a <a href="http://www.whatwg.org/mailing-list#implementors">mailing list</a> for you too!</p>-->
@@ -3342,9 +3342,12 @@
<code><a href=#not_supported_err>NOT_SUPPORTED_ERR</a></code> exception must be raised.</p>
<p>Except where otherwise specified, if a method has an argument
- of type <code>DOMString</code>, the user agent must <span title=dfn-obtain-unicode>convert the <code>DOMString</code> to a
- sequence of Unicode characters</span> when the method is invoked,
- to obtain the string on which the method is to operate. <a href=#refsWEBIDL>[WEBIDL]</a></p>
+ of type <code>DOMString</code>, or if an IDL attribute is assigned
+ a new value of type <code>DOMString</code>, the user agent must
+ <span title=dfn-obtain-unicode>convert the
+ <code>DOMString</code> to a sequence of Unicode characters</span>
+ to obtain the string on which the algorithms in this specification
+ are to operate. <a href=#refsWEBIDL>[WEBIDL]</a></p>
</dd>
Modified: index
===================================================================
--- index 2011-02-09 00:02:05 UTC (rev 5860)
+++ index 2011-02-09 00:06:14 UTC (rev 5861)
@@ -243,7 +243,7 @@
<header class=head id=head><p><a class=logo href=http://www.whatwg.org/ rel=home><img alt=WHATWG height=101 src=/images/logo width=101></a></p>
<hgroup><h1 class=allcaps>HTML</h1>
- <h2 class="no-num no-toc">Living Standard — Last Updated 8 February 2011</h2>
+ <h2 class="no-num no-toc">Living Standard — Last Updated 9 February 2011</h2>
</hgroup><p>You can take part in this work. <a href=http://www.whatwg.org/mailing-list>Join the working group's discussion list.</a></p>
<p><strong>Web designers!</strong> We have a <a href=http://blog.whatwg.org/faq/>FAQ</a>, a <a href=http://forums.whatwg.org/>forum</a>, and a <a href=http://www.whatwg.org/mailing-list#help>help mailing list</a> for you!</p>
<!--<p class="impl"><strong>Implementors!</strong> We have a <a href="http://www.whatwg.org/mailing-list#implementors">mailing list</a> for you too!</p>-->
@@ -3322,9 +3322,12 @@
<code><a href=#not_supported_err>NOT_SUPPORTED_ERR</a></code> exception must be raised.</p>
<p>Except where otherwise specified, if a method has an argument
- of type <code>DOMString</code>, the user agent must <span title=dfn-obtain-unicode>convert the <code>DOMString</code> to a
- sequence of Unicode characters</span> when the method is invoked,
- to obtain the string on which the method is to operate. <a href=#refsWEBIDL>[WEBIDL]</a></p>
+ of type <code>DOMString</code>, or if an IDL attribute is assigned
+ a new value of type <code>DOMString</code>, the user agent must
+ <span title=dfn-obtain-unicode>convert the
+ <code>DOMString</code> to a sequence of Unicode characters</span>
+ to obtain the string on which the algorithms in this specification
+ are to operate. <a href=#refsWEBIDL>[WEBIDL]</a></p>
</dd>
Modified: source
===================================================================
--- source 2011-02-09 00:02:05 UTC (rev 5860)
+++ source 2011-02-09 00:06:14 UTC (rev 5861)
@@ -2268,11 +2268,12 @@
<code>NOT_SUPPORTED_ERR</code> exception must be raised.</p>
<p>Except where otherwise specified, if a method has an argument
- of type <code>DOMString</code>, the user agent must <span
- title="dfn-obtain-unicode">convert the <code>DOMString</code> to a
- sequence of Unicode characters</span> when the method is invoked,
- to obtain the string on which the method is to operate. <a
- href="#refsWEBIDL">[WEBIDL]</a></p>
+ of type <code>DOMString</code>, or if an IDL attribute is assigned
+ a new value of type <code>DOMString</code>, the user agent must
+ <span title="dfn-obtain-unicode">convert the
+ <code>DOMString</code> to a sequence of Unicode characters</span>
+ to obtain the string on which the algorithms in this specification
+ are to operate. <a href="#refsWEBIDL">[WEBIDL]</a></p>
</dd>
More information about the Commit-Watchers
mailing list