I'm going through @Deprecated methods in GWT working on refactoring Google's code base to avoid them, and I notice there's a deprecated DOM.getAttribute(Element, String) method that recommends to use DOM.getElementProperty(Element, String) instead... but they both just call Element.getPropertyString(String), so why aren't we recommending people to call that directly and bypass the DOM static helpers?
-- http://groups.google.com/group/Google-Web-Toolkit-Contributors --- You received this message because you are subscribed to the Google Groups "GWT Contributors" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
