mirror of
https://github.com/servo/servo.git
synced 2025-07-25 00:00:20 +01:00
style: Parse the legacy bgcolor
attribute per the HTML5 specification.
Additionally, this patch cleans up some miscellaneous formatting issues.
This commit is contained in:
parent
10f1ed5e31
commit
14bafb11be
19 changed files with 370 additions and 36 deletions
|
@ -13,6 +13,7 @@ extern crate log;
|
|||
|
||||
extern crate alloc;
|
||||
extern crate collections;
|
||||
extern crate cssparser;
|
||||
extern crate geom;
|
||||
extern crate getopts;
|
||||
extern crate layers;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue