[Bug 28354] Placeholder on inputs with type="email" wrongly being flagged as invalid.

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