Skip to content

Commit 7396091

Browse files
committed
[css-text-decor-4] Allow text-decoration-skip-self combinations. #2885
1 parent 9bfc630 commit 7396091

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

css-text-decor-4/Overview.bs

+7-2
Original file line numberDiff line numberDiff line change
@@ -965,12 +965,12 @@ Skipping Spaces: the 'text-decoration-skip-self' property</h4>
965965

966966
<pre class="propdef">
967967
Name: text-decoration-skip-self
968-
Value: auto | skip-all | skip-underline | skip-overline | skip-line-through | no-skip
968+
Value: auto | skip-all | [ skip-underline || skip-overline || skip-line-through ] | no-skip
969969
Initial: auto
970970
Applies to: all elements
971971
Inherited: no
972972
Percentages: N/A
973-
Computed value: specified keyword(s)
973+
Computed value: specified keyword(s) except for ''text-decoration-skip-self/skip-all'', see below
974974
Animation type: discrete
975975
</pre>
976976

@@ -1018,6 +1018,11 @@ Skipping Spaces: the 'text-decoration-skip-self' property</h4>
10181018
to treat images as text when that is necessary,
10191019
for example when representing glyphs that are not encoded in Unicode.
10201020

1021+
The ''text-decoration-skip-self/skip-all'' keyword [=computed value|computes=]
1022+
to ''skip-underline skip-overline skip-line-through''.
1023+
Note, however, that this combination will <a href="https://www.w3.org/TR/cssom/#serializing-css-values">serialize</a>
1024+
as ''text-decoration-skip-self/skip-all'' (shortest serialization).
1025+
10211026
<h4 id="text-decoration-skip-box-property">
10221027
Skipping Spaces: the 'text-decoration-skip-box' property</h4>
10231028

0 commit comments

Comments
 (0)