- From: <bugzilla@jessica.w3.org>
- Date: Tue, 10 May 2011 17:42:06 +0000
- To: public-html-bugzilla@w3.org
http://www.w3.org/Bugs/Public/show_bug.cgi?id=12288
Aryeh Gregor <Simetrical+w3cbug@gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |REOPENED
Resolution|FIXED |
--- Comment #4 from Aryeh Gregor <Simetrical+w3cbug@gmail.com> 2011-05-10 17:42:05 UTC ---
This introduces a contradiction. In the IDL, "size" is an unsigned long, but
the prose says it's limited to only non-negative numbers. The prose for
"limited to only non-negative numbers" is defined only for long, not unsigned
long: "If a reflecting IDL attribute has a signed integer type (long) that is
limited to only non-negative numbers . . ."
You probably meant to change the IDL type for "size" from "unsigned long" to
"long".
--
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 Tuesday, 10 May 2011 17:42:08 UTC