You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: css-text-decor-3/Overview.bs
+8-5Lines changed: 8 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -23,6 +23,9 @@ Link Defaults: css-color-3 (property) color
23
23
Use <i> Autolinks: yes
24
24
</pre>
25
25
26
+
<pre class="link-defaults">
27
+
spec:css-break-3; type:dfn; text:fragment
28
+
</pre>
26
29
27
30
<h2 id="intro">
28
31
Introduction</h2>
@@ -84,7 +87,7 @@ Line Decoration: Underline, Overline, and Strike-Through</h2>
84
87
(see <a href="https://www.w3.org/TR/CSS21/visuren.html#anonymous-block-level">CSS2.1 section 9.2.1.1</a>).
85
88
When specified on or propagated to a <a>block container</a> that establishes an <a>inline formatting context</a>,
86
89
the decorations are propagated to an <a>anonymous</a> inline box that wraps all the <a>in-flow</a><a>inline-level</a> children of the <a>block container</a>.
87
-
When specified on or propagated to a <a>ruby box</a>,
90
+
When specified on or propagated to a <a>ruby container</a>,
88
91
the decorations are propagated only to the <a>ruby base</a>.
89
92
For all other box types,
90
93
the decorations are propagated to all in-flow children.
@@ -654,8 +657,8 @@ Emphasis Mark Style: the 'text-emphasis-style' property</h3>
654
657
which is specially designed for the emphasis marks.
655
658
</p>
656
659
657
-
<p>The marks are drawn once for each <i>character</i>. However,
658
-
emphasis marks are not drawn for characters that are:</p>
660
+
<p>The marks are drawn once for each <a>typographic character unit</a>.
661
+
However, emphasis marks are not drawn for <a>characters</a> that are:
659
662
<ul>
660
663
<li><a href="https://www.w3.org/TR/css3-text/#word-separator">Word separators</a> or that
661
664
belong to the Unicode separator classes (Z*).
@@ -713,7 +716,7 @@ Emphasis Mark Position: the 'text-emphasis-position' property</h3>
713
716
</pre>
714
717
715
718
<p>This property describes where emphasis marks are drawn at.
716
-
If ''[ right | left ]'' is omitted, it defaults to ''right''.
719
+
If ''[ right | left ]'' is omitted, it defaults to ''text-emphasis-position/right''.
0 commit comments