@@ -663,13 +663,15 @@ Emphasis Mark Style: the 'text-emphasis-style' property</h3>
663
663
the shape keyword computes to ''circle'' in horizontal <a>typographic modes</a> and
664
664
''sesame'' in vertical <a>typographic modes</a> .</p>
665
665
666
- <p> The marks should be drawn using the element's font settings with its
667
- size scaled down to 50%. However, not all fonts have all these glyphs,
668
- and some fonts use inappropriate sizes for emphasis marks in these
669
- code points. The UA may opt to use a font known to be good for
670
- emphasis marks, or the marks may instead be synthesized by the UA.
671
- Marks must remain upright in vertical <a>typographic modes</a> : like CJK
672
- characters, they do not rotate to match the writing mode.</p>
666
+ <p> The marks should be drawn using the element's font settings
667
+ with the addition of the ''font-variant-east-asian/ruby'' feature
668
+ and the size scaled down 50%.
669
+ However, since not all fonts have all these glyphs,
670
+ and some fonts use inappropriate sizes for emphasis marks in these code points,
671
+ the UA may opt to use a font known to be good for emphasis marks,
672
+ or the marks may instead be synthesized by the UA.
673
+ Marks must remain upright in vertical <a>typographic modes</a> :
674
+ like CJK characters, they do not rotate to match the writing mode.
673
675
674
676
<p class="note">
675
677
One example of good fonts for emphasis marks is Adobe's opensource project,
@@ -789,7 +791,6 @@ Emphasis Mark Position: the 'text-emphasis-position' property</h3>
789
791
<img alt="Emphasis marks appear on the right of each emphasized character in vertical Japanese text."
790
792
title="Emphasis applied on the right of a fragment of Japanese text"
791
793
src="text-emphasis-v.gif" height="89" width="34">
792
-
793
794
<tr>
794
795
<td scope="row"> Mongolian
795
796
<tr>
@@ -994,4 +995,5 @@ Changes</h2>
994
995
<li> Added note to indicate that initial behavior of 'text-decoration-skip' with respect to leading and trailing spaces may change.
995
996
<li> Fixed “Computed value” line for 'text-shadow' .
996
997
<li> Various corrections to the default UA rules for 'text-emphasis-position' and 'text-underline-position' .
998
+ <li> Added rule to apply ''font-variant-east-asian/ruby'' to emphasis marks' font.
997
999
</ul>
0 commit comments