Issue #2486 - Part 1: Initial plumbing and CSSOM support for cascade layers

This commit is contained in:
FranklinDM 2024-07-14 18:54:18 +08:00 • committed by roytam1
commit cac56b8e77
16 changed files with 416 additions and 4 deletions

View file

@ -237,6 +237,16 @@ DOMInterfaces = {
'headerFile': 'nsCSSRules.h',
},
'CSSLayerBlockRule': {
'nativeType': 'mozilla::CSSLayerBlockRule',
'headerFile': 'nsCSSRules.h',
},
'CSSLayerStatementRule': {
'nativeType': 'mozilla::CSSLayerStatementRule',
'headerFile': 'nsCSSRules.h',
},
'CSSLexer': {
'wrapperCache': False
},