servo/components/style/values
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
..
animated style: Implement transform: perspective(none) 2023-05-24 18:32:43 +02:00
computed Place floats in layout 2020, but don't flow text around the floats yet. 2023-06-03 06:09:21 +02:00
generics style: Tweak the serialization of rotate property 2023-05-31 00:50:30 +02:00
resolved Further changes required by Servo 2023-05-24 18:32:36 +02:00
specified style: Remove other Widget* colors 2023-05-31 00:50:36 +02:00
distance.rs style: Drop fallback attribute from animate and distance. 2020-04-16 16:35:07 +02:00
mod.rs style: Part 1: Add animation-timeline longhand property in style system 2023-05-30 23:26:04 +02:00