Skip to content

Commit fea727f

Browse files
committed
Don't skip PUA
1 parent 07bb130 commit fea727f

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

css3-text/Overview.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 27 April 2011</h2>
8989
<dt>This version:
9090

9191
<dd><a href="http://dev.w3.org/csswg/css3-text/Overview.html">$Date:
92-
2011/04/27 03:37:07 $ (CVS $Revision$)</a> <!--
92+
2011/04/27 03:40:05 $ (CVS $Revision$)</a> <!--
9393
<dd><a href="http://www.w3.org/TR/2011/WD-css3-text-20110427/">http://www.w3.org/TR/2011/WD-css3-text-20110427/</a></dd>
9494
-->
9595

@@ -5402,8 +5402,8 @@ <h4 id=text-emphasis-skip><span class=secno>11.2.5. </span> Emphasis Mark
54025402
<dt><dfn id=normal6 title="text-emphasis-skip:normal">&lsquo;<code
54035403
class=css>normal</code>&rsquo;</dfn>
54045404

5405-
<dd>Skip spaces (Z*), control characters (C*) and all punctuation (P*)
5406-
except # (U+0023), &amp; (U+0026), and the various
5405+
<dd>Skip spaces (Z*), control characters (Cc, Cf, Cn, Cs) and all
5406+
punctuation (P*) except # (U+0023), &amp; (U+0026), and the various
54075407
per-cent/per-mille/per-ten-thousand signs (U+0025, U+0609, U+060A,
54085408
U+066A, U+2030, U+2031).
54095409

css3-text/Overview.src.html

+4-4
Original file line numberDiff line numberDiff line change
@@ -4104,10 +4104,10 @@ <h4 id="text-emphasis-skip">
41044104

41054105
<dl>
41064106
<dt><dfn title="text-emphasis-skip:normal">''normal''</dfn></dt>
4107-
<dd>Skip spaces (Z*), control characters (C*) and
4108-
all punctuation (P*) except # (U+0023), &amp; (U+0026), and the various
4109-
per-cent/per-mille/per-ten-thousand signs (U+0025, U+0609, U+060A,
4110-
U+066A, U+2030, U+2031).</dd>
4107+
<dd>Skip spaces (Z*), control characters (Cc, Cf, Cn, Cs) and
4108+
all punctuation (P*) except # (U+0023), &amp; (U+0026), and
4109+
the various per-cent/per-mille/per-ten-thousand signs
4110+
(U+0025, U+0609, U+060A, U+066A, U+2030, U+2031).</dd>
41114111
<dt><dfn title="text-emphasis-skip:keep-punctuation">''keep-punctuation''</dfn></dt>
41124112
<dd>Don't skip punctuation (Zs).</dd>
41134113
<dt><dfn title="text-emphasis-skip:keep-spaces">''keep-spaces''</dfn></dt>

0 commit comments

Comments
 (0)