-
Notifications
You must be signed in to change notification settings - Fork 56
[OUDS] Add readonly on control item components #2951
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
base: ouds/main
Are you sure you want to change the base?
[OUDS] Add readonly on control item components #2951
Conversation
✅ Deploy Preview for boosted ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
1a8336e
to
589eeb1
Compare
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.
we must add :
Read only
To create a read only Checkbox the input should be replaced by a span
element with role="checkbox"
, aria-readonly
and aria-disabled
attributes. The Checkbox will be accessible to keyboard navigation and assistive technologies thanks to aria-labelledby
and tabindex
but other interactions will be prevented.
Note: Please transform
- [ ]
into- (NA)
in the description when things are not applicableRelated issues
closes #2950
Types of change
Live previews
Checklist
Contribution
Accessibility
Design
Development
Documentation
Checklist (for Core Team only)