mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-25 09:57:32 +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
|
|
@ -138,6 +138,11 @@ public:
|
|||
|
||||
mozilla::dom::XBLChildrenElement* FindInsertionPointFor(nsIContent* aChild);
|
||||
|
||||
bool IsShadowRootBinding()
|
||||
{
|
||||
return mIsShadowRootBinding;
|
||||
}
|
||||
|
||||
bool HasFilteredInsertionPoints()
|
||||
{
|
||||
return !mInsertionPoints.IsEmpty();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue