- From: <bugzilla@jessica.w3.org>
- Date: Sun, 27 Apr 2014 17:15:05 +0000
- To: public-webapps-bugzilla@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=25408
Gary Kacmarcik <garykac@google.com> changed:
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|---                         |FIXED
--- Comment #4 from Gary Kacmarcik <garykac@google.com> ---
extra closing paren - FIXED remove close paren
WheelEventInit - FIXED changed to be 0.0 everywhere
for the IDL links - FIXED:
* The IDL constants in the respec-generated code were not getting correct
hrefs. I've updated fixup.js to correct these so they should all be working
now.
* stopImmediatePropagation was not working because my fixup script wasn't
(apparently) waiting long enough before fixing up the respec generated code.
I've made it wait longer and this seems to work consistently. Note that this
won't be a problem for the final version since we'll have statically generated
html.
* for some other methods, the signature was changed (eg: AbstractView ->
Window) so they were no longer being cleaned up. This has been fixed.
Note that console log errors should be reported when the script is unable to
fixup everything it expects to do.
IDL space between name and '(' - This is autogenerated by respec, we don't have
a space there in the original source.  All respec-based specs should have this
as well.
glossary terms:
hysteresis - FIXED
rotation - Not all the 'rotation's in the text map to this term, but I've FIXED
the ones that should
delta - FIXED
EventListener/handleEvent - FIXED
un-initialized - FIXED (changed 'Event' to generic 'event')
alphabetic order for glossary - FIXED
Re: change ref to DOM3 Core. There has been no discussion of that, but if you
feel it should be changed, please open a bug for that so that we can discuss
it.
https://dvcs.w3.org/hg/dom3events/rev/94e701e465ee
https://dvcs.w3.org/hg/dom3events/rev/18f90bc297a4
-- 
You are receiving this mail because:
You are the QA Contact for the bug.
Received on Sunday, 27 April 2014 17:15:06 UTC