[css-logical] Implement the flow-relative border-radius properties
Categories
(Core :: CSS Parsing and Computation, enhancement, P3)
Tracking
()
Tracking | Status | |
---|---|---|
firefox66 | --- | fixed |
People
(Reporter: MatsPalmgren_bugz, Assigned: MatsPalmgren_bugz)
References
Details
(Keywords: dev-doc-complete)
Attachments
(2 files)
8.43 KB,
patch
|
emilio
:
review+
|
Details | Diff | Splinter Review |
17.44 KB,
patch
|
emilio
:
review+
|
Details | Diff | Splinter Review |
Assignee | ||
Comment 1•6 years ago
|
||
Assignee | ||
Comment 2•6 years ago
|
||
Comment 3•6 years ago
|
||
Updated•6 years ago
|
Assignee | ||
Comment 4•6 years ago
|
||
Updated•6 years ago
|
Comment 6•6 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/c39aa6dfd458
https://hg.mozilla.org/mozilla-central/rev/2406b20fb105
Updated•6 years ago
|
Comment 8•6 years ago
|
||
Docs completed; Rachel Andrew created the docs a while ago, and recently updated the compat data too:
https://developer.mozilla.org/en-US/docs/Web/CSS/border-end-end-radius#Browser_compatibility
https://developer.mozilla.org/en-US/docs/Web/CSS/border-end-start-radius#Browser_compatibility
https://developer.mozilla.org/en-US/docs/Web/CSS/border-start-end-radius#Browser_compatibility
https://developer.mozilla.org/en-US/docs/Web/CSS/border-start-start-radius#Browser_compatibility
I also added a note to the Fx66 rel notes:
https://developer.mozilla.org/en-US/docs/Mozilla/Firefox/Releases/66#CSS
Comment 9•4 years ago
|
||
https://developer.mozilla.org/en-US/docs/Web/CSS/border-start-end-radius says
For instance, in a horizontal-tb writing mode this property corresponds to the border-bottom-left-radius property.
Actually, in horizontal-tb ltr, it corresponds to border-top-right-radius.
https://developer.mozilla.org/en-US/docs/Web/CSS/border-end-start-radius is also wrong.
Not surprising, since the spec doesn't define the mapping: https://github.com/w3c/csswg-drafts/issues/3034
Description
•