> > I'm not an expert on HTML/JS, but I believe > the biggest inconsistencies are around text flow and this framework is so > far not using that. It may turn out that we can get your widgets to layout > the same, but the cost of getting text to flow the same is high and won't > be > in early versions). Hopefully that would still be a viable strategy for > many.
Specs-wise, SVG's Text support is superior to that of FXG/TLF [1], [2] I know Batik has a pretty good implementation of this, but not sure how the cross-browser support looks like. [1] http://www.w3.org/TR/SVG/text.html#TextElement [2] http://www.carto.net/svg/textFlow/index.svg (Need Chrome or Firefox) [3] http://tutorials.jenkov.com/svg/text-element.html (Need Chrome or Firefox)