mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-20 23:37:33 +09:00
Issue #3024 - First pass support for :host and :host-context
This commit is contained in:
parent
3bb1c962eb
commit
4cc56c2cb6
12 changed files with 358 additions and 34 deletions
|
|
@ -128,7 +128,11 @@ public:
|
|||
bool* aCutOffInheritance);
|
||||
|
||||
void WalkAllRules(nsIStyleRuleProcessor::EnumFunc aFunc,
|
||||
ElementDependentRuleProcessorData* aData);
|
||||
ElementDependentRuleProcessorData* aData,
|
||||
bool aOnlyWalkShadowRootRules = false);
|
||||
|
||||
void WalkAllShadowRootHostRules(nsIStyleRuleProcessor::EnumFunc aFunc,
|
||||
ElementDependentRuleProcessorData* aData);
|
||||
/**
|
||||
* Do any processing that needs to happen as a result of a change in
|
||||
* the characteristics of the medium, and return whether this rule
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue