- Conveying color meaning to AT as markdown include
- Add/replace callout for color and AT with include
This commit is contained in:
parent
bfe3c590df
commit
40aee9325d
8 changed files with 24 additions and 10 deletions
|
|
@ -0,0 +1,5 @@
|
|||
{% callout warning %}
|
||||
#### Conveying meaning to assistive technologies
|
||||
|
||||
Using color to add meaning only provides a visual indication, which will not be conveyed to users of assistive technologies – such as screen readers. Ensure that information denoted by the color is either obvious from the content itself (e.g. the visible text), or is included through alternative means, such as additional text hidden with the `.sr-only` class.
|
||||
{% endcallout %}
|
||||
Loading…
Add table
Add a link
Reference in a new issue