Closed
Description
Now that attr()
's syntax expands to attr(<qname> <syntax>? [, <fallback-value>]?)
where <syntax>
has a fairly complex grammar, I was wondering if we need a divider between the two in case we ever want to expand the first argument?
(That said, I do like having the symmetry with var()
, which delineates the variable as the variable before a comma, and the fallback value as everything after.)