Move storage of bgcolor for <tr> and <tbody>.

This commit is contained in:
Eli Friedman 2015-11-09 12:25:34 -08:00
parent d8df028197
commit 4b68fc18c3
4 changed files with 56 additions and 63 deletions

View file

@ -219,6 +219,7 @@ macro_rules! make_atomic_setter(
macro_rules! make_legacy_color_setter(
( $attr:ident, $htmlname:expr ) => (
fn $attr(&self, value: DOMString) {
use dom::attr::AttrValue;
use dom::bindings::inheritance::Castable;
use dom::element::Element;
use string_cache::Atom;