mirror of
https://github.com/servo/servo.git
synced 2025-08-07 06:25:32 +01:00
Enable CSS Tables by default (#31470)
And remove the pref `layout.tables.enabled`.
This commit is contained in:
parent
d076b118c4
commit
007a31c1b5
525 changed files with 488 additions and 802 deletions
|
@ -519,9 +519,6 @@ mod gen {
|
|||
enabled: bool,
|
||||
},
|
||||
legacy_layout: bool,
|
||||
tables: {
|
||||
enabled: bool,
|
||||
},
|
||||
#[serde(default = "default_layout_threads")]
|
||||
threads: i64,
|
||||
writing_mode: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue