[wpt-sync] Sync PR 47484 - Rename inset-area to position-area
Categories
(Core :: CSS Parsing and Computation, task, P4)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox131 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Attachments
(1 file)
|
257.37 KB,
text/plain
|
Details |
Sync web-platform-tests PR 47484 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/47484
Details from upstream follow.
Mason Freed <masonf@chromium.org> wrote:
Rename inset-area to position-area
Per the CSSWG, this property has been renamed:
https://github.com/w3c/csswg-drafts/issues/10209#issuecomment-2221005001
This does a mechanical rename:
inset-areatoposition-areainsetAreatopositionAreaInsetAreatoPositionAreainset_areatoposition_AreaAfter the mechanical rename, there were a handful of hand-fixups,
e.g. in cases where the old property (inset-area) needs to stay,
or in setting up feature access to both.This CL also adds a surrogate from
inset-areatoposition-area,
so that both names keep working. Separate runtime flags are created
to enable either of these property names. As-is,inset-areais
enabled for "stable", andposition-areais "experimental". And
finally, a virtual test suite is added that enablesinset-area
and disablesposition-areaand tests that the old WPTs still pass.
Note that the WPTs had to be slightly modified for their new copied
location within the VTS.Bug: 352333393
Change-Id: I92d3347ae109546a155771a21b5d6aee2a81391d
Reviewed-on: https://chromium-review.googlesource.com/5698212
WPT-Export-Revision: b0f7a2cadee0351f5016e75ca38cb5e0806f4c45
| Assignee | ||
Updated•1 year ago
|
| Assignee | ||
Comment 1•1 year ago
|
||
| Assignee | ||
Comment 2•1 year ago
|
||
| Assignee | ||
Comment 3•1 year ago
|
||
Comment 5•1 year ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/d48ca3a529c5
https://hg.mozilla.org/mozilla-central/rev/3603c963187a
Description
•