Skip to content

Commit f56fae7

Browse files
feat(css): Update syntax for @page/size descriptor (#977)
1 parent 61a3662 commit f56fae7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

css/at-rules.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -444,7 +444,7 @@
444444
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/@page/page-orientation"
445445
},
446446
"size": {
447-
"syntax": "<length>{1,2} | auto | [ <page-size> || [ portrait | landscape ] ]",
447+
"syntax": "<length [0,∞]>{1,2} | auto | [ <page-size> || [ portrait | landscape ] ]",
448448
"media": [
449449
"visual",
450450
"paged"

0 commit comments

Comments
 (0)