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

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

Michael[tm] Smith <mike@w3.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |mike@w3.org

--- Comment #6 from Michael[tm] Smith <mike@w3.org> ---
(In reply to omar.crea from comment #2)
> Same for the "maxlength" attribute.

(In reply to Alexey Smolianinov from comment #3)
> 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="@">

All caused by the same bug, all now fixed.

(In reply to Phil Ellett from comment #5)
> Why is the bug I posted marked as being a duplicate of a bug posted more
> than 24 hours later!!!!.

Dunno but thanks for taking time to report it originally.

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

Received on Monday, 30 March 2015 08:53:47 UTC