[buddypress-trac] [BuddyPress Trac] #5513: Bulk Notifications Management
buddypress-trac
noreply at wordpress.org
Tue Nov 11 20:42:05 UTC 2014
#5513: Bulk Notifications Management
---------------------------+---------------------------
Reporter: colabsadmin | Owner: boonebgorges
Type: enhancement | Status: reopened
Priority: normal | Milestone: 2.2
Component: Notifications | Version: 2.0
Severity: normal | Resolution:
Keywords: needs-patch |
---------------------------+---------------------------
Comment (by hnla):
Lets add a bp class for hidding label text that marks it as 'Assistive' in
same manner found in WP default themes for our labels and where a theme
might not provide for:
The webaim recommendation
{{{
.bp-screen-reader-text {
position:absolute;
left: -10000px;
top: auto;
width: 1px;
height: 1px;
overflow: hidden;
}
}}}
or the 'clip' approach used by 2014
{{{
.bp-screen-reader-text {
clip: rect(1px, 1px, 1px, 1px);
position: absolute;
}
}}}
--
Ticket URL: <https://buddypress.trac.wordpress.org/ticket/5513#comment:15>
BuddyPress Trac <http://buddypress.org/>
BuddyPress Trac
More information about the buddypress-trac
mailing list