Skip to content

Commit

Permalink
[cssom] [css-page] Add orientation to CSSPageDescriptors
Browse files Browse the repository at this point in the history
  • Loading branch information
AlaskanEmily authored and emilio committed Jun 22, 2024
1 parent 2c40247 commit f7925c6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cssom-1/Overview.bs
Original file line number Diff line number Diff line change
Expand Up @@ -2120,6 +2120,7 @@ interface CSSPageDescriptors : CSSStyleDeclaration {
attribute [LegacyNullToEmptyString] CSSOMString margin-bottom;
attribute [LegacyNullToEmptyString] CSSOMString margin-left;
attribute [LegacyNullToEmptyString] CSSOMString size;
attribute [LegacyNullToEmptyString] CSSOMString orientation;
attribute [LegacyNullToEmptyString] CSSOMString marks;
attribute [LegacyNullToEmptyString] CSSOMString bleed;
};
Expand Down

0 comments on commit f7925c6

Please sign in to comment.