Issue #2490 - Part 14: Convert CSSPageRule to WebIDL.

The .style PutForwards bit is coming along for the ride here as a new feature.
This commit is contained in:
Moonchild 2024-04-03 16:47:23 +02:00 • committed by roytam1
commit 74fdaed1fe
8 changed files with 34 additions and 21 deletions

View file

@ -230,6 +230,11 @@ DOMInterfaces = {
'nativeType': 'mozilla::css::NameSpaceRule',
},
'CSSPageRule': {
'nativeType': 'nsCSSPageRule',
'headerFile': 'nsCSSRules.h',
},
'CSSPrimitiveValue': {
'nativeType': 'nsROCSSPrimitiveValue',
},