mirror of
https://github.com/servo/servo.git
synced 2025-08-05 13:40:08 +01:00
Refactor CSSStyleDeclaration::setProperty to not synthesize a name: value
string to parse.
This commit is contained in:
parent
e2984349ed
commit
d2bd070dc3
3 changed files with 23 additions and 20 deletions
|
@ -564,7 +564,7 @@ impl LayoutElementHelpers for LayoutJS<Element> {
|
|||
}
|
||||
}
|
||||
|
||||
#[derive(PartialEq)]
|
||||
#[derive(PartialEq, Eq, Copy, Clone)]
|
||||
pub enum StylePriority {
|
||||
Important,
|
||||
Normal,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue