Skip to content

Clarify that disabled does not prevent all modifications #11401

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

Merged
merged 1 commit into from
Jun 29, 2025

Conversation

domenic
Copy link
Member

@domenic domenic commented Jun 26, 2025

@domenic domenic added clarification Standard could be clearer topic: forms labels Jun 26, 2025
<span>user interaction task source</span> from being dispatched on the element.</p>
<p>A form control that is <span data-x="concept-fe-disabled">disabled</span> must prevent any
<code data-x="event-click">click</code> events that are <span data-x="queue a task">queued</span>
on the <span>user interaction task source</span> from being dispatched on the element.</p>
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is purely rewrapping.

Copy link
Member

@annevk annevk left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice!

@domenic domenic merged commit dfbc871 into main Jun 29, 2025
2 checks passed
@domenic domenic deleted the clarify-disabled branch June 29, 2025 03:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
clarification Standard could be clearer topic: forms
Development

Successfully merging this pull request may close these issues.

Behavior of disabled with input type=radio and option is unclear
2 participants