Re: [webkit-dev] XML Serialization Issues

2013-08-29 Thread Rob Buis
Fixed. More seriously, all bugs mentioned below are fixed/closed, please open new ones for any regressions/improvements. Cheers, Rob. On 19 June 2013 14:44, Alex Milowski a...@milowski.com wrote: I was working on using MathJax [1] to turn MathML into SVG and ran into some serious

Re: [webkit-dev] XML Serialization Issues

2013-08-29 Thread Dean Jackson
I believe the tests you added are not reliable across runs. In particular, the unique id you generate isn’t necessarily always the same, but your -expected.txt is just a dump of the DOM. I filed: http://webkit.org/b/120490, but I only mentioned one test. Since then I’ve seen more fail. Dean

Re: [webkit-dev] XML Serialization Issues

2013-08-29 Thread Ryosuke Niwa
It's supposed to be deterministic so there is a bug somewhere. - R. Niwa On Thu, Aug 29, 2013 at 4:27 PM, Dean Jackson d...@apple.com wrote: I believe the tests you added are not reliable across runs. In particular, the unique id you generate isn’t necessarily always the same, but your

[webkit-dev] XML Serialization Issues

2013-06-19 Thread Alex Milowski
I was working on using MathJax [1] to turn MathML into SVG and ran into some serious serialization issues. In summary, as MathJax programmatically creates SVG renderings of the MathML, when it creates XLink attributes, it doesn't seem to define a prefix. While this works for rendering, it does