mirror of
https://github.com/servo/servo.git
synced 2025-08-03 20:50:07 +01:00
Use Servo code to check whether a property is inherited.
This commit is contained in:
parent
e460b4ab8a
commit
22cf429c35
2 changed files with 21 additions and 1 deletions
|
@ -826,7 +826,8 @@ impl LonghandId {
|
|||
}
|
||||
}
|
||||
|
||||
fn inherited(&self) -> bool {
|
||||
/// Returns whether the longhand property is inherited by default.
|
||||
pub fn inherited(&self) -> bool {
|
||||
${static_longhand_id_set("INHERITED", lambda p: p.style_struct.inherited)}
|
||||
INHERITED.contains(*self)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue