|
Posted by David Dorward on 10/11/43 12:00
Toby A Inkster wrote:
> In XHTML, yes; in HTML, the case of element and attribute names does not
> matter, but using camelCase is not unusual for the event handling
> attributes, to draw parallels with the usual Javascript coding style.
Ironically, while camelCase is the usual JS style, in the case of event
handlers, the DOM methods are lower case.
--
David Dorward
http://dorward.me.uk/
http://blog.dorward.me.uk/
[Back to original message]
|