Skip to content

Commit

Permalink
[css-text-4] Clamp then balance
Browse files Browse the repository at this point in the history
see #9310
  • Loading branch information
frivoal committed May 29, 2024
1 parent bc815b4 commit 32dee03
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions css-text-4/Overview.bs
Original file line number Diff line number Diff line change
Expand Up @@ -5487,6 +5487,10 @@ Selecting How to Wrap: the 'text-wrap-style' property</h3>
Missing test:
* tests for values other than balance
* tests for
<q>If the element is affected by 'line-clamp',
the claming effect is applied first,
then the remaining lines are balanced.</q>
* Direct tests of this property as a longhand"></wpt>

<pre class="propdef">
Expand Down Expand Up @@ -5578,6 +5582,9 @@ Selecting How to Wrap: the 'text-wrap-style' property</h3>

Groups of lines separated by a [=forced line break=]
are processed separately.
If the element is affected by 'line-clamp',
the claming effect is applied first,

This comment has been minimized.

Copy link
@jfkthame

jfkthame May 29, 2024

Contributor

typo: 'claming' (also at line 5492 above)

This comment has been minimized.

Copy link
@frivoal

frivoal May 30, 2024

Author Collaborator

Thanks. Fixed.

then the remaining lines are balanced.

<wpt>
white-space/text-wrap-balance-004.html
Expand Down

1 comment on commit 32dee03

@simevidas
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is it claming effect of clamping effect?

Please sign in to comment.