Implement parsing of CSS 'position-try-options' property
Categories
(Core :: CSS Parsing and Computation, enhancement)
Tracking
()
People
(Reporter: jwatt, Assigned: jwatt)
References
Details
(Whiteboard: [anchorpositioning:m1])
Attachments
(3 files)
| Assignee | ||
Comment 1•1 year ago
|
||
| Assignee | ||
Comment 2•1 year ago
|
||
Depends on D212335
| Assignee | ||
Comment 3•1 year ago
|
||
Emilio, is there somehow a way to preserve the order of flags when #[css(bitflags is used to store them? I'm using bitflags for PositionTryOptionsTryTactic, but when test_valid_value is called in position-try-options-parsing.html, an argument for serializedValue is not passed, which means that the canonical order of the keywords is expected to be the order in which they were specified.
This must mean that Chrome supports preserving keyword ordering, and I'm guessing we've encountered this issue before.
Comment 4•1 year ago
|
||
No, the right thing to do is serializing in the canonical ordering. Canonical ordering is the order in which they appear in the CSS spec. If chrome is serializing using specified order instead of canonical, it's a bug in chrome.
| Assignee | ||
Updated•1 year ago
|
Comment 5•1 year ago
|
||
Updated•1 year ago
|
Comment 7•1 year ago
|
||
| bugherder | ||
Comment 9•1 year ago
|
||
| bugherder | ||
| Assignee | ||
Updated•1 year ago
|
| Assignee | ||
Updated•1 year ago
|
Updated•1 year ago
|
Description
•