Skip to content

Commit f7925c6

Browse files
AlaskanEmilyemilio
authored andcommitted
[cssom] [css-page] Add orientation to CSSPageDescriptors
1 parent 2c40247 commit f7925c6

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

cssom-1/Overview.bs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2120,6 +2120,7 @@ interface CSSPageDescriptors : CSSStyleDeclaration {
21202120
attribute [LegacyNullToEmptyString] CSSOMString margin-bottom;
21212121
attribute [LegacyNullToEmptyString] CSSOMString margin-left;
21222122
attribute [LegacyNullToEmptyString] CSSOMString size;
2123+
attribute [LegacyNullToEmptyString] CSSOMString orientation;
21232124
attribute [LegacyNullToEmptyString] CSSOMString marks;
21242125
attribute [LegacyNullToEmptyString] CSSOMString bleed;
21252126
};

0 commit comments

Comments
 (0)