mirror of
https://github.com/servo/servo.git
synced 2025-08-15 02:15:33 +01:00
stylo: Include content rules from HTMLTableCellElement::WalkContentStyleRules
This also removes the TABLE_ATTRS_DIRTY optimization. Constructing nsMappedAttributes isn't really expensive and we do it all the time anyway.
This commit is contained in:
parent
04d12fa8f8
commit
bfc2cc4ebf
2 changed files with 12 additions and 0 deletions
|
@ -596,6 +596,10 @@ extern "C" {
|
|||
RawGeckoElementBorrowed)
|
||||
-> RawServoDeclarationBlockStrongBorrowedOrNull;
|
||||
}
|
||||
extern "C" {
|
||||
pub fn Gecko_GetExtraContentStyleDeclarations(element: RawGeckoElementBorrowed)
|
||||
-> RawServoDeclarationBlockStrongBorrowedOrNull;
|
||||
}
|
||||
extern "C" {
|
||||
pub fn Gecko_GetAnimationRule(aElement: RawGeckoElementBorrowed,
|
||||
aPseudoTag: *mut nsIAtom,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue