Closed Bug 1924088 Opened 1 year ago Closed 6 months ago

Resolve ambiguous/unspecified keywords for `position-area`

Categories

(Core :: Layout: Positioned, enhancement)

enhancement

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)
Blocks: 1909336
No longer blocks: 1924084
Summary: Resolve author-specified keywords for `position-area` → Resolve ambiguous/unspecified keywords for `position-area`
Whiteboard: [anchorpositioning:m1]

Note that I've taken bug 1924086, so likely I'll take this too.

Whiteboard: [anchorpositioning:m1] → [anchorpositioning:m2]
No longer blocks: 1909336

We don't need a separate bug for this.

Status: NEW → RESOLVED
Closed: 6 months ago
Resolution: --- → WONTFIX
Whiteboard: [anchorpositioning:m2]
You need to log in before you can comment on or make changes to this bug.