Skip to content

Commit

Permalink
chore(rules): fix section508 tags
Browse files Browse the repository at this point in the history
  • Loading branch information
j-mendez committed Mar 12, 2024
1 parent 269fc3f commit 5fc49cb
Show file tree
Hide file tree
Showing 21 changed files with 1,180 additions and 862 deletions.
2 changes: 1 addition & 1 deletion kayle/builder/htmlcs-rule-map.ts
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ export const htmlcsRuleMap = (rule: ParamList) => {
rid.length >= 3 ? `${_rid[0]}.${_rid[1]}.${sl.substring(0, 5)}` : _rid[0];

return [
ruleTarget.startsWith("Principle") ? "" : "SECTION508",
ruleTarget.startsWith("Principle") ? "" : "Section508",
window.WCAGA.includes(ruleTarget) ? "WCAGA" : "",
window.WCAGAA.includes(ruleTarget) ? "WCAGAA" : "",
window.WCAGAAA.includes(ruleTarget) ? "WCAGAAA" : "",
Expand Down
Loading

0 comments on commit 5fc49cb

Please sign in to comment.