-
Notifications
You must be signed in to change notification settings - Fork 125
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
new attribute aria-readonly for role=form #542
Comments
need a form project... |
@stes-acc if you want this in 1.3 you need to own it and move it foreward. |
IMO, if you want this, it should be an HTML issue, not an ARIA issue... A read-only state inherited from a container role will never override the host language's "equivalent semantic" attribute in the host language. For example, the absence of |
Co-authored-by: Rahim Abdi <[email protected]>
Reviewed from the working group decided this is an issue for HTML, not ARIA. |
closed during issue triage in this meeting: https://www.w3.org/2024/05/30-aria-minutes.html#t08 |
We need an attribute on form level indicating that all members of a particular form are readonly but are potentially editable in certain scenarios.
This is a typical situation in business apps in the web. Example:
https://openui5.hana.ondemand.com/explored.html#/sample/sap.ui.layout.sample.SimpleForm354/preview
The text was updated successfully, but these errors were encountered: