mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-03 22:38:41 +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
|
|
@ -1311,8 +1311,9 @@ nsStyleSet::WalkRuleProcessors(nsIStyleRuleProcessor::EnumFunc aFunc,
|
|||
if (mBindingManager) {
|
||||
// We can supply additional document-level sheets that should be walked.
|
||||
if (aWalkAllXBLStylesheets) {
|
||||
mBindingManager->WalkAllRules(aFunc, aData);
|
||||
mBindingManager->WalkAllRules(aFunc, aData, false);
|
||||
} else {
|
||||
mBindingManager->WalkAllShadowRootHostRules(aFunc, aData);
|
||||
mBindingManager->WalkRules(aFunc, aData, &cutOffInheritance);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue