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}