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 21841 - function change(fum) { var changestyle = document.getElementById(fum).style; changestyle.color = "black"; changestyle.backgroundColor = "lightgray"; [...]
Summary: function change(fum) { var changestyle = document.getElementById(...
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:
: 21842 21843 21844 21845 21846 (view as bug list)
Depends on:
Blocks:
 
Reported: 2013-04-26 09:58 UTC by contributor
Modified: 2014-12-02 15:40 UTC (History)
3 users (show)

See Also:


Attachments

Description contributor 2013-04-26 09:58:40 UTC
Specification: http://dev.w3.org/html5/websockets/
Multipage: http://www.whatwg.org/C#top
Complete: http://www.whatwg.org/c#top
Referrer: 

Comment:
 function change(fum) {
	    var changestyle = document.getElementById(fum).style;
	    changestyle.color = "black";
	    changestyle.backgroundColor = "lightgray";
	    changestyle.height="50px";
	}
	function turnback(fum) {
	    var changestyle = document.getElementById(fum).style;
	    changestyle.color = "white";
	    changestyle.backgroundColor = "lightblue";
	    changestyle.height = "40px"; 
	}

Posted from: 221.226.219.116
User agent: Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0)
Comment 1 Ian 'Hixie' Hickson 2013-06-05 23:24:09 UTC
*** Bug 21842 has been marked as a duplicate of this bug. ***
Comment 2 Ian 'Hixie' Hickson 2013-06-05 23:24:15 UTC
*** Bug 21843 has been marked as a duplicate of this bug. ***
Comment 3 Ian 'Hixie' Hickson 2013-06-05 23:24:19 UTC
*** Bug 21844 has been marked as a duplicate of this bug. ***
Comment 4 Ian 'Hixie' Hickson 2013-06-05 23:24:24 UTC
*** Bug 21845 has been marked as a duplicate of this bug. ***
Comment 5 Ian 'Hixie' Hickson 2013-06-05 23:24:28 UTC
*** Bug 21846 has been marked as a duplicate of this bug. ***