- From: <bugzilla@wiggum.w3.org>
- Date: Fri, 01 Jul 2005 01:05:33 +0000
- To: public-qt-comments@w3.org
- Cc:
http://www.w3.org/Bugs/Public/show_bug.cgi?id=1517
Summary: Editorial/Markup: Inconsistency in casting table(17.1)
Product: XPath / XQuery / XSLT
Version: Last Call drafts
Platform: Other
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: Functions and Operators
AssignedTo: ashok.malhotra@oracle.com
ReportedBy: frans.englich@telia.com
QAContact: public-qt-comments@w3.org
Hi,
The "casting table" in "17.1 Casting from primitive types to primitive types"
has an inconsistency:
The table columns uses a short form for the data type names while the title
attribute(rendered as the tool tip in most browsers) contains the unabbreviated
local name. For example, for xs:decimal, the markup looks like this:
<th><span class="cancast" title="decimal">dec</span></th>
However, for some types also the abbreviated form is used in the title
attribute. "gYM" appears to be such a case:
<th><span class="cancast" title="gYM">gYM</span></th>
The data types for which I've found this error are: gYM, gYr, gMD, and
gMon(maybe gDay as well, can't tell), in both the vertical and horizontal
column.
Cheers,
Frans
Received on Friday, 1 July 2005 01:05:35 UTC