Skip to content

Commit

Permalink
docs: tested all sc's
Browse files Browse the repository at this point in the history
  • Loading branch information
MarjonBakker authored and matijs committed Dec 12, 2024
1 parent af52fd0 commit f775549
Showing 1 changed file with 4 additions and 10 deletions.
14 changes: 4 additions & 10 deletions packages/storybook-test/stories/paragraph/paragraph.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -121,9 +121,8 @@ const meta = {
baseline: 'http://nldesignsystem.nl/wcag/baseline#2024-12',
cannotTell: [],
date: '2024-12-12',
fail: [],
notApplicable: [WCAG22_121_AUDIO_ONLY_AND_VIDEO_ONLY_PRERECORDED],
notTested: [
fail: [WCAG22_144_RESIZE_TEXT, WCAG22_1410_REFLOW, WCAG22_1412_TEXT_SPACING],
notApplicable: [
WCAG22_111_NON_TEXT_CONTENT,
WCAG22_121_AUDIO_ONLY_AND_VIDEO_ONLY_PRERECORDED,
WCAG22_122_CAPTIONS_PRERECORDED,
Expand All @@ -134,24 +133,19 @@ const meta = {
WCAG22_127_EXTENDED_AUDIO_DESCRIPTION_PRERECORDED,
WCAG22_128_MEDIA_ALTERNATIVE_PRERECORDED,
WCAG22_129_AUDIO_ONLY_LIVE,
WCAG22_131_INFO_AND_RELATIONSHIPS,
WCAG22_132_MEANINGFUL_SEQUENCE,
WCAG22_133_SENSORY_CHARACTERISTICS,
WCAG22_134_ORIENTATION,
WCAG22_135_IDENTIFY_INPUT_PURPOSE,
WCAG22_136_IDENTIFY_PURPOSE,
WCAG22_141_USE_OF_COLOR,
WCAG22_142_AUDIO_CONTROL,
WCAG22_143_CONTRAST_MINIMUM,
WCAG22_144_RESIZE_TEXT,
WCAG22_145_IMAGES_OF_TEXT,
WCAG22_146_CONTRAST_ENHANCED,
WCAG22_147_LOW_OR_NO_BACKGROUND_AUDIO,
WCAG22_148_VISUAL_PRESENTATION,
WCAG22_149_IMAGES_OF_TEXT_NO_EXCEPTION,
WCAG22_1410_REFLOW,
WCAG22_1411_NON_TEXT_CONTRAST,
WCAG22_1412_TEXT_SPACING,
WCAG22_1413_CONTENT_ON_HOVER_OR_FOCUS,
WCAG22_211_KEYBOARD,
WCAG22_212_NO_KEYBOARD_TRAP,
Expand Down Expand Up @@ -183,7 +177,6 @@ const meta = {
WCAG22_255_TARGET_SIZE,
WCAG22_256_CONCURRENT_INPUT_MECHANISMS,
WCAG22_311_LANGUAGE_OF_PAGE,
WCAG22_312_LANGUAGE_OF_PARTS,
WCAG22_313_UNUSUAL_WORDS,
WCAG22_314_ABBREVIATIONS,
WCAG22_315_READING_LEVEL,
Expand All @@ -203,7 +196,8 @@ const meta = {
WCAG22_412_NAME_ROLE_VALUE,
WCAG22_413_STATUS_MESSAGES,
],
pass: [WCAG22_131_INFO_AND_RELATIONSHIPS],
notTested: [],
pass: [WCAG22_131_INFO_AND_RELATIONSHIPS, WCAG22_312_LANGUAGE_OF_PARTS, WCAG22_143_CONTRAST_MINIMUM],
},
},
title: 'Componenten/Paragraph',
Expand Down

0 comments on commit f775549

Please sign in to comment.