[Bug 15910] Broken check for type attribute on button element

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

--- Comment #5 from William Hatever <julien.cayzac@gmail.com> 2012-02-08 13:01:51 UTC ---
So it appears that by over-simplifying the fragment I removed the bug :)

This works fine:

<form id="action1" action="/"></form>
<button form="action1" type="submit">Submit</button>

But this triggers the error, even on http://validator.w3.org/nu/ tonight:

<form id="action1" action="/"></form>
<button form="action1" type="submit" role="button">Submit</button>

Sorry for the bad report earlier :-(

-- 
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 Wednesday, 8 February 2012 13:03:48 UTC