You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
briangonzalez edited this page Aug 14, 2012
·
2 revisions
Icons With text
The icons that are tightly-coupled with text (example View Tree from the image below) are mostly supplementary, and accessibility concerns are low since we're offering them the full text on the page.
/* ****************************************************
* Icons with Text
******************************************************/
[data-icon]:before {
font-family: 'genicons';
content: attr(data-icon);
speak: none;
}
.icon-font{
font-family: 'genicons';
}
Standalone Icons
The icons that are standalone (example the drop-down arrow on each node in the image below) have more accessibility concerns, so we'll address that with some CSS which will allow the screen-readers to read the text.