You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* If true only includes elements in the query set that are marked as
93
-
* current in the accessibility tree, i.e., `aria-current="true"`
92
+
* Filters elements by their `aria-current` state. `true` and `false` match `aria-current="true"` and `aria-current="false"` (as well as a missing `aria-current` attribute) respectively.
94
93
*/
95
-
current?: boolean
94
+
current?: boolean|string
96
95
/**
97
96
* If true only includes elements in the query set that are marked as
98
97
* expanded in the accessibility tree, i.e., `aria-expanded="true"`
0 commit comments