Closed
Bug 562073
Opened 13 years ago
Closed 11 years ago
implement box-lines property from css3-flexbox
Categories
(Core :: Layout, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 702508
People
(Reporter: giorgio.liscio, Unassigned)
Details
Attachments
(1 file)
603 bytes,
text/html
|
Details |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US; rv:1.9.3a5pre) Gecko/20100426 Minefield/3.7a5pre Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US; rv:1.9.3a5pre) Gecko/20100426 Minefield/3.7a5pre hi http://www.w3.org/TR/css3-flexbox/#propdef-box-lines parity webkit (-webkit-box-lines) Reproducible: Always
Comment 1•13 years ago
|
||
We're probably going to want to reimplement flexbox as it gets standardized; I don't see this happening before we do that.
Updated•13 years ago
|
Summary: implement box-lines for flexbox → implement box-lines property from css3-flexbox
Comment 2•12 years ago
|
||
The testcase uses an imaginary experimental property -moz-box-lines. I realize Bugzilla is not the place to evangelize. However seeing that things like rounded corners and shadows, though also experimental, are widely implemented I think it's fair to say that "CSS3 Flexboxes" have not gotten the attention it warrants, even though its significance can hardly be overstated. That is, if you're a web developer who's has had to put up with the madness of hacking up layouts with floats and absolute positioning! In order to build non-super-trivial layouts sanely, quickly and easily flexboxes are the way to go! Box-lines: multiple is the missing piece, because it's absence breaks usability (think small screens). Flexie a JS polyfill that makes flexboxes usable across browsers today, which for me presents nothing less than a revolution in the way I code web layouts. As a frontend web dev I'll argue that Flexboxes are the most important module of CSS3! Thanks, and I hope you'll excuse may non-implementation oriented comment...
Comment 4•11 years ago
|
||
The new draft has "flex-wrap: wrap", which corresponds to the old "box-lines: multiple". Firefox 18 with layout.css.flexbox.enabled set doesn't seem to recognize the "-moz-flex-wrap" property at all.
Updated•11 years ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 11 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•