Module:Progression rainbow/styles.css: Difference between revisions

Content deleted Content added
??
use the one that doesn't depend on clip
Line 16:
 
/* hide the text provided for blind people
https://webaim.org/techniques/css/invisiblecontent/
https://accessibility.18f.gov/hidden-content/
don't have access to clip. too new? open to abuse?
*/
.progression-rainbow span {
border: 0;
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute;
left: -10000px;
top: auto;
width: 1px;
height: 1px;
overflow: hidden;
}