You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems that the parser algorithm has a quirk where it stops after a string is encountered and that the remainder is considered to be a media query list.
This is irrelevant today, as stated at the beginning, but could become an issue in the future when specific url modifiers are added to the specification.
The text was updated successfully, but these errors were encountered:
This is not a critical issue.
No CSS that is valid today is broken because of this.
becomes :
URL modifiers are specified in css-values-4
It seems that the parser algorithm has a quirk where it stops after a string is encountered and that the remainder is considered to be a media query list.
This is irrelevant today, as stated at the beginning, but could become an issue in the future when specific url modifiers are added to the specification.
The text was updated successfully, but these errors were encountered: