Skip to content

Commit b796137

Browse files
AlaskanEmilyemilio
authored andcommitted
[cssom] [css-page] Fix orientation in CSSPageDescriptors to be page-orientation and pageOrientation.
1 parent db91b8b commit b796137

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

cssom-1/Overview.bs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2131,7 +2131,8 @@ interface CSSPageDescriptors : CSSStyleDeclaration {
21312131
attribute [LegacyNullToEmptyString] CSSOMString margin-bottom;
21322132
attribute [LegacyNullToEmptyString] CSSOMString margin-left;
21332133
attribute [LegacyNullToEmptyString] CSSOMString size;
2134-
attribute [LegacyNullToEmptyString] CSSOMString orientation;
2134+
attribute [LegacyNullToEmptyString] CSSOMString pageOrientation;
2135+
attribute [LegacyNullToEmptyString] CSSOMString page-orientation;
21352136
attribute [LegacyNullToEmptyString] CSSOMString marks;
21362137
attribute [LegacyNullToEmptyString] CSSOMString bleed;
21372138
};

0 commit comments

Comments
 (0)