We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ae8c03 commit 6c246c8Copy full SHA for 6c246c8
docs/queries/byrole.mdx
@@ -89,7 +89,8 @@ If you set `hidden` to `true` elements that are normally excluded from the
89
accessibility tree are considered for the query as well. The default behavior
90
follows https://www.w3.org/TR/wai-aria-1.2/#tree_exclusion with the exception of
91
`role="none"` and `role="presentation"` which are considered in the query in any
92
-case. For example in
+case. Elements in [`inert` subtrees](https://html.spec.whatwg.org/multipage/interaction.html#inert-subtrees)
93
+are also considered hidden. For example in
94
95
```html
96
<body>
0 commit comments