Refactor CSSStyleDeclaration::setProperty to not synthesize a name: value string to parse.

This commit is contained in:
Simon Sapin 2015-07-25 00:21:12 +02:00
parent e2984349ed
commit d2bd070dc3
3 changed files with 23 additions and 20 deletions

View file

@ -564,7 +564,7 @@ impl LayoutElementHelpers for LayoutJS<Element> {
}
}
#[derive(PartialEq)]
#[derive(PartialEq, Eq, Copy, Clone)]
pub enum StylePriority {
Important,
Normal,