-
-
Notifications
You must be signed in to change notification settings - Fork 837
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
[A11Y] Accessibility mega-issue #3360
Comments
I just discovered this: https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/ARIA_Live_Regions We should probably look into a way to implement this, but I can't think of a great way, especially with extensions that might modify page content that we don't think about. Setting |
I noticed the admin area form labels have no <div class="Form-group">
<label>Forum Title</label>
<div class="helpText"></div>
<input type="text" label="Forum Title" class="FormControl">
</div> Also, let's log #2799 as done as well. |
Hello, some unlabeled buttons such as the start a discussion button and the publish the post/discussion button after the title and after the write field these buttons are unlabeled, which file can I edit to fix these problems while a official fix? |
Flarum isn't particularly accessible at the moment, particularly revolving around keyboard navigation.
This issue serves as progress tracking for individual a11y issues.
More issues may be present in core aside from just the ones listed below. If this is the case, please open an individual issue, and reference that issue as a reply to this issue. Discussion should also take place on individual issues rather than this issue.
Current issues (Core only)
<Select>
to be passed through to the DOM element #2959display: none
) #2973role="feed"
to post/discussion streams #3363aria-live
on changing regions (discussion lists, post streams) #3365aria-busy
on content being edited (posts) #3366title
attributes added to common controls (e.g. buttons) #3364aria-selected
attribute to selected dropdown items #3362prefers-reduced-motion
to calm animations #3517Bundled extensions
The text was updated successfully, but these errors were encountered: