Skip to main content
paulk7737514
Inspiring
March 11, 2017
Answered

Section 508 requirements

  • March 11, 2017
  • 1 reply
  • 793 views

I am designing a website that has to take into account Section 508 requirements. They usually concern providing a description for images using the alt element and providing a key-entered alternative to access various form fields. All can be found here:

https://www.hhs.gov/web/section-508/making-files-accessible/checklist/html/index.html

Several of the questions deal with CSS disabled. My question is since text should be visible even with CSS disabled, does that mean that I should plan on black text on a white background only? I don't know if white text on a black background will even be visible with CSS disabled.

    This topic has been closed for replies.
    Correct answer Nancy OShea

    If CSS is disabled, browser defaults are applied.

    Browser defaults to black text on a white background.

    Nancy

    1 reply

    Nancy OShea
    Community Expert
    Nancy OSheaCommunity ExpertCorrect answer
    Community Expert
    March 11, 2017

    If CSS is disabled, browser defaults are applied.

    Browser defaults to black text on a white background.

    Nancy

    Nancy O'Shea— Product User & Community Expert
    paulk7737514
    Inspiring
    March 11, 2017

    Ah, I might have known. So whichever color background you use is irrelevant.

    Thanks a lot!

    Nancy OShea
    Community Expert
    Community Expert
    March 12, 2017

    It's not irrelevant.  Your CSS must conform to WCAG.  There are 3 levels of conformance -- A, AA and AAA.  

    WCAG Overview | Web Accessibility Initiative (WAI) | W3C

    Nancy O'Shea— Product User & Community Expert