style: Parse the legacy bgcolor attribute per the HTML5 specification.

Additionally, this patch cleans up some miscellaneous formatting issues.
This commit is contained in:
Patrick Walton 2014-12-07 22:59:38 -08:00
parent 10f1ed5e31
commit 14bafb11be
19 changed files with 370 additions and 36 deletions

View file

@ -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;