[Bug 27738] Need to change name of 'message' event to avoid confusion.

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

--- Comment #5 from Anne <annevk@annevk.nl> ---
Event types (commonly referred to as the name of an event) are not required to
be globally unique. This only goes for event interfaces (nay classes) and even
those can be reused by events that signify something else as long as the
objects they are dispatched on are different. 

(And I would argue, as long as those objects have no relationship. E.g. we
wouldn't want Text and Element nodes to use a "foo" event with a "FooEvent"
interface for completely different reasons.)

So I don't really see a problem here.

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

Received on Friday, 16 January 2015 08:27:28 UTC