mirror of
https://github.com/servo/servo.git
synced 2025-08-16 10:55:34 +01:00
Remove text-shadow handling from HasAuthorSpecifiedRules
This commit is contained in:
parent
9f8514d2b9
commit
96d0529be5
2 changed files with 4 additions and 30 deletions
|
@ -959,7 +959,6 @@ pub mod root {
|
|||
pub const NS_AUTHOR_SPECIFIED_BACKGROUND: ::std::os::raw::c_uint = 1;
|
||||
pub const NS_AUTHOR_SPECIFIED_BORDER: ::std::os::raw::c_uint = 2;
|
||||
pub const NS_AUTHOR_SPECIFIED_PADDING: ::std::os::raw::c_uint = 4;
|
||||
pub const NS_AUTHOR_SPECIFIED_TEXT_SHADOW: ::std::os::raw::c_uint = 8;
|
||||
pub const NS_STYLE_INHERIT_MASK: ::std::os::raw::c_uint = 16777215;
|
||||
pub const NS_STYLE_HAS_TEXT_DECORATION_LINES: ::std::os::raw::c_uint =
|
||||
16777216;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue