- From: <bugzilla@jessica.w3.org>
- Date: Tue, 19 May 2015 10:10:16 +0000
- To: public-qt-comments@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=28654 --- Comment #1 from Debbie Lockett <debbie@saxonica.com> --- Regarding the second error case, the "option parameter conventions" (1.5) state clearly what is and isn't considered an error for the $options argument supplied. Rule 6 says: For each named option, the function specification defines a required type for the option value. The value that is actually supplied in the map is converted to this required type using the function conversion rules. A dynamic error occurs if the supplied value cannot be converted to the required type, or if the value after conversion is not one of the permitted values for the option in question. **The error codes for this error are defined in the specification of each function.** -- You are receiving this mail because: You are the QA Contact for the bug.
Received on Tuesday, 19 May 2015 10:10:17 UTC