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 25600 - forms: logic for radio buttons when changing type="" attribute
Summary: forms: logic for radio buttons when changing type="" attribute
Status: RESOLVED FIXED
Alias: None
Product: WHATWG
Classification: Unclassified
Component: HTML (show other bugs)
Version: unspecified
Hardware: Other other
: P3 normal
Target Milestone: Unsorted
Assignee: Ian 'Hixie' Hickson
QA Contact: contributor
URL: http://www.whatwg.org/specs/web-apps/...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-05-08 08:50 UTC by contributor
Modified: 2014-08-04 18:51 UTC (History)
3 users (show)

See Also:


Attachments

Description contributor 2014-05-08 08:50:31 UTC
Specification: http://www.whatwg.org/specs/web-apps/current-work/multipage/states-of-the-type-attribute.html
Multipage: http://www.whatwg.org/C#radio-button-state-(type=radio)
Complete: http://www.whatwg.org/c#radio-button-state-(type=radio)
Referrer: http://www.whatwg.org/specs/web-apps/current-work/multipage/the-input-element.html

Comment:
Seems like changing type= also unchecks other elements in the radio button
group. http://software.hixie.ch/utilities/js/live-dom-viewer/saved/3012

Posted from: 90.230.218.37 by simonp@opera.com
User agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.116 Safari/537.36 OPR/21.0.1432.48 (Edition Next)
Comment 1 contributor 2014-08-04 18:51:08 UTC
Checked in as WHATWG revision r8700.
Check-in comment: Match reality with respect to changing <input type> to a radio button
http://html5.org/tools/web-apps-tracker?from=8699&to=8700