[Webkit-unassigned] [Bug 44980] setAttribute() followed by getAttribute() on select.size does not return the same thing

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Dec 12 08:37:30 PST 2011


https://bugs.webkit.org/show_bug.cgi?id=44980





--- Comment #5 from Alexey Proskuryakov <ap at webkit.org>  2011-12-12 08:37:30 PST ---
> The size attribute, if specified, must have a value that is a valid non-negative integer greater than zero.

This is a document conformance requirement, not an engine one. Nothing should prevent setting content attributes with setAttribute (and indeed, even setAttribute("multiple", "foo") works in WebKit).

Tangentially related, current spec text is different from what is quoted in comment 3. The IDL attribute's value no longer magically changes to 1 or 4 depending on whether "multiple" is set.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list