Skip to content

Commit

Permalink
[cssom] [css-page] Fix orientation in CSSPageDescriptors to be page-o…
Browse files Browse the repository at this point in the history
…rientation and pageOrientation.
  • Loading branch information
AlaskanEmily authored and emilio committed Jul 2, 2024
1 parent db91b8b commit b796137
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cssom-1/Overview.bs
Original file line number Diff line number Diff line change
Expand Up @@ -2131,7 +2131,8 @@ interface CSSPageDescriptors : CSSStyleDeclaration {
attribute [LegacyNullToEmptyString] CSSOMString margin-bottom;
attribute [LegacyNullToEmptyString] CSSOMString margin-left;
attribute [LegacyNullToEmptyString] CSSOMString size;
attribute [LegacyNullToEmptyString] CSSOMString orientation;
attribute [LegacyNullToEmptyString] CSSOMString pageOrientation;
attribute [LegacyNullToEmptyString] CSSOMString page-orientation;
attribute [LegacyNullToEmptyString] CSSOMString marks;
attribute [LegacyNullToEmptyString] CSSOMString bleed;
};
Expand Down

0 comments on commit b796137

Please sign in to comment.