Martin Auswöger
Martin Auswöger
@michael-j-r @ericges @benfolds can you test if the changes from #7294 would fix your issue?
Can you provide an example where this causes an issue. All CSS features should work with the linter, I don’t see why container queries in particular would be different. Do...
I just tried it out with a simple test setup: ```html div { container-type: inline-size; } img { width: 20cqw; height: auto; } @container (width > 720px) { img {...
Feel free to post a link to the affected page if it is publicly accessible
The wording for that check is currently: _“Older browsers or other user agents which don’t understand the srcset attribute should get a fallback image.”_ Would you consider that to still...
If the linter would have levels like `error, warning, notice` I’d downgrade this to a `notice` I think. For now we could soften the text like this: _“Very old browsers...