mirror of
https://github.com/servo/servo.git
synced 2025-10-04 10:39:16 +01:00
style: Rename page::PageOrientation to page::PageSizeOrientation
The @page rule may contain both 'page-orientation' and 'size' properties. The 'size' property can contain an orientation component which was being represented as 'PageOrientation' prior to this patch. This patch changes that to 'PageSizeOrientation' so that 'PageOrientation' can be used for 'page-orientation' in a subsequent patch. Differential Revision: https://phabricator.services.mozilla.com/D160790
This commit is contained in:
parent
b2ab136cd9
commit
2c1799a8df
5 changed files with 15 additions and 15 deletions
|
@ -81,7 +81,7 @@ pub use self::list::ListStyleType;
|
|||
pub use self::list::Quotes;
|
||||
pub use self::motion::{OffsetPath, OffsetRotate};
|
||||
pub use self::outline::OutlineStyle;
|
||||
pub use self::page::{PageName, PageOrientation, PageSize, PaperSize};
|
||||
pub use self::page::{PageName, PageSize, PageSizeOrientation, PaperSize};
|
||||
pub use self::percentage::{NonNegativePercentage, Percentage};
|
||||
pub use self::position::AspectRatio;
|
||||
pub use self::position::{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue