- From: Rami Yushuvaev via GitHub <sysbot+gh@w3.org>
- Date: Wed, 05 May 2021 18:36:15 +0000
- To: public-css-archive@w3.org
ramiy has just created a new issue for https://github.com/w3c/csswg-drafts: == [css-images] RTL issue in radial-gradient() and conic-gradient() == Both [Radial Gradients](https://drafts.csswg.org/css-images-4/#radial-gradients) and [Conic Gradients](https://drafts.csswg.org/css-images-4/#conic-gradients) are **not RTL compatible**. When using RTL languages, we need the reverse everything. Currently both `radial-gradient()` and `conic-gradient()` support only one direction, **clockwise**. There is not support for **counter-clockwise**. There should be a way do set counter-clockwise direction. ### Possible solution In redial-gradient we have keywords like `closest-side`, `closest-corner`, `farthest-side` and `farthest-corner`. There should be two "direction" keywords `clockwise` and `counter-clockwise`. Why two? do override previously defined settings. Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/6270 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Wednesday, 5 May 2021 18:36:17 UTC