[wp-trac] [WordPress Trac] #32400: Plugin cards: plugin images missing alt attribute
WordPress Trac
noreply at wordpress.org
Thu Sep 3 19:55:54 UTC 2015
#32400: Plugin cards: plugin images missing alt attribute
--------------------------+--------------------------------
Reporter: afercia | Owner: afercia
Type: defect (bug) | Status: reviewing
Priority: normal | Milestone: 4.4
Component: Plugins | Version: 4.2
Severity: normal | Resolution:
Keywords: has-patch | Focuses: ui, accessibility
--------------------------+--------------------------------
Comment (by TomHarrigan):
@afercia, not sure I understand. Putting the actual visual title (rather
than the screen reader text title) in that same anchor tag is going to
change the layout of the card. The anchor tag has the .plugin-icon class
which define the dimensions ( 128x128 ) of the icon area and would thus
confine the visual title to that left-most portion of the card
{{{
.plugin-icon, .plugin-icon img {
width: 128px;
height: 128px;
}
}}}
--
Ticket URL: <https://core.trac.wordpress.org/ticket/32400#comment:5>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list