[Bug 23318] @inputmode in textarea

https://www.w3.org/Bugs/Public/show_bug.cgi?id=23318

Andrea Rendine <master.skywalker.88@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |master.skywalker.88@gmail.c
                   |                            |om

--- Comment #1 from Andrea Rendine <master.skywalker.88@gmail.com> ---
After several months this small bug is still present. @inputmode is flagged as
"not allowed" both in <input> and in <textarea>. But in the latter, it is also
listed among the allowed attributes. Now everything depends on the normative
source. If it is HTML5 CR, then the attribute is invalid and it's right not to
show it as allowed. Otherwise if you validate against HTML5.1 WD or the nightly
editor's draft, then it's valid in both elements and must not be flagged.
Everything is accepted but the actual situation is confusing.

Attribute inputmode not allowed on element textarea at this point.
<body>↩<p><textarea inputmode="latin"></text
Attributes for element textarea:
Global attributes
autocomplete
autofocus
cols
dirname
disabled
 *inputmode*
maxlength
name
placeholder
readonly
required
rows
wrap

-- 
You are receiving this mail because:
You are the QA Contact for the bug.

Received on Monday, 24 February 2014 00:13:55 UTC