Issue #3024 - First pass support for :host and :host-context

This commit is contained in:
Matt A. Tobin 2021-12-05 20:16:02 -05:00 • committed by roytam1
commit 4cc56c2cb6
12 changed files with 358 additions and 34 deletions

View file

@ -138,6 +138,11 @@ public:
mozilla::dom::XBLChildrenElement* FindInsertionPointFor(nsIContent* aChild);
bool IsShadowRootBinding()
{
return mIsShadowRootBinding;
}
bool HasFilteredInsertionPoints()
{
return !mInsertionPoints.IsEmpty();