Skip to content

Commit

Permalink
Remove table
Browse files Browse the repository at this point in the history
  • Loading branch information
mathiasbynens committed Sep 15, 2023
1 parent 0cbb3ad commit 4059ed8
Showing 1 changed file with 1 addition and 34 deletions.
35 changes: 1 addition & 34 deletions spec.html
Original file line number Diff line number Diff line change
Expand Up @@ -16043,40 +16043,7 @@ <h2>Syntax</h2>
<h1>Unicode Format-Control Characters</h1>
<p>The Unicode format-control characters (i.e., the characters in category “Cf” in the Unicode Character Database such as LEFT-TO-RIGHT MARK or RIGHT-TO-LEFT MARK) are control codes used to control the formatting of a range of text in the absence of higher-level protocols for this (such as mark-up languages).</p>
<p>It is useful to allow format-control characters in source text to facilitate editing and display. All format control characters may be used within comments, and within string literals, template literals, and regular expression literals.</p>
<p>U+FEFF (ZERO WIDTH NO-BREAK SPACE) is a format-control character used primarily at the start of a text to mark it as Unicode and to allow detection of the text's encoding and byte order. &lt;ZWNBSP> characters intended for this purpose can sometimes also appear after the start of a text, for example as a result of concatenating files. In ECMAScript source text &lt;ZWNBSP> code points are treated as white space characters (see <emu-xref href="#sec-white-space"></emu-xref>).</p>
<p>The special treatment of certain format-control characters outside of comments, string literals, and regular expression literals is summarized in <emu-xref href="#table-format-control-code-point-usage"></emu-xref>.</p>
<emu-table id="table-format-control-code-point-usage" caption="Format-Control Code Point Usage" oldids="table-31">
<table>
<tr>
<th>
Code Point
</th>
<th>
Name
</th>
<th>
Abbreviation
</th>
<th>
Usage
</th>
</tr>
<tr>
<td>
`U+FEFF`
</td>
<td>
ZERO WIDTH NO-BREAK SPACE
</td>
<td>
&lt;ZWNBSP>
</td>
<td>
|WhiteSpace|
</td>
</tr>
</table>
</emu-table>
<p>U+FEFF (ZERO WIDTH NO-BREAK SPACE) is a format-control character used primarily at the start of a text to mark it as Unicode and to allow detection of the text's encoding and byte order. &lt;ZWNBSP> characters intended for this purpose can sometimes also appear after the start of a text, for example as a result of concatenating files. In ECMAScript source text &lt;ZWNBSP> code points are treated as white space characters (see <emu-xref href="#sec-white-space"></emu-xref>) outside of comments, string literals, template literals, and regular expression literals.</p>
</emu-clause>

<emu-clause id="sec-white-space">
Expand Down

0 comments on commit 4059ed8

Please sign in to comment.