https://bugzilla.wikimedia.org/show_bug.cgi?id=30650

--- Comment #12 from Yair Rand <yyairr...@gmail.com> 2011-09-04 17:40:33 UTC ---
I didn't know any browser gives 'block' for:
var a = document.createElement( 'div' ); a.style.display
. The expected result in the script is an empty string. Do you mean that:
var a = document.createElement( 'div' ).style; a.display = 'block'; a.display
//does not give 'block'
?

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

_______________________________________________
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to