Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

> Cannot this be done with just floats

Every time a float is used a Servo dev gets another grey hair.

Jokes aside, floats are Ok, but they make parallel layout from very hard to optimize, to no better than just using a single thread.



Similarly to tables, floats were not created for layout and shouldn't be used for layout anymore.


Unless of course you're talking about laying out an image alongside text.


That's not page layout as we're talking about. That is one of the proper uses of float.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: