We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
1 parent e027f30 commit 4d702d8Copy full SHA for 4d702d8
src/core/rules/tagname-specialchars.ts
@@ -2,7 +2,7 @@ import { Rule } from '../types'
2
3
export default {
4
id: 'tagname-specialchars',
5
- description: 'All html element names must be in lowercase.',
+ description: 'All special characters must be escaped.',
6
init(parser, reporter) {
7
const specialchars = /[^a-zA-Z0-9\-:_]/
8
0 commit comments