mirror of
https://github.com/servo/servo.git
synced 2025-07-22 23:03:42 +01:00
Move storage of bgcolor for <tr>
and <tbody>
.
This commit is contained in:
parent
d8df028197
commit
4b68fc18c3
4 changed files with 56 additions and 63 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue