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 24468 - document.observe("dom:loaded", function(){ $$('p'($$('input[type=radio]'))).forEach(function(e){ e.click $('input[type==radio]').checked=false; }); });
Summary: document.observe("dom:loaded", function(){ $$('p'($$('input[type=radio]')))....
Status: RESOLVED INVALID
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-02-02 07:28 UTC by contributor
Modified: 2014-02-03 19:55 UTC (History)
2 users (show)

See Also:


Attachments

Description contributor 2014-02-02 07:28:17 UTC
Specification: http://www.whatwg.org/specs/web-apps/current-work/multipage/forms.html
Multipage: http://www.whatwg.org/C#writing-a-form's-user-interface
Complete: http://www.whatwg.org/c#writing-a-form's-user-interface
Referrer: https://www.google.com/

Comment:
document.observe("dom:loaded", function(){     
$$('p'($$('input[type=radio]'))).forEach(function(e){		e.click       
	 $('input[type==radio]').checked=false;  }); });

Posted from: 178.131.220.102
User agent: Mozilla/5.0 (Windows NT 6.2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/32.0.1700.102 Safari/537.36
Comment 1 Ian 'Hixie' Hickson 2014-02-03 19:55:27 UTC
Not sure what to do with this.