[css-cascade-6] fix @import definition - #14419
#14419[css-cascade-6] fix @import definition#14419romainmenke wants to merge 1 commit into
@import definition#14419Conversation
|
|
But that isn't reflected in the syntax definition. A conditional |
|
I have no opinion on whether this should be reflected in the syntax. But I prefer that a superfluous
Note that |
|
I think that in this case author needs go before technical purity :) Other than that I don't have any preference as to how or where we fix this. |
|
I tend to agree with you because spec authors can make mistake such as I will work on an alternative PR later, if that works for you. |
|
That would be great, thank you so much 🙇 |
|
I preferred to open #14431 since it seems more complicated than I thought, for the reasons explained in this issue. |
|
Thank you @cdoublev 🙇 |
see: #13698
By the current definition:
media-import-condition = <media-query-list>media-query-list = <media-query>#So removing the
?in the@importsyntax definition made a media query required as#is one or more.