Skip to content

Commit bb75ce9

Browse files
committed
fix: move data table attribution local to RESTRICTED
1 parent fa51c92 commit bb75ce9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

lib/rules/template-valid-input-attributes.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
'use strict';
22

3-
// Logic adapted from html-validate (MIT), Copyright 2017 David Sveningsson.
4-
53
const { isNativeElement } = require('../utils/is-native-element');
64

5+
// Data table ported from html-validate input-attributes (MIT), Copyright 2017 David Sveningsson.
6+
// https://html-validate.org/rules/input-attributes.html
77
const RESTRICTED = new Map([
88
['accept', new Set(['file'])],
99
['alt', new Set(['image'])],

0 commit comments

Comments
 (0)