layout: Consider relatively positioned blocks as possible block

formatting contexts, and translate floats out of block formatting
contexts.

These improve Reddit.
This commit is contained in:
Patrick Walton 2014-09-24 21:54:47 -07:00
parent 8668e67a6b
commit fffc7aaf38
5 changed files with 57 additions and 17 deletions

View file

@ -0,0 +1,7 @@
<!DOCTYPE html>
<html>
<body>
<div style="float: left;">4913</div>
<div style="overflow: hidden; position: relative;">RIP Richard Kiel</div>
</body>
</html>