Closed
Bug 1924088
Opened 1 year ago
Closed 6 months ago
Resolve ambiguous/unspecified keywords for `position-area`
Categories
(Core :: Layout: Positioned, enhancement)
Core
Layout: Positioned
Tracking
()
RESOLVED
WONTFIX
People
(Reporter: dshin, Unassigned)
Details
e.g. position-area(top left) picks the upper left of the anchor grid area.
Need to handle ambiguity as follows:
- 2 keywords given, one ambiguous: Ambiguous keyword refers to the opposite of the unambiguous one
- 2 keywords given, both ambiguous:
position-area(span-all center), in which case it's resolved in the order of block/inline. - 1 keyword given, unambiguous: Opposite axis is
span-all - 1 keyword given, ambiguous: Duplicated e.g.
position-area(center)==position-area(center center)
| Reporter | ||
Updated•1 year ago
|
Updated•1 year ago
|
Summary: Resolve author-specified keywords for `position-area` → Resolve ambiguous/unspecified keywords for `position-area`
Updated•1 year ago
|
Whiteboard: [anchorpositioning:m1]
Comment 1•1 year ago
•
|
||
Note that I've taken bug 1924086, so likely I'll take this too.
Updated•11 months ago
|
Whiteboard: [anchorpositioning:m1] → [anchorpositioning:m2]
Comment 2•6 months ago
|
||
We don't need a separate bug for this.
Status: NEW → RESOLVED
Closed: 6 months ago
Resolution: --- → WONTFIX
Updated•6 months ago
|
Whiteboard: [anchorpositioning:m2]
You need to log in
before you can comment on or make changes to this bug.
Description
•