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 upAbsolutes are not shrinking to fit properly in Acid2 #1900
Closed
Labels
Milestone
Comments
|
@pcwalton I believe it is because of #1708
width + margin_left + margin_right + padding_left + padding_right + self.border.get().left + self.border.get().rightas the value for the content width o_0 So, for the blockquote in acid2.html, we get shrink-to-fit width as width of float kid + our margin + our border @SimonSapin suggested using http://dev.w3.org/csswg/css-sizing/#max-content-measuremax-measuremax-content-size as reference for the min and pref width calculation because it is more precise than the CSS 2.1 reference. |
|
Fixed. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Line 2 blockquote problem in Acid2.
/cc @pradeep90