Skip to content
  • Jeffery To's avatar
    css.lang: Handle escapes in unquoted strings/identifiers · d2359ef7
    Jeffery To authored
    * Add name-value to any-value and attribute-selector-content (attribute
      values can be identifiers or strings).
    
      This allows escapes in unquoted strings (identifiers) to be consumed
      as part of the name context.
    
    * Add escape to url.
    
      Since unquoted strings inside url() are URLs and not identifiers,
      reference the escape context directly.
    d2359ef7