Code-Review | +1 |
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Exportable changes to web-platform-tests were detected in this CL and a pull request in the upstream repo has been made: https://github.com/web-platform-tests/wpt/pull/54574.
When this CL lands, the bot will automatically merge the PR on GitHub if the required GitHub checks pass; otherwise, ecosystem-infra@ team will triage the failures and may contact you.
WPT Export docs:
https://chromium.googlesource.com/chromium/src/+/main/docs/testing/web_platform_tests.md#Automatic-export-process
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Code-Review | +1 |
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
[line-clamp] Implement the `block-ellipsis` longhand
Previously, when making `line-clamp` a shorthand property
(https://crrev.com/c/6760402), we purposefully didn't implement the
`block-ellipsis` longhand. This is because there was an ambiguity in
the shorthand's syntax, and the way to resolve that seemed to be to
remove the `none` keyword for `block-ellipsis`. However, since we were
not planning to ship `block-ellipsis: <string>` at first, this would
leave that property being useless in our implementation, since it
would only have one possible value.
However, the CSSWG has resolved to instead rename the `none` keyword
to `block-ellipsis: no-ellipsis` (bug 440063559). This removes the
blocker for implementing this property in Chromium (since now it has
two possible values: `auto` and `no-ellipsis`), and so this CL
implements it.
This patch also fixes and adds some related WPT tests.
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
The WPT PR for this CL has been merged upstream! https://github.com/web-platform-tests/wpt/pull/54574
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |