Skip to content

Commit dbfa0af

Browse files
committed
Update text-emphasis to exclude word separator characters and mark punctuation as an issue
1 parent 98785f0 commit dbfa0af

1 file changed

Lines changed: 7 additions & 3 deletions

File tree

css3-text/Overview.src.html

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3096,13 +3096,17 @@ <h4 id="text-emphasis-style"><span class="secno">8.2.1</span>
30963096
<p>The marks are drawn once for each grapheme cluster. However,
30973097
emphasis marks are not drawn for a grapheme cluster consisting of:</p>
30983098
<ul>
3099-
<li>Characters for which ruby is drawn in the same position.</li>
3100-
<li>Characters belonging to the Unicode separator classes (Z*).
3099+
<li>Characters for which ruby is drawn in the same position as
3100+
the emphasis mark.</li>
3101+
<li><a href="#word-separator">Word separators</a> or characters
3102+
belonging to the Unicode separator classes (Z*).
31013103
(But note that emphasis marks <em>are</em> drawn for a space
31023104
that combines with any combining characters.)</li>
31033105
<li>Characters belonging to the Unicode classes for control codes
31043106
and unassigned characters (Cc, Cf, Cn).</li>
3105-
<li><span class="issue">Anything else?</span></li>
3107+
<li><span class="issue">Anything else? Probably need to exclude
3108+
punctuation, but which punctuation exactly? Can we determine
3109+
that Unicode-wide?</span></li>
31063110
</ul>
31073111

31083112
<h4 id="text-emphasis-color"><span class="secno">8.2.2</span>

0 commit comments

Comments
 (0)