Skip to content

Commit b0067f0

Browse files
committed
docs: fix inputmode attribute name (remove spurious hyphen)
1 parent 4bc8dc3 commit b0067f0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/rules/template-require-input-type.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ declare a `type` attribute.
1010

1111
An invalid value like `<input type="foo">` silently falls back to the Text
1212
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
13+
inputmode hint, platform keyboard) is lost. That's a genuine silent-failure
1414
class, which this rule always flags and auto-fixes to `type="text"`.
1515

1616
A missing `type` attribute (`<input />`) is _spec-compliant_ — the

0 commit comments

Comments
 (0)