Re: [csswg-drafts] [css-content] Should content property work with non-string variables?

I've mentioned elsewhere that I'd like a string concatenation function
 for using CSS variables in SVG path data. Part of that would have to 
be converting numerical variables to string data.  A `concat( x )` 
function with a single variable as x, containing a numerical or other 
token, would therefore be a string coercion method.

I think this would therefore be a good way to address the use cases 
for the `content` function (and I personally think the chart data 
value + printed label use case is *very* interesting), without 
creating a dedicated CSS function only for string coercion.

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

Received on Thursday, 10 November 2016 20:04:52 UTC