[css-logical] Implement the inset/inset-block/inline shorthands
Categories
(Core :: CSS Parsing and Computation, enhancement, P3)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox66 | --- | fixed |
People
(Reporter: MatsPalmgren_bugz, Assigned: MatsPalmgren_bugz)
Details
(Keywords: dev-doc-complete)
Attachments
(2 files)
| Assignee | ||
Comment 1•7 years ago
|
||
To my surprise, this doesn't fix the logical-box-inset.html failures
like the padding/margin patches did. I couldn't really find anything
wrong with the test though. I checked that these shorthands works as
intended in devtools though, fwiw.
Comment 2•7 years ago
|
||
Comment 3•7 years ago
|
||
Updated•7 years ago
|
| Assignee | ||
Comment 5•7 years ago
|
||
(In reply to Emilio Cobos Álvarez (:emilio) from comment #3)
You were missing the 'inset' shorthand. I submitted a separate patch for
that, so this looks good to me.
I didn't intend to fix 'inset' in this bug, but yeah, the failures at
the start in the .ini file are about 'inset', not 'inset-block/inline'
as I mistakenly thought in comment 1.
| Assignee | ||
Comment 6•7 years ago
|
||
I'll send an intent-to-ship about all of these in a moment FYI.
| Assignee | ||
Comment 7•7 years ago
|
||
Comment 8•7 years ago
|
||
| bugherder | ||
Updated•7 years ago
|
Comment 10•7 years ago
|
||
| bugherder | ||
Comment 11•7 years ago
|
||
Docs completed; Rachel Andrew created the docs a while ago.
I've now submitted a PR to update the compat data too:
https://github.com/mdn/browser-compat-data/pull/3706
I also added a note to the Fx66 rel notes:
https://developer.mozilla.org/en-US/docs/Mozilla/Firefox/Releases/66#CSS
Description
•