Skip to content

Commit 977de16

Browse files
committed
[css-text-decor-4] Fix error wrt percentages in Computed Value lines w3c#10044
1 parent 149f6f5 commit 977de16

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

css-text-decor-4/Overview.bs

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,7 @@ Text Decoration Line Thickness: the 'text-decoration-thickness' property</h3>
325325
Applies to: all elements
326326
Inherited: no
327327
Percentages: N/A
328-
Computed value: specified keyword or absolute length
328+
Computed value: as specified, with <<length-percentage>> values computed
329329
Animation type: by computed value
330330
</pre>
331331

@@ -659,7 +659,7 @@ Text Underline Offset: the 'text-underline-offset' property</h3>
659659
Applies to: all elements
660660
Inherited: yes
661661
Percentages: N/A
662-
Computed value: specified keyword or absolute length
662+
Computed value: as specified, with <<length-percentage>> values computed
663663
Animation type: by computed value
664664
</pre>
665665

@@ -2165,10 +2165,12 @@ Changes since the 4 May 2022 Working Draft</h3>
21652165
<li>Redefined [=spacers=] for 'text-decoration-skip-spaces' to reference [=Unicode General Category=] <code>Zs</code>
21662166
and to only additionally include word separators when skipping all spaces.
21672167
(<a href="https://github.com/w3c/csswg-drafts/issues/5249">Issue 5249</a>)
2168-
<li>Miscellaneous minor clarifications.
2169-
<li>Disallowed ''grammar-error'' and ''spelling-error' from being influenced by
2168+
<li>Disallowed ''grammar-error'' and ''spelling-error'' from being influenced by
21702169
the other <a>sub-properties</a> of 'text-decoration',
21712170
as well any other properties typically affecting the appearance of line decorations.
2171+
<li>Fixed errors in Computed Value lines.
2172+
(<a href="https://github.com/w3c/csswg-drafts/issues/10044">Issue 10044</a>)
2173+
<li>Miscellaneous minor clarifications.
21722174
</ul>
21732175

21742176
<h3 class="no-num" id="changes-2020">

0 commit comments

Comments
 (0)