Skip to content

Commit 88d526f

Browse files
authored
css-text: text-fit should inherit (w3c#13965)
It should be inherited like other text-* properties in order to apply it to anonymous blocks.
1 parent 0ccb3ca commit 88d526f

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
@@ -9749,7 +9749,7 @@ Text fitting: the 'text-fit' property</h3>
97499749
Value: [ none | grow | shrink ] [consistent | per-line | per-line-all]? <<percentage>>?
97509750
Initial: none
97519751
Applies to: <a>block containers</a>
9752-
Inherited: no
9752+
Inherited: yes
97539753
Percentages: N/A
97549754
Computed value: specified keywords or computed <<percentage>> value
97559755
Canonical order: per grammar

0 commit comments

Comments
 (0)