Skip to content

Commit

Permalink
Allow USVString to be serialized.
Browse files Browse the repository at this point in the history
  • Loading branch information
bzbarsky committed Apr 18, 2015
1 parent aed687a commit d7aaded
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions index.html
Expand Up @@ -2468,6 +2468,10 @@ <h5>3.2.4.3. Serializers</h5>
<dd>the same value of the respective type</dd>
<dt>an <a class="dfnref" href="#dfn-enumeration">enumeration type</a></dt>
<dd>the equivalent <a class="idltype" href="#idl-DOMString">DOMString</a> value</dd>
<dt>a <a class="idltype" href="#idl-USVString">USVString</a></dt>
<dd>the <a class="idltype" href="#idl-DOMString">DOMString</a> produced by
encoding the given sequence of <a class="external" href="http://www.unicode.org/glossary/#unicode_scalar_value">Unicode scalar values</a> in
UTF-16</dd>
<dt>a <a class="idltype" href="#idl-ByteString">ByteString</a></dt>
<dd>the equivalent <a class="idltype" href="#idl-DOMString">DOMString</a> value where each code unit has the same value as the corresponding byte value</dd>
<dt>a <a class="dfnref" href="#dfn-nullable">nullable</a> serializable type</dt>
Expand Down
4 changes: 4 additions & 0 deletions index.xml
Expand Up @@ -2443,6 +2443,10 @@ serializer = { inherit, attribute };</pre>
<dd>the same value of the respective type</dd>
<dt>an <a class='dfnref' href='#dfn-enumeration'>enumeration type</a></dt>
<dd>the equivalent <span class='idltype'>DOMString</span> value</dd>
<dt>a <span class='idltype'>USVString</span></dt>
<dd>the <span class='idltype'>DOMString</span> produced by
encoding the given sequence of <a>Unicode scalar values</a> in
UTF-16</dd>
<dt>a <span class='idltype'>ByteString</span></dt>
<dd>the equivalent <span class='idltype'>DOMString</span> value where each code unit has the same value as the corresponding byte value</dd>
<dt>a <a class='dfnref' href='#dfn-nullable'>nullable</a> serializable type</dt>
Expand Down

0 comments on commit d7aaded

Please sign in to comment.