#52233 closed defect (bug) (fixed)
About/Privacy screen: Use natural text for link anchors
Reported by: | audrasjb | Owned by: | SergeyBiryukov |
---|---|---|---|
Milestone: | 5.7 | Priority: | normal |
Severity: | normal | Version: | |
Component: | Help/About | Keywords: | has-patch commit |
Focuses: | accessibility, privacy | Cc: |
Description
I just noticed a small accessibility issue in the About/Privacy screen (wp-admin/privacy.php
).
The WordPress.org/about/privacy
link anchor should ideally be replaced with a link included in a natural language sentence, as said in the Accessibility handbook.
I'd suggest to replace:
<p>We take privacy and transparency very seriously. To learn more about what data we collect, and how we use it, please visit <a href="…">WordPress.org/about/privacy</a>.</p>
with:
<p>We take privacy and transparency very seriously. To learn more about what data we collect, and how we use it, please visit <a href="…">our Privacy Policy page</a>.</p>
Change History (6)
This ticket was mentioned in PR #857 on WordPress/wordpress-develop by mukeshpanchal27.
4 years ago
#2
- Keywords has-patch added
Trac ticket: https://core.trac.wordpress.org/ticket/52233
Initial patch
#4
@
4 years ago
- Keywords commit added
Thanks @carike for the feedback, and @mukesh27 for the patch.
All good. Marking this for commit
.
#5
@
4 years ago
- Owner set to SergeyBiryukov
- Resolution set to fixed
- Status changed from new to closed
In 49943:
:wave:
Adding this to 5.7. so it does not get lost when we make changes to the copy :)
I would suggest dropping the "page" at the end and just going for "our Privacy Policy" though.