Antoine Arbouin
Antoine Arbouin
This issue look related to #168. When a `` element with `font-size` specified in `em` contains inner element, conversion does not works properly. Example: ```svg background without tspan with tspan...
You have a little problem with the table of content at the beginning of the [opensearch-1-1-draft-6.md](https://github.com/dewitt/opensearch/blob/master/opensearch-1-1-draft-6.md) file. Paragraphs which have the same name (like Overview, or Example) links to the...
Generic event class are not well generated with GenEvent tag. Example : ```java import com.gwtplatform.dispatch.annotation.GenEvent; @GenEvent public class Save { private T savedObject; } ``` Generate not compilable class SaveEvent...