Skip to content

Commit 7c1f3f9

Browse files
committed
[css-text-decor] Fix parallelism
1 parent 843318e commit 7c1f3f9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

css-text-decor/Overview.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1045,7 +1045,7 @@ <h3 id=line-position><span class=secno>2.7. </span> Determining the
10451045
descendant—that draws the text decoration. However, descendants of the
10461046
<i>decorating element</i> that are skipped due to ‘<a
10471047
href="#text-decoration-skip"><code
1048-
class=property>text-decoration-skip</code></a>’, inline elements with
1048+
class=property>text-decoration-skip</code></a>’, descendant inlines with
10491049
<code class=css>text-decoration-skip: ink</code>’, and any
10501050
descendants that do not participate in the <i>decorating element</i>’s
10511051
inline formatting context are excluded from consideration.

css-text-decor/Overview.src.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -692,7 +692,7 @@ <h3 id="line-position">
692692
draws the text decoration.
693693
However, descendants of the <i>decorating element</i>
694694
that are skipped due to 'text-decoration-skip',
695-
inline elements with ''text-decoration-skip: ink'',
695+
descendant inlines with ''text-decoration-skip: ink'',
696696
and any descendants that do not participate in the <i>decorating element</i>’s inline formatting context
697697
are excluded from consideration.
698698

0 commit comments

Comments
 (0)