Issue #2490 - Part 16: Convert CSSFontFeatureValuesRule to WebIDL.

This commit is contained in:
Moonchild 2024-04-04 10:20:43 +02:00 • committed by roytam1
commit f0de637255
8 changed files with 55 additions and 18 deletions

View file

@ -208,6 +208,11 @@ DOMInterfaces = {
'headerFile': 'nsCSSRules.h',
},
'CSSFontFeatureValuesRule': {
'nativeType': 'nsCSSFontFeatureValuesRule',
'headerFile': 'nsCSSRules.h',
},
'CSSGroupingRule': {
'concrete': False,
'nativeType': 'mozilla::css::GroupRule',