Closed
Bug 1464786
Opened 7 years ago
Closed 6 years ago
[css-logical] Flow-Relative Values for the "resize" Property
Categories
(Core :: CSS Parsing and Computation, enhancement, P3)
Core
CSS Parsing and Computation
Tracking
()
RESOLVED
FIXED
mozilla63
Tracking | Status | |
---|---|---|
firefox63 | --- | fixed |
People
(Reporter: rego, Assigned: xidorn)
References
(Blocks 1 open bug)
Details
(Keywords: dev-doc-complete)
Attachments
(1 file)
Spec: https://drafts.csswg.org/css-logical-1/#resize
This is the only thing Firefox misses from the section:
2. Flow-Relative Values: block-start, block-end, inline-start, inline-end
It'd be nice to add support for "block" and "inline" values
for "resize" property.
Reporter | ||
Updated•7 years ago
|
Blocks: css-logical-props
Updated•7 years ago
|
Priority: -- → P3
Assignee | ||
Updated•6 years ago
|
Assignee: nobody → xidorn+moz
Status: UNCONFIRMED → NEW
Ever confirmed: true
Assignee | ||
Comment 1•6 years ago
|
||
Assignee | ||
Comment 2•6 years ago
|
||
I've verified that this passes the tests being synced in bug 1481230 (and thus we need to remove the .ini meta file when we land this patch).
Comment 3•6 years ago
|
||
Comment on attachment 8998414 [details]
Bug 1464786 - Implement flow-relative values for resize property. r?emilio
Emilio Cobos Álvarez (:emilio) has approved the revision.
Attachment #8998414 -
Flags: review+
Pushed by xquan@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/90c38021b804
Implement flow-relative values for resize property. r=emilio
Updated•6 years ago
|
Keywords: dev-doc-needed
Comment 5•6 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 6 years ago
status-firefox63:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla63
Comment 6•6 years ago
|
||
I have updated the documentation for this property to add the values.
PRs need to be merged and pushed to MDN for the compat data: https://github.com/mdn/browser-compat-data/pull/2712
Also for the formal syntax: https://github.com/mdn/data/pull/281
A review of this work is appreciated - thank you!
Flags: needinfo?(xidorn+moz)
Updated•6 years ago
|
Keywords: dev-doc-needed → dev-doc-complete
You need to log in
before you can comment on or make changes to this bug.
Description
•