You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
DevCollaborative's accessibility improvements for FacetWP Wordpress plugin
3
4
4
-
Semantic checkboxes courtesy of Mark Root-Wiley, [MRW Web Design](https://mrwweb.com/)[Accessibility Addon for FacetWP](https://github.com/mrwweb/accessibility-addon-for-facetwp)
5
+
## Description
6
+
7
+
A11y Add-on for FacetWP adds accessibility enhancements for FacetWP's form elements.
8
+
9
+
FacetWP must be installed and activated.
10
+
11
+
- Wraps all facets in a div with class=facet-wrap
12
+
- Adds a label to each facet with text=facet_label, for=facet_name
13
+
- Adds an id to each facet with id=facet_name
14
+
- FacetWP default checkbox markup replaced with semantic HTML checkboxes
15
+
- Search field uses <search> landmark and real <button>
16
+
- Always hides counts in dropdowns
17
+
- Disables auto-refresh
18
+
- Customizes icon for prev/next pagination links
19
+
- Scroll back to top of results when pager is clicked
20
+
21
+
Semantic HTML checkboxes courtesy of Mark Root-Wiley, [MRW Web Design](https://mrwweb.com/)[Accessibility Addon for FacetWP](https://github.com/mrwweb/accessibility-addon-for-facetwp)
0 commit comments