Skip to content

Commit

Permalink
Merge pull request #770 from aablatov/tests/cypress-01-1
Browse files Browse the repository at this point in the history
Tests/cypress-01-1. rules htmlvalidate
  • Loading branch information
Areso authored Mar 2, 2023
2 parents 882744e + 8f393f0 commit c1799eb
Show file tree
Hide file tree
Showing 5 changed files with 109 additions and 75 deletions.
18 changes: 18 additions & 0 deletions .htmlvalidate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"extends": ["html-validate:recommended"],
"rules": {
"require-sri": "warn",
"script-type": "warn",
"wcag/h30": "warn",
"wcag/h37": "warn",
"heading-level": "warn",
"element-permitted-content": "warn",
"input-missing-label": "warn",
"no-deprecated-attr": "warn",
"attribute-allowed-values": "warn",
"element-name": "warn"
},
"elements": [
"html5"
]
}
Loading

0 comments on commit c1799eb

Please sign in to comment.