WebAIM - Web Accessibility In Mind

E-mail List Archives

Re: CSS usage

for

From: Jonathan Metz
Date: Nov 5, 2013 7:45AM


Hi Natalie,

You could use normalize.css (https://github.com/necolas/normalize.css/) to
reset the browser css to allow for other code. Just add it prior to
everything and then move forward with your own css, and fix those pesky
default browser issues you mention from there.

Hope that helpsĀŠ

Jon

On 11/5/13 2:47 AM, "Nathalie Sequeira" < <EMAIL REMOVED> > wrote:

>Hi Susan,
>
>If you serve up a bareboned HTML page, each browser has default CSS
>styles to display it.
>That gives you different font sizes for headings, list stylings for
>lists, colors and underlines to mark links etc.
>So you do have the lining up as well as useful visual cues without any
>specific CSS of your own.
>
>There are however a few problems that the default browser styles present
>for sighted readers:
>- the lines of text will just run straight across the screen, making
>them very long and hard to read
>- also, usually the default font in browsers often is a serif font,
>which is also harder to read for some people.
>- if you use tables, sometimes the borders won't be displayed, making it
>hard for sighted users to understand table structure.
>
>While you can resolve the first two by setting the width of the body to
>something around 30em and the font-family to a sans-serif font,
>especially the tables would do well to be styled by a sighted person.
>
>HTH!
>Nathalie
>
>
>Am 04.11.2013 17:07, schrieb Stanzel, Susan - FSA, Kansas City, MO:
>> Hi Listers,
>>
>> As a blind person how much CSS should I need. Since this is just for
>>the visual appearance it appears to me a sighted person would be more
>>efficient at this. I am specifically talking about getting things to
>>line up on the page even though the font letters are different sizes.
>>
>>
>>
>>
>> This electronic message contains information generated by the USDA
>>solely for the intended recipients. Any unauthorized interception of
>>this message or the use or disclosure of the information it contains may
>>violate the law and subject the violator to civil or criminal penalties.
>>If you believe you have received this message in error, please notify
>>the sender and delete the email immediately.
>> >> >> >>
>>
>
>>>