mirror of
https://github.com/servo/servo.git
synced 2025-06-21 23:59:00 +01:00
This commit puts floats behind the `layout.floats.enabled` pref, because of the following issues and unimplemented features: * Inline formatting contexts don't take floats into account, so text doesn't flow around the floats yet. * Non-floated block formatting contexts don't take floats into account, so BFCs can overlap floats. * Block formatting contexts that contain floats don't expand vertically to contain all the floats. That is, floats can stick out the bottom of BFCs, contra spec. |
||
---|---|---|
.. | ||
tests | ||
basedir.rs | ||
Cargo.toml | ||
lib.rs | ||
opts.rs | ||
pref_util.rs | ||
prefs.rs |