Help:Accessibility

From Disney•Pixar CARS Wiki
Jump to navigation Jump to search

Accessibility is always important to consider, with respect to users of all screen sizes and ability of vision. Unless noted otherwise, all of Wikipedia's accessibility guidelines will apply to this wiki.

See

Notes

Screens

Flexbox is useful for skin-specific style rules.

Some other classes which exist (add via inline CSS).

! Name Values
.no-mobile
.mobile-only
display: none;
.mobile-width overflow-x: scroll;

General

  • Consider contrast; don't use red text on a red background.
  • Any visual element using color coding must also include text or symbols.
  • Utilize |alt= attribute in link and image markup.

Avoid:

Research needed