- From: Wayne Dick <wayneedick@gmail.com>
- Date: Sat, 10 Aug 2019 12:18:06 -0700
- To: W3C WAI ig <w3c-wai-ig@w3.org>
Received on Saturday, 10 August 2019 19:19:05 UTC
People with LV
If you have difficulty reading Wikipedia at 400% the following css may help.
For those who use CSS to design pages my heavy dependence on "!important"
is bad CSS. I use this because the CSS here is an assistive technology to
help people with low vision. We must override all possible author settings.
Best, Wayne
* {position: static !important;}
#content {
width: 90vw !important;
margin-left: 0 !important;
}
#mw-page-base, #mw-page-base {display: none !important;}
td, th, caption {
max-width: 80vw !important;
}
Received on Saturday, 10 August 2019 19:19:05 UTC