On Sep 24, 4:13 pm, Falcon <[email protected]> wrote: > GWT has a DListElement > (http://google-web-toolkit.googlecode.com/svn/javadoc/2.1/com/google/g... > ) but I'm unable to find a corresponding dt or dd. > > Do I need to make my own dt and dd or do they exist somewhere else > that I'm just missing? Seems a bit odd to provide the dl without the > dt or dd.
http://www.w3.org/TR/DOM-Level-2-HTML/html.html#ID-58190037 """Elements that only expose the HTML core attributes are represented by the base HTMLElement interface. These elements are as follows: [...] DD, DT""" These are just com.google.gwt.dom.client.Element, they have nothing special. -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
