Skip to content

Commit

Permalink
Make line-clamp tests non-tentative when both alternatives agree
Browse files Browse the repository at this point in the history
Currently the specification of `line-clamp` uses a variant called
`continue: discard`, but there is an alternative called
`continue: collapse` (see w3c/csswg-drafts#7708), which is being
implemented in Chrome. A number of tests were added to test this
`collapse` alternative, marked as tentative. This patch makes some of
those tests non-tentative, in cases when both of the alternatives
agree.

The agreement of both variants is according to the spec as it exists
right now, independent of yesterday's CSSWG resolutions. A follow-up
patch will make further tests non-tentative to account for those
resolutions.
  • Loading branch information
andreubotella authored and frivoal committed Jun 14, 2024
1 parent 9867680 commit 81c702f
Show file tree
Hide file tree
Showing 8 changed files with 0 additions and 0 deletions.

0 comments on commit 81c702f

Please sign in to comment.