github web-platform-tests/wpt merge_pr_46603

latest releases: merge_pr_49470, epochs/three_hourly/2024-12-03_06H, epochs/six_hourly/2024-12-03_06H...
10 months ago

Make ::details-content be display:block when the

is open.

This (conditional on DetailsStyling being enabled) makes
::details-content be display:block all the time rather than only when
the

is closed.

This makes the pseudo-element substantially easier to use since many
styles do not work on display: contents, and having to use display:block
in order to use those styles leads to confusion.

Bug: 1469418
Change-Id: I504bfd1343a5c4109d3233a06c3b6818f8c16ca9
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5594192
Commit-Queue: David Baron dbaron@chromium.org
Reviewed-by: Joey Arhar jarhar@chromium.org
Cr-Commit-Position: refs/heads/main@{#1309657}

Don't miss a new wpt release

NewReleases is sending notifications on new releases.