-
Notifications
You must be signed in to change notification settings - Fork 0
ACID2 Status
This is based on output from pcwalton's branch, which has everything but the fixed-layout tables support: http://i.imgur.com/LzGnixV.png
Note that fixed layout shrinks the height of those bottom two elements: http://imgur.com/OegjAao
- scalp needs stacking contexts to get fixed/absolute positioning working (pcwalton)
- pseudo-element PR to get the nose working (hyunejunkim - https://github.com/mozilla/servo/pull/1974)
- auto table-layout to get the chin fixed (june0cho - no issue, personal branch)
- bug at the bottom with a visible RED element that should be invisible (PR available - https://github.com/mozilla/servo/pull/1919/ )
-
pcwalton’s tracking-gist https://gist.github.com/pcwalton/9557836
-
ACID2 meta bug https://github.com/mozilla/servo/issues/1366
-
Absolutes are not shrinking to fit properly (line 2): https://github.com/mozilla/servo/issues/1900
-
Nose border not rendered properly: https://github.com/mozilla/servo/issues/1902 (dupe of pseudo-elements, https://github.com/mozilla/servo/issues/1511)
-
Margin collapse is wrong for the ACID2 smile (rows 10 and 11) https://github.com/mozilla/servo/issues/1897
-
.picture p + table + p rule is adding an extra display list in acid2 https://github.com/mozilla/servo/issues/1899
-
Line height not set correctly in Acid2 row 12 (chin) https://github.com/mozilla/servo/issues/1904
-
ACID2: anonymous table cells not being laid out correctly (line 12) https://github.com/mozilla/servo/issues/1981