This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 13542 - example in 4.10.1 uses should use <input type=submit> or <button type=submit>
Summary: example in 4.10.1 uses should use <input type=submit> or <button type=submit>
Status: RESOLVED INVALID
Alias: None
Product: HTML WG
Classification: Unclassified
Component: LC1 HTML5 spec (show other bugs)
Version: unspecified
Hardware: PC Windows NT
: P2 normal
Target Milestone: ---
Assignee: Ian 'Hixie' Hickson
QA Contact: HTML WG Bugzilla archive list
URL:
Whiteboard:
Keywords:
Depends on: 13530
Blocks:
  Show dependency treegraph
 
Reported: 2011-08-02 23:36 UTC by Cynthia Shelly
Modified: 2011-08-14 09:57 UTC (History)
5 users (show)

See Also:


Attachments

Description Cynthia Shelly 2011-08-02 23:36:21 UTC
<input type=submit> is more semantically correct for a submit button than <button>
Comment 1 Tab Atkins Jr. 2011-08-02 23:48:52 UTC
I don't understand the objection.  The @type attribute on <button> defaults to "submit" if it's not otherwise specified.  There is absolutely no semantic difference between <button> and <button type=submit>.
Comment 2 Michael[tm] Smith 2011-08-04 05:36:23 UTC
mass-move component to LC1
Comment 3 Anne 2011-08-14 09:57:46 UTC
EDITOR'S RESPONSE: This is an Editor's Response to your comment. If you are satisfied with this response, please change the state of this bug to CLOSED. If you have additional information and would like the editor to reconsider, please reopen this bug. If you would like to escalate the issue to the full HTML Working Group, please add the TrackerRequest keyword to this bug, and suggest title and text for the tracker issue; or you may create a tracker issue yourself, if you are able to do so. For more details, see this document: <http://dev.w3.org/html5/decision-policy/decision-policy.html>.

Status: Rejected
Change Description: no spec change
Rationale: See comment 1.