Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion lib/rules/label-content-name-mismatch.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
"wcag253",
"EN-301-549",
"EN-9.2.5.3",
"experimental"
"a11y-engine",
"a11y-engine-experimental"
],
"actIds": ["2ee8b8"],
"metadata": {
Expand Down
3 changes: 2 additions & 1 deletion lib/rules/p-as-heading.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
"wcag131",
"EN-301-549",
"EN-9.1.3.1",
"experimental"
"a11y-engine",
"a11y-engine-experimental"
],
"metadata": {
"description": "Ensure bold, italic text and font-size is not used to style <p> elements as a heading",
Expand Down
Loading