servo/components/config
Patrick Walton cdec48328e Place floats in layout 2020, but don't flow text around the floats yet.
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.
2023-06-03 06:09:21 +02:00
..
tests Embedding API: prefs r/w 2020-06-10 09:38:13 +02:00
basedir.rs Update font-kit. 2022-04-01 01:00:18 -04:00
Cargo.toml Start the transition to workspace dependencies 2023-05-17 11:59:35 +02:00
lib.rs move servo_version from config crate to ports/libsimpleservo/api/src/lib.rs and duplicate in ports/winit/main2.rs 2022-03-06 01:43:46 +01:00
opts.rs Clean up debug options 2023-05-01 14:09:28 +02:00
pref_util.rs Fix warnings introduced in newer Rust Nightly 2021-02-25 15:36:03 +01:00
prefs.rs Place floats in layout 2020, but don't flow text around the floats yet. 2023-06-03 06:09:21 +02:00