[wp-trac] [WordPress Trac] #46233: Multiple themes: Theme includes Screen Reader Text inside Card
WordPress Trac
noreply at wordpress.org
Fri Jul 19 10:34:56 UTC 2024
#46233: Multiple themes: Theme includes Screen Reader Text inside Card
---------------------------+-----------------------------
Reporter: dshanske | Owner: karmatosed
Type: defect (bug) | Status: assigned
Priority: low | Milestone: Future Release
Component: Bundled Theme | Version:
Severity: trivial | Resolution:
Keywords: has-patch | Focuses:
---------------------------+-----------------------------
Changes (by sabernhardt):
* milestone: Awaiting Review => Future Release
Comment:
Twenty Fifteen
- Before patch: \\
`<span class="byline"><span class="author vcard"><span class="screen-
reader-text">Author </span><a class="url fn n"
href="http://localhost/svn/src/author/test/">tester</a></span></span>`
- With 46233.3.patch: \\
`<span class="byline"><span class="screen-reader-text">Author
</span><span class="author vcard"><a class="url fn n"
href="http://localhost/svn/src/author/test/">tester</a></span></span>`
Twenty Sixteen, with avatars enabled
- Before patch: \\
`<span class="byline"><span class="author vcard"><img alt=''
src='http://0.gravatar.com/avatar/0309805bf7f3bc7b9a30f6e5c772475a?s=49&d=mm&r=g'
srcset='http://0.gravatar.com/avatar/0309805bf7f3bc7b9a30f6e5c772475a?s=98&d=mm&r=g
2x' class='avatar avatar-49 photo' height='49' width='49'
decoding='async'/><span class="screen-reader-text">Author </span> <a
class="url fn n"
href="http://localhost/svn/src/author/test/">tester</a></span></span>`
- With 46233.3.patch: \\
`<span class="byline"><img alt=''
src='http://0.gravatar.com/avatar/0309805bf7f3bc7b9a30f6e5c772475a?s=49&d=mm&r=g'
srcset='http://0.gravatar.com/avatar/0309805bf7f3bc7b9a30f6e5c772475a?s=98&d=mm&r=g
2x' class='avatar avatar-49 photo' height='49' width='49'
decoding='async'/><span class="screen-reader-text">Author </span><span
class="author vcard"><a class="url fn n"
href="http://localhost/svn/src/author/test/">tester</a></span></span>`
Twenty Sixteen, without avatar
- Before patch: \\
`<span class="byline"><span class="author vcard"><span class="screen-
reader-text">Author </span><a class="url fn n"
href="http://localhost/svn/src/author/test/">tester</a></span></span>`
- With 46233.3.patch: \\
`<span class="byline"><span class="screen-reader-text">Author
</span><span class="author vcard"><a class="url fn n"
href="http://localhost/svn/src/author/test/">tester</a></span></span>`
--
Ticket URL: <https://core.trac.wordpress.org/ticket/46233#comment:11>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list