[Bug 28362] Input Type "email" with attribute "placeholder" comes up as error. Incorrect W3C HTML5 Standards.

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

wendt.withers@cirragroup.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |wendt.withers@cirragroup.co
                   |                            |m

--- Comment #1 from wendt.withers@cirragroup.com ---
The following attributes are also flagged incorrectly:
required
maxlength

Example:
<input placeholder="test@example.com" required="required" name="email"
type="email" value="" maxlength="75" id="email">

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

Received on Sunday, 29 March 2015 22:45:38 UTC