Re: [csswg-drafts] [css-values] String concatentation (#542)

One thing I want to mention: what would be really nice if that future string concatenation could work with _anything_ that accepts strings, especially, grid-template-areas, to allow generating named areas from other variables, for example.

Of course, this should work also by allowing converting idents into strings, so those could be reused both inside `grid-template-areas` and other grid properties.

And this also brings me to another kinda related topic: _ident_ concatenation. Probably also related to converting _anything_ into _anything_, and related to the `attr()`'s second argument. All of this is probably off-topic for this issue, but my point is: if we'd want to think about the name for string concatenation, we should remember that we could potentially have other functions in the future doing similar things, and we should come with a name that could work best in the wider picture.

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

Received on Wednesday, 27 February 2019 19:12:02 UTC