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

feat(role selector): allow unquoted name attribute #13224

Merged
merged 1 commit into from
Apr 1, 2022

Conversation

dgozman
Copy link
Contributor

@dgozman dgozman commented Mar 31, 2022

  • This supports role=button[name=Hello] similarly to CSS selectors.
  • Does not change _react or _vue behavior that insist on quoting the string.
  • Uses CSS notion of "identifier" characters.

References #11182.

- This supports `role=button[name=Hello]` similarly to CSS selectors.
- Does not change `_react` or `_vue` behavior that insist on quoting the string.
- Uses CSS notion of "identifier" characters.
@dgozman dgozman force-pushed the role-unquoted-name branch from 09b2667 to ffe0cc3 Compare March 31, 2022 22:30
@dgozman dgozman merged commit 356fc35 into microsoft:main Apr 1, 2022
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.

2 participants