Skip to content

Commit

Permalink
Fix issue in rule mapping
Browse files Browse the repository at this point in the history
  • Loading branch information
WilcoFiers committed Nov 2, 2023
1 parent 485104c commit d2b0901
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions wcag-mapping.json
Original file line number Diff line number Diff line change
Expand Up @@ -215,13 +215,13 @@
"proposed": false
},
{
"title": "Line height in style attributes is not !important",
"title": "Important line height in style attributes is wide enough",
"permalink": "/standards-guidelines/act/rules/78fd32/",
"successCriteria": [
"text-spacing"
],
"wcagTechniques": [],
"deprecated": true,
"deprecated": false,
"proposed": false
},
{
Expand Down Expand Up @@ -334,13 +334,13 @@
"proposed": false
},
{
"title": "Word spacing in style attributes is not !important",
"title": "Important word spacing in style attributes is wide enough",
"permalink": "/standards-guidelines/act/rules/9e45ec/",
"successCriteria": [
"text-spacing"
],
"wcagTechniques": [],
"deprecated": true,
"deprecated": false,
"proposed": false
},
{
Expand Down

0 comments on commit d2b0901

Please sign in to comment.