We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f8b2ce5 + c3252f8 commit a9f8982Copy full SHA for a9f8982
README.md
@@ -28,3 +28,8 @@ With the module imported, you can add `commandfor` and `command` attributes to y
28
<button commandfor="my-dialog" command="show-modal">Open Dialog!</button>
29
<dialog id="my-dialog">I'm a dialog!</dialog>
30
```
31
+
32
+## Limitations
33
34
+This polyfill does not handle the aria (e.g. `aria-expanded`) of the command button the way browsers do.
35
+You are *strongly* encouraged to handle this state yourself, to ensure your site is accessible.
0 commit comments