Skip to content

Commit

Permalink
Bug 26499 – Improve the definition of 'byte sequence' to make it less…
Browse files Browse the repository at this point in the history
… tautological and more obviously noteworthy.
  • Loading branch information
GPHemsley committed Sep 20, 2014
1 parent f3998fd commit 6936e73
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
6 changes: 4 additions & 2 deletions Overview.html
Original file line number Diff line number Diff line change
Expand Up @@ -232,8 +232,10 @@ <h2 id="terminology"><span class="secno">3 </span>Terminology</h2>
<a href="#byte" title="byte">bytes</a>: 0x20 (SP), 0x3E ("<code title="">&gt;</code>").

<p>
A <dfn id="byte-sequence">byte sequence</dfn> is a <span>sequence</span> of
<a href="#byte" title="byte">bytes</a>.
A <dfn id="byte-sequence">byte sequence</dfn> is a list of one or more
<a href="#byte" title="byte">bytes</a>, such that the position of the first
<a href="#byte">byte</a> and the position of the last <a href="#byte">byte</a> are
unambiguously identifiable.

<p>
<dfn id="converted-to-ascii-lowercase" title="converted to ASCII lowercase">Converting a string to ASCII
Expand Down
6 changes: 4 additions & 2 deletions Overview.src.html
Original file line number Diff line number Diff line change
Expand Up @@ -192,8 +192,10 @@ <h2>Terminology</h2>
<span title=byte>bytes</span>: 0x20 (SP), 0x3E ("<code title>&gt;</code>").

<p>
A <dfn>byte sequence</dfn> is a <span>sequence</span> of
<span title=byte>bytes</span>.
A <dfn>byte sequence</dfn> is a list of one or more
<span title=byte>bytes</span>, such that the position of the first
<span>byte</span> and the position of the last <span>byte</span> are
unambiguously identifiable.

<p>
<dfn title="converted to ASCII lowercase">Converting a string to ASCII
Expand Down

0 comments on commit 6936e73

Please sign in to comment.