Skip to content

Commit

Permalink
Editorial: align with Infra string changes
Browse files Browse the repository at this point in the history
  • Loading branch information
annevk authored Mar 11, 2020
1 parent 64e63cc commit 5e93af5
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions encoding.bs
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,7 @@ Translate IDs: dictdef-textdecoderoptions textdecoderoptions,dictdef-textdecodeo
<link rel=stylesheet href=visualization-colors.css>

<pre class=link-defaults>
spec:infra; type:dfn;
text:code point
text:ascii case-insensitive
spec:streams;
type:interface; text:ReadableStream
spec:streams; type:interface; text:ReadableStream
</pre>


Expand Down Expand Up @@ -1837,9 +1833,9 @@ constructor, when invoked, must run these steps:
<li><p>Return <var>token</var>.
</ol>

<p class=note>This is equivalent to the "<a>convert</a> a <a>JavaScript string</a> into a <a>scalar
value string</a>" algorithm from the Infra Standard, but allows for surrogate pairs that are split
between strings. [[!INFRA]]
<p class=note>This is equivalent to the "<a for=string>convert</a> a <a for=/>string</a> into a
<a for=/>scalar value string</a>" algorithm from the Infra Standard, but allows for surrogate pairs
that are split between strings. [[!INFRA]]

<p>The <dfn>encode and flush</dfn> algorithm, given a {{TextEncoderStream}} object <var>enc</var>,
runs these steps:
Expand Down

0 comments on commit 5e93af5

Please sign in to comment.