Skip to content

Commit

Permalink
[] (0) I missed that it should also apply to attributes when adding t…
Browse files Browse the repository at this point in the history
…his requirement recently.

git-svn-id: http://svn.whatwg.org/webapps@5861 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Feb 9, 2011
1 parent 51babfe commit 19cf17d
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 13 deletions.
11 changes: 7 additions & 4 deletions complete.html
Expand Up @@ -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 &mdash; Last Updated 8 February 2011</h2>
<h2 class="no-num no-toc">Living Standard &mdash; 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>-->
Expand Down Expand Up @@ -3342,9 +3342,12 @@ <h4 id=dependencies><span class=secno>2.2.1 </span>Dependencies</h4>
<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>

Expand Down
11 changes: 7 additions & 4 deletions index
Expand Up @@ -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 &mdash; Last Updated 8 February 2011</h2>
<h2 class="no-num no-toc">Living Standard &mdash; 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>-->
Expand Down Expand Up @@ -3322,9 +3322,12 @@ a.setAttribute('href', 'http://example.com/'); // change the content attribute d
<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>

Expand Down
11 changes: 6 additions & 5 deletions source
Expand Up @@ -2268,11 +2268,12 @@ a.setAttribute('href', 'http://example.com/'); // change the content attribute d
<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>

Expand Down

0 comments on commit 19cf17d

Please sign in to comment.