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
12
+
13
+
=== Description ===
14
+
15
+
A11y Add-on for FacetWP adds accessibility enhancements for FacetWP's form elements.
16
+
17
+
FacetWP must be installed and activated.
18
+
19
+
- Wraps all facets in a div with class=facet-wrap
20
+
- Adds a label to each facet with text=facet_label, for=facet_name
21
+
- Adds an id to each facet with id=facet_name
22
+
- FacetWP default checkbox markup replaced with semantic HTML checkboxes
23
+
- Search field uses <search> landmark and real <button>
24
+
- Always hides counts in dropdowns
25
+
- Disables auto-refresh
26
+
- Customizes icon for prev/next pagination links
27
+
- Scroll back to top of results when pager is clicked
28
+
29
+
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