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
[css-syntax] Make url(<ws>*<eof> valid, per EOF-handling rules.
Considering:
* url(<ws>*) is valid (same as url(""))
* url(a<eof> is valid per the "Close open constructs at EOF" rule
Make url(<ws>*<eof> valid too (same as url("")), which is more consistent.
0 commit comments