[wp-meta] [Making WordPress.org] #5283: Profiles: Accessibility: Remove redundant texts in dotorg profiles
Making WordPress.org
noreply at wordpress.org
Sun Jun 21 19:45:48 UTC 2020
#5283: Profiles: Accessibility: Remove redundant texts in dotorg profiles
----------------------+-------------------------
Reporter: audrasjb | Owner: (none)
Type: defect | Status: new
Priority: normal | Milestone:
Component: Profiles | Keywords: needs-patch
----------------------+-------------------------
In profile pages, there is some redundant information that need to be
remove.
The issue is located on contributor’s badges.
Here is the current HTML code:
{{{
<li class="odd private is-admin is-member group-no-avatar">
<span class="screen-reader-text">Accessibility Contributor</span>
<div class="badge item dashicons badge-accessibility-contributor
dashicons-universal-access" title="Accessibility Contributor"></div>
Accessibility Contributor
</li>
}}}
It should be replaced with:
{{{
<li class="odd private is-admin is-member group-no-avatar">
<div class="badge item dashicons badge-accessibility-contributor
dashicons-universal-access"></div>
Accessibility Contributor
</li>
}}}
Since profile pages are not open-sourced yet, I tested this new html code
in my browser and it doesn't introduce any user facing change, apart
improving the readability of this page for screen reader users.
Thanks!
Jb
--
Ticket URL: <https://meta.trac.wordpress.org/ticket/5283>
Making WordPress.org <https://meta.trac.wordpress.org/>
Making WordPress.org
More information about the wp-meta
mailing list