github web-platform-tests/wpt merge_pr_46269

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

Rename position-anchor:implicit to position-anchor:auto

This was resolved here:

w3c/csswg-drafts#10312 (comment)

and will be added to the spec shortly.

This is observable, but barely. After this CL, implicit won't be a
valid value for position-anchor, so it'll resolve to the default
value of auto. Meaning the behavior will be the same. But via the
CSSOM, getComputedStyle(element).positionAnchor will now return "auto"
instead of "implicit".

Fixed: 340206288
Change-Id: I75b05310638dca70aa6aa8807da8cfe7c9624a32
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5540275
Reviewed-by: Rune Lillesveen futhark@chromium.org
Commit-Queue: Mason Freed masonf@chromium.org
Cr-Commit-Position: refs/heads/main@{#1301585}

Don't miss a new wpt release

NewReleases is sending notifications on new releases.