diff --git a/src/generate/visitors/attributes/lookup.js b/src/generate/visitors/attributes/lookup.js index e36c5c45fb..aa367e4da4 100644 --- a/src/generate/visitors/attributes/lookup.js +++ b/src/generate/visitors/attributes/lookup.js @@ -60,7 +60,6 @@ const lookup = { label: { appliesTo: [ 'track' ] }, lang: {}, language: { appliesTo: [ 'script' ] }, - list: { appliesTo: [ 'input' ] }, loop: { appliesTo: [ 'audio', 'bgsound', 'marquee', 'video' ] }, low: { appliesTo: [ 'meter' ] }, manifest: { appliesTo: [ 'html' ] }, diff --git a/test/generator/input-list/_config.js b/test/generator/input-list/_config.js new file mode 100644 index 0000000000..26f5405e42 --- /dev/null +++ b/test/generator/input-list/_config.js @@ -0,0 +1,8 @@ +export default { + html: ` + + + + ` +}; diff --git a/test/generator/input-list/main.html b/test/generator/input-list/main.html new file mode 100644 index 0000000000..70bc4d8f2c --- /dev/null +++ b/test/generator/input-list/main.html @@ -0,0 +1,4 @@ + + +