1.3.1 Info and Relationships Level A

Browse by Category

Conformance Levels

Description

Information, structure, and relationships conveyed through presentation can be programmatically determined or are available in text.

[View on W3C.org]

Questions & Answers

Why can’t I use CSS :before and :after to insert content?

It's really very annoying that CSS pseudo element content, either :before or :after is outlawed. It is a really useful way of storing stock responses to activities, effectively creating global variables that have to be set only once. Eg html[lang="en"] [pageType="multichoice"] .wellDoneDiv::before{ content:"Well Done, that's...

  • CSS
  • css psuedo content

Are Landmarks Required?

Are landmarks required? Do you have to have landmarks to comply with WCAG?

  • aria landmarks
  • landmarks

What does “accessibility node not exposed” mean?

I was checking to make sure an element on my page has an accessible name in Chrome's Developer Tools and under the Computed Properties section of the Accessibility panel, it says "Accessibility node note exposed. Element not interesting for accessibility." What does that mean?

  • accessibility node
  • hidden content