Fix image-orientation line-wrap

This commit is contained in:
Manish Goregaokar 2017-01-03 14:28:11 -08:00
parent 1094c68a55
commit 94412ab6b0

View file

@ -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;