[Bug 21284] [F+O 3.0] Error conditions for format-date and friends

https://www.w3.org/Bugs/Public/show_bug.cgi?id=21284

Michael Kay <mike@saxonica.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED

--- Comment #2 from Michael Kay <mike@saxonica.com> ---
Implemented the following changes:

1. In 9.8.4 last para, ("In general, the use of an invalid $picture, $language,
$calendar, or $place argument results in a dynamic error.....") added the error
reference err:FOFD1340, and the phrase "More detailed rules are given below."

2. For $language, in the para cited as (A) in comment 1, changed the "must" to
"should".

3. For $calendar, we now say:

The calendar value if present *must* be a valid _EQName_ [FOFD1340]. If it is a
lexical QName then it is expanded into an expanded QName using the statically
known namespaces; if it has no prefix then it represents an expanded-QName in
no namespace. If the expanded QName is in no namespace then it *must* identify
a calendar with a designator specified below [FOFD1340]. 
If the expanded QName is in a namespace then it identifies the calendar in an
implementation-defined way.

4. For the $place argument, we add the sentence "If the value does not take
this form, or if its value is not recognized by the implementation, then the
default place defined in the dynamic context is used."

-- 
You are receiving this mail because:
You are the QA Contact for the bug.

Received on Tuesday, 23 April 2013 10:45:28 UTC