-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
changed editable to keyboard interactable as per W3C doc #2472
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
Conversation
👷 Deploy request for selenium-dev pending review.Visit the deploys page to approve it
|
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
PR Code Suggestions ✨Explore these optional code suggestions:
|
User description
Thanks for contributing to the Selenium site and documentation!
A PR well described will help maintainers to review and merge it quickly
Before submitting your PR, please check our contributing guidelines.
Avoid large PRs, and help reviewers by making them as simple and short as possible.
Partial Fixes Bug #2446 . zh-cn file is remaining, as not aware of language
Description
Bug 2446 raises concern to change text from editable to keyboard interactable, as mentioned in the W3C
document of SendKeys.
Link -https://w3c.github.io/webdriver/#dfn-keyboard-interactable
Motivation and Context
To fix the bug raised.
Types of changes
Checklist
PR Type
Documentation
Description
Update terminology from "editable" to "keyboard interactable"
Align documentation with W3C WebDriver specification
Apply changes across multiple language versions
Diagram Walkthrough
File Walkthrough
interactions.en.md
Update terminology in English documentation
website_and_docs/content/documentation/webdriver/elements/interactions.en.md
description
interactions.ja.md
Update terminology in Japanese documentation
website_and_docs/content/documentation/webdriver/elements/interactions.ja.md
description
interactions.pt-br.md
Update terminology in Portuguese documentation
website_and_docs/content/documentation/webdriver/elements/interactions.pt-br.md
description