Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix several Element#tabIndex() cases #445

Merged
merged 2 commits into from
Oct 8, 2020
Merged

Conversation

kasperisager
Copy link
Contributor

Closes #444.

@kasperisager kasperisager added the patch Backwards-compatible change that doesn't touch public API label Oct 7, 2020
@kasperisager kasperisager requested a review from Jym77 October 7, 2020 14:08
@kasperisager kasperisager self-assigned this Oct 7, 2020
@kasperisager kasperisager requested a review from Jym77 October 7, 2020 14:24
@kasperisager kasperisager merged commit 29f7031 into master Oct 8, 2020
@kasperisager kasperisager deleted the element-tab-index-fix branch October 8, 2020 07:15
kasperisager added a commit that referenced this pull request Oct 19, 2020
* master: (190 commits)
  Bump jest from 26.5.2 to 26.5.3 (#453)
  Bump @types/jquery from 3.5.2 to 3.5.3 (#455)
  Bump webdriverio from 6.6.2 to 6.6.6 (#458)
  Bump @types/node from 14.11.7 to 14.11.10 (#460)
  Bump @types/react from 16.9.51 to 16.9.53 (#461)
  Bump mdn-browser-compat-data from 1.0.40 to 1.1.0 (#451)
  Bump webdriverio from 6.6.0 to 6.6.2 (#449)
  Implement style resolution for stateful pseudo classes (#448)
  Bump @types/node from 14.11.5 to 14.11.7 (#450)
  Bump @angular/core from 10.1.4 to 10.1.5 (#446)
  Fix several `Element#tabIndex()` cases (#445)
  Implement presentational role inheritance (#443)
  Improve handling of cyclic `aria-owns` references (#442)
  Bump jest from 26.5.0 to 26.5.2 (#441)
  Bump webdriverio from 6.5.2 to 6.6.0 (#440)
  Implement traversal API for `Graph` (#426)
  Exclude from the accessibility tree text nodes of parent elements with `visibility: hidden` (#437)
  Implement step 2H of the name computation (#430)
  Bump @types/node from 14.11.2 to 14.11.5 (#436)
  Bump @types/node from 14.11.2 to 14.11.4 (#431)
  ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
patch Backwards-compatible change that doesn't touch public API
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Element#tabIndex() should disregard the draggable attribute
2 participants