Skip to content

Commit d950a13

Browse files
committed
updated readme.txt
1 parent 52c3322 commit d950a13

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

readme.txt

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,21 @@ A11y Add-on for FacetWP adds accessibility enhancements for FacetWP's form eleme
1717
FacetWP must be installed and activated.
1818

1919
- Wraps all facets in a div with class=facet-wrap
20-
- Adds a label to each facet with text=facet_label, for=facet_name
20+
- Adds a label to some facets with text=facet_label, for=facet_name
21+
- Adds fieldset and legend to checkboxes and radio buttons
2122
- Adds an id to each facet with id=facet_name
2223
- FacetWP default checkbox markup replaced with semantic HTML checkboxes
23-
- Search field uses <search> landmark and real <button>
24+
- Search field uses <search> landmark, icon is removed
2425
- Always hides counts in dropdowns
2526
- Disables auto-refresh
2627
- Customizes icon for prev/next pagination links
2728
- Scroll back to top of results when pager is clicked
2829

30+
31+
We add the Submit button as a Custom HTML block:
32+
<button id="search" onclick="FWP.refresh()" class="facetsubmit" type="submit">Filter</button>
33+
34+
2935
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)
3036

3137
=== Changelog ===

0 commit comments

Comments
 (0)