mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
Layout 2020: Remove the floats preference
Enable floats always. It doesn't make sense to have this preference as it's a basic feature of an experimental layout engine.
This commit is contained in:
parent
9260683b5f
commit
ae819d690e
135 changed files with 37 additions and 315 deletions
|
@ -445,9 +445,6 @@ mod gen {
|
|||
flexbox: {
|
||||
enabled: bool,
|
||||
},
|
||||
floats: {
|
||||
enabled: bool,
|
||||
},
|
||||
#[serde(default = "default_layout_threads")]
|
||||
threads: i64,
|
||||
viewport: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue