Skip to content
  • Benjamin Otte's avatar
    cssimageradial: Only allow at "<position>" after other props · 0c126012
    Benjamin Otte authored
    Don't allow syntax like
      at top left circle
    but follow the spec about requiring the at <position> right before the
    comma.
    
    This is porbably because
      circle at 10px 10px
    could be interpreted as
      circle 10px at 10px
    with the now disallowed syntax, too.
    
    Test included.
    0c126012