Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

enhancement(content): a11y Objetivos de Aprendizaje #1214

Open
wants to merge 11 commits into
base: next
Choose a base branch
from
80 changes: 80 additions & 0 deletions learning-objectives/data.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,86 @@ js:
# - async/await
# - streams

# OAs of accessibility follow the WCAG criteria of level A, AA organized by the 4 priciples.
# https://www.w3.org/WAI/WCAG21/quickref/?currentsidebar=%23col_customize&showtechniques=111%2C221%2C244%2C246%2C243&levels=aaa
# Criteria are further grouped under a guideline, the guidelines are commented out here and skipped
# to simplify the nested hierachy and heading length
# Example: accessibility/perceivable/non-text-content vs
# accessibility/perceivable/text-alternatives/non-text-content
#
# audit and test-assistive-technolgies are exceptional OAs that we have added
# that don't fall within a category, which are more practices/tests to perform in development workflow
accessibility:
- audit
- test-assistive-technologies
- perceivable:
# - text-alternatives
- non-text-content
# - time-based-media
- audio-video-only
- captions
- audio-description-media-alternative
- captions-live
- audio-description-prerecorded
# - adaptable-content
- info-relationships
- meaningful-sequence
- sensory-characteristics
- orientation
- identify-input-purpose
# - distinguishable-content
- use-of-color
- audio-control
- contrast-minimum
- resize-text
- images-text
- reflow
- non-text-contrast
- text-spacing
- content-hover-focus
- operable:
# - keyboard-accessible
- keyboard
- no-keyboard-trap
- character-key-shortcuts
# - enough-time
- timing-adjustable
- pause-stop-hide
# - seizures-physical-reactions
- three-flashes-or-below
# - navigable
- bypass-blocks
- page-titled
- focus-order
- link-purpose
- multiple-ways
- headings-labels
- focus-visible
# - input-modalities
- pointer-gestures
- pointer-cancellation
- label-in-name
- motion-actuation
- understandable:
# - readable
- language-page
- language-parts
# - predictable
- on-focus
- on-input
- consistent-navigation
- consistent-identification
# - input-assistance
- error-identification
- labels-instructions
- error-suggestion
- error-prevention
- robust:
# - compatible
- parsing
- name-role-value
- status-messages

scm:
- git:
- setup
Expand Down
Loading