Skip to content

Commit 127c076

Browse files
committed
[css-text-decor-4] Fix links/markup
1 parent a30af53 commit 127c076

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

css-text-decor-4/Overview.bs

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ Issue Tracking: Tracker http://www.w3.org/Style/CSS/Tracker/products/10
1212
Editor: Elika J. Etemad / fantasai, Invited Expert, http://fantasai.inkedblade.net/contact, w3cid 35400
1313
Editor: Koji Ishii, Google, kojiishi@gmail.com, w3cid 45369
1414
Abstract: This module contains the features of CSS relating to text decoration, such as underlines, text shadows, and emphasis marks.
15-
Link Defaults: css-color-3 (property) color, css-break-3 (dfn) fragment
1615
</pre>
1716

1817
<pre class="link-defaults">
@@ -83,7 +82,7 @@ Line Decoration: Underline, Overline, and Strike-Through</h2>
8382
The following properties describe line decorations that are added to the content of an element.
8483
When specified on or propagated to an <a>inline box</a>,
8584
that <a>box</a> becomes a <dfn>decorating box</dfn> for that decoration,
86-
applying the decoration to all its <a>fragments</a>.
85+
applying the decoration to all its <a>box fragments</a>.
8786
The decoration is then further propagated to any <a>in-flow</a> <a>block-level</a> boxes that split the inline
8887
(see <a href="https://www.w3.org/TR/CSS21/visuren.html#anonymous-block-level">CSS2.1 section 9.2.1.1</a>).
8988
When specified on or propagated to a <a>block container</a> that establishes an <a>inline formatting context</a>,
@@ -345,7 +344,7 @@ Text Decoration Line Thickness: the 'text-decoration-thickness' property</h3>
345344
Note: A length will inherit as a fixed value,
346345
and will not scale with the font.
347346

348-
<dt><dfn><<percentage>>
347+
<dt><dfn><<percentage>></dfn>
349348
<dd>
350349
<p>Specifies the thickness of text decoration lines as a percentage of ''1em''.
351350
The UA must floor the actual value at one device pixel.
@@ -393,7 +392,7 @@ Determining the Position and Thickness of Line Decorations</h3>
393392
<a>over</a> EM-box edge
394393
of the <a>considered text</a>.
395394

396-
<dt><a>alphabetic</a> underlines
395+
<dt>alphabetic underlines
397396
<dd>
398397
The alphabetic underline position is calculated by taking
399398
the ideal offset (from the alphabetic baseline) of each run of <a>considered text</a>,

0 commit comments

Comments
 (0)