- From: <bugzilla@jessica.w3.org>
- Date: Sat, 28 Mar 2015 08:54:21 +0000
- To: www-validator-cvs@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=28354
Alexey Smolianinov <alexisowl@gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |alexisowl@gmail.com
--- Comment #3 from Alexey Smolianinov <alexisowl@gmail.com> ---
Same for "required" and "pattern" attributes:
Attribute required is only allowed when the input type is checkbox, date,
datetime, datetime-local, e-mail, file, month, number, password, radio, search,
tel, text, time, url, or week.
<input type="email" required pattern="@">
Attribute pattern is only allowed when the input type is e-mail, password,
search, tel, text, or url.
<input type="email" required pattern="@">
--
You are receiving this mail because:
You are the QA Contact for the bug.
Received on Saturday, 28 March 2015 08:54:22 UTC