Re: [svgwg] [svg-native] How should currentColor be handled? (#678)

So, to clarify Myles: you support `currentcolor` as a value, but want to continue to forbid `color` as a presentation attribute?

I see two use cases this blocks (given other constraints we've agreed to for SVG Native):

- Using `color`/`currentcolor` as a poor man's CSS variable (since we've forbid any way to directly set true custom properties) for `<use>` element clones.
- Setting `color` to a `var()` expression with fallback, and then using the result many places with `currentcolor` without having to repeat the fallback each time.

-- 
GitHub Notification of comment by AmeliaBR
Please view or discuss this issue at https://github.com/w3c/svgwg/issues/678#issuecomment-493825318 using your GitHub account

Received on Monday, 20 May 2019 03:13:58 UTC