ISSUE-46 - Public View

DOM3EV: createEvent case-(in)sensitive?

State:
CLOSED
Product:
DOM 3 Events
Raised by:
Bjoern Hoehrmann
Opened on:
2006-03-19
Description:
We don't say whether createEvent performs case-(in)sensitive comparison
with its argument. It should be case-sensitive but some implementations
disagree. I can't remember seeing a script that uses other spelling than
what we have in the document, and we don't disallow (or discuss in any
other way) proprietary extensions relative to createEvent(...), so it's
fairly save to specify that it's case-sensitive.

If other disagree and want case-insensitive comparison, we need to de-
fine the algorithm for that. In Unicode there are several ways to do
that, assuming that we do not prohibit proprietary extensions that use
non-ASCII characters. I guess we should use simple case folding then,
but let's rather make it case-sensitive...

Note: Some of these links may be accessible only to W3C Members.

Related emails:
  1. ISSUE-46: DOM3EV: createEvent case-(in)sensitive? (from dean+cgi@w3.org on 2006-03-19)
  2. Re: ISSUE-46: DOM3EV: createEvent case-(in)sensitive? (from derhoermi@gmx.net on 2006-03-24)
  3. Re: ISSUE-46: DOM3EV: createEvent case-(in)sensitive? (from jonas@sicking.cc on 2006-03-23)

Related notes:

2006-09-19: Pending ACTION-107