bcalou
Results
2
issues of
bcalou
According to the [specs](https://www.w3.org/TR/wai-aria-1.1/#aria-setsize), `aria-posinset`and `aria-setsize` can be used with the `article` tag, but the validator doesn't allow it. Input : ``` Test My article ``` Errors : ``` Attribute...
Hi and thanks for your work! ## 🐛 Bug Report When using a "modern" CSS selector such as :has, older browser will fail to use `document.querySelector`, which is expected :...