We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3074e8 commit b15038fCopy full SHA for b15038f
1 file changed
docs/rules/template-require-input-type.md
@@ -10,7 +10,7 @@ declare a `type` attribute.
10
11
An invalid value like `<input type="foo">` silently falls back to the Text
12
state — the browser reports no error, but the author's intent (validation,
13
-input-mode hint, platform keyboard) is lost. That's a genuine silent-failure
+inputmode hint, platform keyboard) is lost. That's a genuine silent-failure
14
class, which this rule always flags and auto-fixes to `type="text"`.
15
16
A missing `type` attribute (`<input />`) is _spec-compliant_ — the
0 commit comments