[Bug 26699] Some clean up

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

--- Comment #1 from Anne <annevk@annevk.nl> ---
(In reply to Arkadiusz Michalski (Spirit) from comment #0)
> I collect some small fixes:

Amazing, thanks!


> The same algo in 2.2, 2.4 we see "terminate these steps", but maybe better
> use "terminate these substeps", and change green box "Steps are not
> terminated here." to "Substeps are not terminated here."

The steps are terminated here, not the substeps.



> In Element.closest(selectors):
> http://dom.spec.whatwg.org/#dom-element-closest

This will likely be rewritten based on discussion on www-dom list.


> Maybe add some info that NamedNodeMap are always live (like some
> Collections).

I'd prefer that to simply follow from the method definitions.


> How we can deduce from IDL, that some interface are not available in global.
> Look:
> 
> callback interface NodeFilter << have access (and example we can read
> constant)
> callback interface EventListener << don't have access
> 
> There exist some extended attribute that inform about this?  Maybe
> [NoInterfaceObject] do this?

Not sure, file a separate bug?


> Why in table for Document.createEvent(interface):
> http://dom.spec.whatwg.org/#dom-document-createevent 
> 
> we have [UIEVENTS] ref for some events, not [DOM3EVENTS]? And why TouchEvent
> don't reffer to any spec (is markered)?

DOM3EVENTS should be replaced by something called UIEVENTS down the line. It's
not clear where the latest of touch events is defined.

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

Received on Thursday, 4 September 2014 13:03:11 UTC