Skip to content

fix: handle inert in FocusableAPI#488

Open
jonaphil wants to merge 1 commit into
microsoft:masterfrom
jonaphil:fix-handle-inert-attribute
Open

fix: handle inert in FocusableAPI#488
jonaphil wants to merge 1 commit into
microsoft:masterfrom
jonaphil:fix-handle-inert-attribute

Conversation

@jonaphil

Copy link
Copy Markdown
  • FOCUSABLE_SELECTOR now only matches if the element and all of its parents are not inert
  • isFocusable returns false if element or its parents are inert
  • isAccesible returns false if the element or its parents are inert

closes #369

- FOCUSABLE_SELECTOR now only matches if the element and all of its parents are not inert
- isAccesible also returns false if the element or its parents are inert
@jonaphil

Copy link
Copy Markdown
Author

@microsoft-github-policy-service agree company="networkteam GmbH"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Focusable does not handle the inert attribute

1 participant