- From: <bugzilla@jessica.w3.org>
- Date: Wed, 02 May 2012 16:11:57 +0000
- To: public-webapps-bugzilla@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=16335 --- Comment #4 from Travis Leithead [MSFT] <travil@microsoft.com> 2012-05-02 16:11:56 UTC --- (In reply to comment #3) > If you keep eventPhase with value 0 you'll have to invent a constant for it > too. We have no exceptions to that rule thus far. I thought adding a constant > would be a greater change than defining the default value, but I'm happy to add > a constant. I'm thinking that a constant would be the easiest way to align the implementations. I checked HTML5 + all the WebApps specs looking for a suitable existing constant--the closest match was "NONE" from HTMLTrackElement. ("UNSENT" from XHR could also be used. There's also a value of "uninitialized" for the effectAllowed of DataTransfer, which is a string value (not a constant). So, I think I'll just stick with UNINITIALIZED unless anyone objects. -- Configure bugmail: https://www.w3.org/Bugs/Public/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug.
Received on Wednesday, 2 May 2012 16:12:08 UTC