mirror of
https://github.com/servo/servo.git
synced 2025-09-03 03:28:20 +01:00
Fix image-orientation line-wrap
This commit is contained in:
parent
1094c68a55
commit
94412ab6b0
1 changed files with 2 additions and 2 deletions
|
@ -60,8 +60,8 @@ ${helpers.single_keyword("image-rendering",
|
|||
<%helpers:longhand name="image-orientation"
|
||||
products="None"
|
||||
animatable="False"
|
||||
spec="https://drafts.csswg.org/css-images/#propdef-image-orientation, \
|
||||
additional values in https://developer.mozilla.org/en-US/docs/Web/CSS/image-orientation">
|
||||
spec="https://drafts.csswg.org/css-images/#propdef-image-orientation, \
|
||||
/// additional values in https://developer.mozilla.org/en-US/docs/Web/CSS/image-orientation">
|
||||
use std::fmt;
|
||||
use style_traits::ToCss;
|
||||
use values::specified::Angle;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue