Closed
Bug 1991968
Opened 4 months ago
Closed 4 months ago
[css-anchor-position-1] Rename `position-area` values with `x-self-*` and `y-self-*` to `self-x-*` and `self-y-*` order
Categories
(Core :: Layout, defect)
Core
Layout
Tracking
()
RESOLVED
FIXED
145 Branch
| Tracking | Status | |
|---|---|---|
| firefox145 | --- | fixed |
People
(Reporter: mozilla-apprentice, Assigned: jfkthame)
References
(Blocks 1 open bug)
Details
(Whiteboard: [anchorpositioning:m2], [wptsync upstream])
Attachments
(1 file)
A resolution was made for csswg-drafts/#12749.
[css-anchor-position-1] Inconsistent naming of `position-area` values
- RESOLVED: accept jfkthame's proposal in the issue
| Assignee | ||
Comment 1•4 months ago
|
||
The recently-accepted proposal was to rename eight of the position-area keyword values:
x-self-start -> self-x-start
x-self-end -> self-x-end
y-self-start -> self-y-start
y-self-end -> self-y-end
span-x-self-start -> span-self-x-start
span-x-self-end -> span-self-x-end
span-y-self-start -> span-self-y-start
span-y-self-end -> span-self-y-end
This should basically just be a mechanical change to the code and a bunch of corresponding tests.
Summary: [css-anchor-position-1] Inconsistent naming of `position-area` values → [css-anchor-position-1] Rename `position-area` values with `x-self-*` and `y-self-*` to `self-x-*` and `self-y-*` order
| Assignee | ||
Updated•4 months ago
|
Blocks: css-anchor-position-1
Whiteboard: [anchorpositioning:triage]
| Assignee | ||
Comment 2•4 months ago
|
||
Updated•4 months ago
|
Assignee: nobody → jfkthame
Status: NEW → ASSIGNED
Pushed by jkew@mozilla.com:
https://github.com/mozilla-firefox/firefox/commit/7ca713a43485
https://hg.mozilla.org/integration/autoland/rev/eb89d2df1bf1
Rename position-area keywords with {x,y}-self-{start,end} to use self-{x,y}-{start,end} per CSSWG resolution. r=layout-reviewers,firefox-style-system-reviewers,dshin
Updated•4 months ago
|
Points: --- → 1
Whiteboard: [anchorpositioning:triage] → [anchorpositioning:m2]
Comment 4•4 months ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 4 months ago
status-firefox145:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 145 Branch
Created web-platform-tests PR https://github.com/web-platform-tests/wpt/pull/55216 for changes under testing/web-platform/tests
Whiteboard: [anchorpositioning:m2] → [anchorpositioning:m2], [wptsync upstream]
Updated•3 months ago
|
QA Whiteboard: [qa-triage-done-c146/b145]
You need to log in
before you can comment on or make changes to this bug.
Description
•