Re: [csswg-drafts] [css-logical] flow-relative gradients

I think this is useful, and (with Tab's fix) should be a straight-forward implementation.

That said:  The `image()` function in Images 4 is currently spec'd to include a [directional flag](https://drafts.csswg.org/css-images-4/#bidi-images).  It allows you to specify that an image was designed specifically for a LTR or RTL layout, and that the browser should automatically flip it for the reverse direction.  That syntax could also be used to flip gradient images.  However, as currently spec'd, it wouldn't handle the more complex cases of the intersection of writing-mode and direction.

Also:

What about radial gradients?  They are currently defined using the `<position>` data type by reference.  Are there currently any plans to make `<position>` able to use logical directions (as an extension of the three or four value syntax)? 

-- 
GitHub Notification of comment by AmeliaBR
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/1724#issuecomment-322626920 using your GitHub account

Received on Wednesday, 16 August 2017 00:41:03 UTC