Issue #2490 - Part 19: Convert CSSCounterStyleRule to WebIDL.

This commit is contained in:
Moonchild 2024-04-04 19:52:36 +02:00 • committed by roytam1
commit 7fb5d53a79
8 changed files with 53 additions and 21 deletions

View file

@ -203,6 +203,11 @@ DOMInterfaces = {
'headerFile': 'mozilla/css/GroupRule.h',
},
'CSSCounterStyleRule': {
'nativeType': 'nsCSSCounterStyleRule',
'headerFile': 'nsCSSRules.h',
},
'CSSFontFaceRule': {
'nativeType': 'nsCSSFontFaceRule',
'headerFile': 'nsCSSRules.h',