Improve accessibility compliance for links, form labels, and headings - #302
Open
CodyReichert wants to merge 5 commits into
Open
Improve accessibility compliance for links, form labels, and headings#302CodyReichert wants to merge 5 commits into
CodyReichert wants to merge 5 commits into
Conversation
- Add property address context to "More details" and "View Details" links using aria-label and .screen-reader-text. - Add programmatically associated labels and matching IDs to all search and contact form inputs. - Connect the "Sort by" label to the select dropdown with matching ID. - Correct heading hierarchy across search results and open house archives to eliminate skipped heading levels. - Introduce filters (simplyrets_search_heading_tag, simplyrets_listing_heading_tag, simplyrets_results_heading_tag) for configurable heading levels. - Define .screen-reader-text utility class and expand heading selectors in simply-rets-client.css to maintain visual consistency.
creichert
force-pushed
the
fix_plugin_accessibility_compliance
branch
from
September 4, 2026 20:53
3c17f33 to
ec9bcbd
Compare
Restore default heading levels across listings and search forms to avoid breaking existing theme styles targeting specific selectors (e.g., .sr-primary-data h4 or #sr-search-wrapper h3): - Default listing card heading tags back to <h4> in renderer and open houses - Default search form heading tags back to <h3> in standard and map searches - Default simplyrets_show_results_heading to false to preserve default DOM - Retain filters so developers can customize heading tags for accessibility
creichert
approved these changes
Sep 4, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
How to upload and test plugin:
simplyrets-3.2.10-beta.zipfile you downloaded and click Install Now(If you see an Activate Plugin button next, click that)
This is a safe operation. If you encounter any issues with the test plugin, simply uninstall it on the Plugins->Installed Plugins page, and then reinstall the plugin from the search bar.
Included changes: