- From: Mark Birbeck <Mark.Birbeck@x-port.net>
- Date: Thu, 13 Feb 2003 00:36:26 -0000
- To: "'www-forms-editor@w3.org'" <www-forms-editor@w3.org>
In the sections on xforms:help and xforms:hint, there are a couple of
errors:
1. The event names are xforms:help and xforms:hint, but they should be
xforms-help and xforms-hint.
2. The text uses:
<message type="modeless">
and:
<message type="ephemeral">
The attribute @type should be @level (see 10.1.2).
In addition, I would suggest that the wording
... event handler that responds with <message type="ephemeral">
doesn't mean anything. It's neither an English phrase nor valid XML and
should really be made into one or the other. I think it would be clearer to
write it in words. Something like:
... that responds with [a message action with a level of "ephemeral"].
Alternatively the XML could be made correct. For example:
The optional element hint provides a convenient way to attach hint
information to a form control. [This is equivalent to the following:
<message type="ephemeral" ev:event="xforms-hint">
Please enter the number and street name
</message>
]
Regards,
Mark
Mark Birbeck
Co-author Professional XML and
Professional XML Meta Data,
both by Wrox Press
Managing Director
x-port.net Ltd.
4 Pear Tree Court
London
EC1R 0DS
E: Mark.Birbeck@x-port.net
W: www.x-port.net
T: +44 (20) 7689 9232
Received on Wednesday, 12 February 2003 19:40:12 UTC