File tree 1 file changed +7
-2
lines changed
1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -965,12 +965,12 @@ Skipping Spaces: the 'text-decoration-skip-self' property</h4>
965
965
966
966
<pre class="propdef">
967
967
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
969
969
Initial : auto
970
970
Applies to : all elements
971
971
Inherited : no
972
972
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
974
974
Animation type : discrete
975
975
</pre>
976
976
@@ -1018,6 +1018,11 @@ Skipping Spaces: the 'text-decoration-skip-self' property</h4>
1018
1018
to treat images as text when that is necessary,
1019
1019
for example when representing glyphs that are not encoded in Unicode.
1020
1020
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
+
1021
1026
<h4 id="text-decoration-skip-box-property">
1022
1027
Skipping Spaces: the 'text-decoration-skip-box' property</h4>
1023
1028
You can’t perform that action at this time.
0 commit comments