[Bug 26699] Some clean up

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

--- Comment #3 from Arkadiusz Michalski (Spirit) <crimsteam@gmail.com> ---
(In reply to Anne from comment #1)

> > 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?

There is no need, I found answer in Web IDL:
http://heycam.github.io/webidl/#dfn-interface-object

> > 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.

Hmm now UIEVENTS was cleaned and only extended DOM3EVENTS:
https://dvcs.w3.org/hg/d4e/raw-file/tip/source_respec.htm#h2_abstract
Planning to replace DOM3EVENTS is still valid?

About touch events I see only three:
http://www.w3.org/TR/touch-events/
https://dvcs.w3.org/hg/webevents/raw-file/tip/touchevents.html
https://dvcs.w3.org/hg/webevents/raw-file/default/touchevents.html

Extension is no longer being developed, Recomendation mention something about
initTouchEvent property, but don't defined them (draft doesn't add anything new
in this case). So we can suppose that this Recomendation allows for the
possibility to create TouchEvent event by Document.createEvent() and can be use
as refer.

Any other sources exist for touch events?

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

Received on Thursday, 4 September 2014 16:54:59 UTC