anandthakker / anandthakker/doiuse

Don't report errors when validated with @supports

オープン
#181 コメント 0 件 リアクション 3 件 担当者 0 名 GitHub で見る
主要言語
JavaScript
スター
1.3k
フォーク
57
PR マージ指標
30日以内にマージされた PR はありません

説明

https://developer.mozilla.org/en-US/docs/Web/CSS/@supports

```
@supports (content-visibility: hidden) {
.foo {
content-visibility: hidden;
}
}
```

This shouldn't report an error. Same also for e.g. `@supports (content-visibility: hidden) and (display: flex) {`
Any `or` conditions or if prefixed with `not` should continue to report errors just like now.

コントリビューションガイド

コントリビューションガイドを開く

評価

この issue はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。