- From: <bugzilla@jessica.w3.org>
- Date: Mon, 06 Feb 2012 12:17:35 +0000
- To: www-validator-cvs@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=15910
Summary: Broken check for type attribute on button element
Product: Validator
Version: 1.2
Platform: PC
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: HTML5
AssignedTo: mike+validator@w3.org
ReportedBy: julien.cayzac@gmail.com
QAContact: www-validator-cvs@w3.org
The following HTML5 fragment fails to validate with a "Bad value submit for
attribute type on element button" error message, whereas said value is
perfectly valid according to HTML5 specs:
<form id="action1" action="/"></form>
<button form="action1" type="submit">Submit</button>
--
Configure bugmail: https://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
Received on Monday, 6 February 2012 12:17:44 UTC