Looking to the W3C DOM Compatibility - CSS Object Model View (http://
www.quirksmode.org/dom/w3c_cssom.html) I see that only some properties/
methods are supported in GWT. I would like to know if there is a
criteria to determine which of the methods/properties are supported
and which are not.

In my particular case I need to use Document's elementFromPoint
method, supported in all browsers but not available in GWT. I could
code it myself in a JSNI method but thinking in code maintenance and
browser abstraction I think this should be part of GWT DOM model.
Should I open an issue/request for this?

Thanks

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to