[Bug 11162] This test case alerts 0 in all current released browsers: data:text/html,<!doctype html><script>var el = document.createElement("select"); el.multiple = true; alert(el.size);</script> As it stands, the spec says it should alert 1. While we're in the hab

http://www.w3.org/Bugs/Public/show_bug.cgi?id=11162

Aryeh Gregor <Simetrical+w3cbug@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |Simetrical+w3cbug@gmail.com

-- 
Configure bugmail: http://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.

Received on Thursday, 28 October 2010 21:27:06 UTC