Skip to content

Commit

Permalink
tested all sc's
Browse files Browse the repository at this point in the history
  • Loading branch information
MarjonBakker authored Dec 12, 2024
1 parent a9f7655 commit a1a374f
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions packages/storybook-test/stories/paragraph/paragraph.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,11 @@ const meta = {
baseline: 'http://nldesignsystem.nl/wcag/baseline#2024-12',
cannotTell: [],
date: '2024-12-12',
fail: [],
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,
Expand Down Expand Up @@ -196,13 +200,8 @@ const meta = {
WCAG22_413_STATUS_MESSAGES,
],
notTested: [
WCAG22_312_LANGUAGE_OF_PARTS,
WCAG22_143_CONTRAST_MINIMUM,
WCAG22_144_RESIZE_TEXT,
WCAG22_1410_REFLOW,
WCAG22_1412_TEXT_SPACING,
],
pass: [WCAG22_131_INFO_AND_RELATIONSHIPS],
],
pass: [WCAG22_131_INFO_AND_RELATIONSHIPS,WCAG22_312_LANGUAGE_OF_PARTS,WCAG22_143_CONTRAST_MINIMUM],
},
},
title: 'Componenten/Paragraph',
Expand Down

0 comments on commit a1a374f

Please sign in to comment.