-
Notifications
You must be signed in to change notification settings - Fork 196
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 reference for element disabled #1769
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Although I think maybe we should consider updating the text to use "actually disabled".
2cb5e2f
to
5e44158
Compare
@sadym-chromium, @gsnedders, @AutomatedTester, @shs96c could you please review this change? While browsers may still use the Thanks. |
I would appreciate feedback for this change from those listed above. Are you ok with this change or do you have objections? Thanks. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me. Thank you!
Thank you all for the reviews. I think that we basically have enough reviews from different stake holders that we can get the PR merged. |
SHA: 2e6ca25 Reason: push, by whimboo Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
SHA: 2e6ca25 Reason: push, by pull[bot] Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
SHA: 2e6ca25 Reason: push, by pull[bot] Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
To properly check an element for
disabled
we have to reference theactually disabled
section of the HTML spec.It means the link changes from https://html.spec.whatwg.org/#concept-fe-disabled to https://html.spec.whatwg.org/#concept-element-disabled.
@jgraham can you please review?
Preview | Diff