[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

--- Comment #1 from Aryeh Gregor <Simetrical+w3cbug@gmail.com> 2010-10-28 21:31:10 UTC ---
I meant to add, the spec used to imply this until this commit:

http://lists.whatwg.org/pipermail/commit-watchers-whatwg.org/2010/004731.html

But then it went back to saying 1 across the board for some reason.  Note that
Firefox 4 does the 1-and-4 thing like the old spec version.  volkmar and smaug
mentioned something in #whatwg about a regression bug, but anyway, I can't see
how "1 across the board" is any more web-compatible than "sometimes 1 and
sometimes 4" if all current browsers make the default 0.

-- 
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:31:12 UTC