Bug 1787947 - pref on CSS named pages in Nightly r=dholbert

Also standardize having named pages enabled for css-page WPT

Differential Revision: https://phabricator.services.mozilla.com/D163638
This commit is contained in:
Emily McDonough
2022-12-07 23:20:35 +00:00
parent e81638ae18
commit 949d9a3602
12 changed files with 34 additions and 21 deletions

View File

@@ -9667,6 +9667,21 @@ exports.CSS_PROPERTIES = {
"unset"
]
},
"page": {
"isInherited": false,
"subproperties": [
"page"
],
"supports": [],
"values": [
"auto",
"inherit",
"initial",
"revert",
"revert-layer",
"unset"
]
},
"page-break-after": {
"isInherited": false,
"subproperties": [