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
What WCAG color contrast guidelines apply to sub brand logos?
Our team is designing logos for a medical brand and we understand that LOGOS (assume primary logos, such as the Amazon logo) do not need to be ADA-Compliant, but what about subbrands that are typed out such as HEALTH BRAND | Insurance Plans?
- branding
- color
- contrast
- contrast ratios
- text
Choosing the Best Fonts for Accessibility
What fonts should we use; serif or sans-serif? Are there any guidelines for HTML or email?
- Font
- text
- Typefaces
What Is Synchronized Media?
What is synchronized media (1.2)? Is a video with audio considered synchronized?
- audio
- audio descriptions
- captions
- prerecorded video
- video
Visible Indication of Focus on Text Fields
Does there need to be a visible indication of focus when there's a text pointer?
- contrast
- contrast ratios
- focus
- text
Are Landmarks Required?
Are landmarks required? Do you have to have landmarks to comply with WCAG?
- aria landmarks
- landmarks
Images on Ecommerce Site
For ecommerce sites, when should images be coded as meaningful and when should they be coded as decorative?
- alt tags
- ecommerce
- images