Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upImplement `min-width` and `max-width` #783
Comments
|
Is anybody working on this? or I'll try to implement this. |
|
I am not aware of any prior work. |
For #783, only for block flow. I'll do the things for other flows as well. r? @SimonSapin, @metajack
For #783, only for block flow. I'll do the things for other flows as well. r? @SimonSapin, @metajack
|
Needed for #1366. |
|
We still need to implement For non-replaced elements, the algorithm is the same: calculate width normally; if it is greater than max-width, re-calculate using max-width, etc. So, all we would need to do further for non-replaced elements is make
|
|
I didn't notice any problems in Acid2 related to this. Is this done enough to move off the milestone? |
|
.picture p { position: fixed; margin: 0; padding: 0; border: 0; top: 9em; left: 11em; width: 140%; max-width: 4em; height: 8px; min-height: 1em; max-height: 2mm; /* min-height overrides max-height, see 10.7 \
*/ background: black; border-bottom: 0.5em yellow solid; }I think replaced elements with an intrinsic ratio still need to be handled in the long-term. |
|
Work still left to do in general (not for Acid2): |
|
I think we should close this in favor of more specific bugs. |
Needed for Acid2 line 1.