Skip to content

Commit 510e190

Browse files
authored
[css-text-4] Only accept "none" as a standalone keyword for text-fit
Follow-up to #13616.
1 parent e2ca4ff commit 510e190

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

css-text-4/Overview.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9746,7 +9746,7 @@ Text fitting: the 'text-fit' property</h3>
97469746

97479747
<pre class="propdef">
97489748
Name: text-fit
9749-
Value: [ none | grow | shrink ] [consistent | per-line | per-line-all]? <<percentage>>?
9749+
Value: none | [ grow | shrink ] [ consistent | per-line | per-line-all ]? <<percentage>>?
97509750
Initial: none
97519751
Applies to: <a>block containers</a>
97529752
Inherited: no

0 commit comments

Comments
 (0)