We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c40247 commit f7925c6Copy full SHA for f7925c6
1 file changed
cssom-1/Overview.bs
@@ -2120,6 +2120,7 @@ interface CSSPageDescriptors : CSSStyleDeclaration {
2120
attribute [LegacyNullToEmptyString] CSSOMString margin-bottom;
2121
attribute [LegacyNullToEmptyString] CSSOMString margin-left;
2122
attribute [LegacyNullToEmptyString] CSSOMString size;
2123
+ attribute [LegacyNullToEmptyString] CSSOMString orientation;
2124
attribute [LegacyNullToEmptyString] CSSOMString marks;
2125
attribute [LegacyNullToEmptyString] CSSOMString bleed;
2126
};
0 commit comments