diff options
author | Emilio Cobos Álvarez <emilio@crisal.io> | 2023-06-06 23:28:52 +0200 |
---|---|---|
committer | Oriol Brufau <obrufau@igalia.com> | 2023-06-09 10:22:25 +0200 |
commit | 01e43a8488c63a1c60a35e914f0598f3d5934f12 (patch) | |
tree | 7545f0218ada1d7e945afd0eec0045490b440a71 /components/style/values/computed/mod.rs | |
parent | fcc55f2156132efeb7d127a3559d5687f4e8945d (diff) | |
download | servo-01e43a8488c63a1c60a35e914f0598f3d5934f12.tar.gz servo-01e43a8488c63a1c60a35e914f0598f3d5934f12.zip |
style: Make color-adjust an alias of print-color-adjust as per spec
Differential Revision: https://phabricator.services.mozilla.com/D134779
Diffstat (limited to 'components/style/values/computed/mod.rs')
-rw-r--r-- | components/style/values/computed/mod.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/style/values/computed/mod.rs b/components/style/values/computed/mod.rs index 054ec1ff410..74e78887480 100644 --- a/components/style/values/computed/mod.rs +++ b/components/style/values/computed/mod.rs @@ -50,7 +50,7 @@ pub use self::box_::{Display, Overflow, OverflowAnchor, TransitionProperty}; pub use self::box_::{OverflowClipBox, OverscrollBehavior, Perspective, Resize, ScrollbarGutter}; pub use self::box_::{ScrollSnapAlign, ScrollSnapAxis, ScrollSnapStrictness, ScrollSnapType}; pub use self::box_::{TouchAction, VerticalAlign, WillChange}; -pub use self::color::{Color, ColorOrAuto, ColorPropertyValue, ColorScheme}; +pub use self::color::{Color, ColorOrAuto, ColorPropertyValue, ColorScheme, PrintColorAdjust}; pub use self::column::ColumnCount; pub use self::counters::{Content, ContentItem, CounterIncrement, CounterReset, CounterSet}; pub use self::easing::TimingFunction; |