mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-09 17:31:47 +09:00
parent
603543d555
commit
3df0ae2323
10 changed files with 29 additions and 1882 deletions
|
|
@ -78,8 +78,7 @@ nsCSSPseudoElements::IsCSS2PseudoElement(nsIAtom *aAtom)
|
|||
/* static */ bool
|
||||
nsCSSPseudoElements::IsHybridPseudoElement(CSSPseudoElementType aType)
|
||||
{
|
||||
return aType == CSSPseudoElementType::slotted ||
|
||||
aType == CSSPseudoElementType::part;
|
||||
return aType == CSSPseudoElementType::slotted;
|
||||
}
|
||||
|
||||
/* static */ bool
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue