Skip to content

Commit

Permalink
[e] (0) Sync with Unicode terminology.
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.whatwg.org/webapps@3872 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Sep 16, 2009
1 parent 6db2194 commit bdeaf05
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 15 deletions.
20 changes: 12 additions & 8 deletions index
Expand Up @@ -1890,6 +1890,10 @@ a.setAttribute('href', 'http://example.com/'); // change the content attribute d
different <meta charset> elements applying in each case.
-->

<p>The term <dfn title="">Unicode character</dfn> is used to mean a
<i title="">Unicode scalar value</i> (i.e. any Unicode code point
that is not a surrogate code point). <a href=#refsUNICODE>[UNICODE]</a></p>




Expand Down Expand Up @@ -25880,7 +25884,7 @@ notes on what would need to be defined for dashed lines:
between the top of the em square and the bottom of the em square,
the alphabetic baseline is where characters like &Aacute;, &yuml;,
f, and &Omega; are anchored, the ideographic baseline is
where glyphs like &#31169; and &#36948; are anchored, and the bottom
where glyphs like &#31169; and &amp;#x9054; are anchored, and the bottom
of the em square is roughly at the bottom of the glyphs in a
font. The top and bottom of the bounding box can be far from these
baselines, due to glyphs extending far outside the em square." src=images/baselines.png></p>
Expand Down Expand Up @@ -61419,11 +61423,11 @@ interface <dfn id=messageport>MessagePort</dfn> {
<p><dfn id=syntax-text title=syntax-text>Text</dfn> is allowed inside elements,
attributes, and comments. Text must consist of Unicode characters.
Text must not contain U+0000 characters. Text must not contain
permanently undefined Unicode characters. Text must not contain
control characters other than <a href=#space-character title="space character">space
characters</a>. Extra constraints are placed on what is and what
is not allowed in text based on where the text is to be put, as
described in the other sections.</p>
permanently undefined Unicode characters (noncharacters). Text must
not contain control characters other than <a href=#space-character title="space
character">space characters</a>. Extra constraints are placed on
what is and what is not allowed in text based on where the text is
to be put, as described in the other sections.</p>


<h5 id=newlines><span class=secno>9.1.3.1 </span>Newlines</h5>
Expand Down Expand Up @@ -62176,8 +62180,8 @@ interface <dfn id=messageport>MessagePort</dfn> {
U+9FFFE, U+9FFFF, U+AFFFE, U+AFFFF, U+BFFFE, U+BFFFF, U+CFFFE,
U+CFFFF, U+DFFFE, U+DFFFF, U+EFFFE, U+EFFFF, U+FFFFE, U+FFFFF,
U+10FFFE, and U+10FFFF are <a href=#parse-error title="parse error">parse
errors</a>. (These are all control characters or permanently
undefined Unicode characters.)</p>
errors</a>. These are all control characters or permanently
undefined Unicode characters (noncharacters).</p>

<p>U+000D CARRIAGE RETURN (CR) characters and U+000A LINE FEED (LF)
characters are treated specially. Any CR characters that are
Expand Down
19 changes: 12 additions & 7 deletions source
Expand Up @@ -899,6 +899,11 @@ a.setAttribute('href', 'http://example.com/'); // change the content attribute d
different <meta charset> elements applying in each case.
-->

<p>The term <dfn title="">Unicode character</dfn> is used to mean a
<i title="">Unicode scalar value</i> (i.e. any Unicode code point
that is not a surrogate code point). <a
href="#refsUNICODE">[UNICODE]</a></p>




Expand Down Expand Up @@ -75877,11 +75882,11 @@ interface <dfn>MessagePort</dfn> {
<p><dfn title="syntax-text">Text</dfn> is allowed inside elements,
attributes, and comments. Text must consist of Unicode characters.
Text must not contain U+0000 characters. Text must not contain
permanently undefined Unicode characters. Text must not contain
control characters other than <span title="space character">space
characters</span>. Extra constraints are placed on what is and what
is not allowed in text based on where the text is to be put, as
described in the other sections.</p>
permanently undefined Unicode characters (noncharacters). Text must
not contain control characters other than <span title="space
character">space characters</span>. Extra constraints are placed on
what is and what is not allowed in text based on where the text is
to be put, as described in the other sections.</p>


<h5>Newlines</h5>
Expand Down Expand Up @@ -76754,8 +76759,8 @@ interface <dfn>MessagePort</dfn> {
U+9FFFE, U+9FFFF, U+AFFFE, U+AFFFF, U+BFFFE, U+BFFFF, U+CFFFE,
U+CFFFF, U+DFFFE, U+DFFFF, U+EFFFE, U+EFFFF, U+FFFFE, U+FFFFF,
U+10FFFE, and U+10FFFF are <span title="parse error">parse
errors</span>. (These are all control characters or permanently
undefined Unicode characters.)</p>
errors</span>. These are all control characters or permanently
undefined Unicode characters (noncharacters).</p>

<p>U+000D CARRIAGE RETURN (CR) characters and U+000A LINE FEED (LF)
characters are treated specially. Any CR characters that are
Expand Down

0 comments on commit bdeaf05

Please sign in to comment.