Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #55966, comment 3


Ignore:
Timestamp:
07/27/2022 06:22:18 AM (2 years ago)
Author:
isabel_brison
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #55966, comment 3

    initial v1  
    33I'm wondering if we could fix an issue with `var()` while we're at it. Currently we don't support adding fallback values to variables, such as `var(--my-var, 10px)`, because we're only allowing alphanumeric characters, dash and underscore as contents for `var`. It would be good to allow at least commas and brackets (because a fallback value can be another variable).
    44
    5 Would this be doable as part of this ticket?
     5Would this be doable as part of this ticket? Happy to open a new one if you'd rather not.