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:
@@ -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": [
|
||||
|
||||
Reference in New Issue
Block a user