Skip to content

Commit

Permalink
[css-inline-3] Rewording of shorthand expansion
Browse files Browse the repository at this point in the history
  • Loading branch information
cdoublev committed Aug 6, 2024
1 parent cd55aea commit ede9443
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions css-inline-3/Overview.bs
Original file line number Diff line number Diff line change
Expand Up @@ -1375,10 +1375,10 @@ Shorthand for Text Box Trimming: the 'text-box' property</h3>
in a single declaration.

If the single keyword ''text-box-edge/normal'' is specified,
it sets 'text-box-trim' to ''text-box-trim/none''
and 'text-box-edge' to ''text-box-edge/auto''.
it resets 'text-box-trim' to ''text-box-trim/none''
to their initial value (''text-box-trim/none'' and ''text-box-edge/auto'').
Otherwise, omitting the 'text-box-trim' value sets it to ''text-box-trim/both'' (not the initial value),
while omitting the 'text-box-edge' value sets it to ''text-box-edge/auto'' (the initial value).
while omitting the 'text-box-edge' value sets it to ''text-box-edge/auto''.

ISSUE(8067): We should rename the 'text-box-trim' values to add ''trim-*'' prefixes.
This would make the shorthand clearer,
Expand Down

0 comments on commit ede9443

Please sign in to comment.