Re: [webkit-dev] HTML5 Parsing amp; MathML

2010-11-03 Thread Alex Milowski
On Tue, Nov 2, 2010 at 7:55 AM, David Carlisle d.p.carli...@gmail.com wrote: Personally I agree with you that this desire to make html elements forcibly close the surrounding math elements is entirely bogus, and it causes all sorts of problems in annotation-xml (where you really want nested

Re: [webkit-dev] HTML5 Parsing amp; MathML

2010-11-03 Thread David Carlisle
Alex, Uncle! This will take some work to get working correctly with the implementation in WebKit. Sorry about that. Right now, in XHTML documents with MathML, we get non-token XHTML for free. Within MathML token elements, this won't necessarily be the case. For example, the 'mo'

Re: [webkit-dev] HTML5 Parsing amp; MathML

2010-11-03 Thread Alex Milowski
On Wed, Nov 3, 2010 at 7:49 AM, David Carlisle d.p.carli...@gmail.com wrote: It would have been nice if MathML 3 had a foreign token element or indication via attribute typing so that we'd know that there is some kind of non-MathML content children that should be rendering according to the

Re: [webkit-dev] HTML5 Parsing amp; MathML

2010-11-02 Thread David Carlisle
Alex Milowski alex at milowski.org writes: sorry for late reply, I'm not subscribed, just saw this in the archives. On Fri, Oct 1, 2010 at 12:52 PM, Adam Barth abarth at webkit.org wrote: Our parser follows the spec (modulo late-breaking spec changes that we Actually most mathml in the

Re: [webkit-dev] HTML5 Parsing amp; MathML

2010-11-02 Thread Adam Barth
On Tue, Nov 2, 2010 at 7:55 AM, David Carlisle d.p.carli...@gmail.com wrote: Alex Milowski alex at milowski.org writes: sorry for late reply, I'm not subscribed, just saw this in the archives. On Fri, Oct 1, 2010 at 12:52 PM, Adam Barth abarth at webkit.org wrote: Our parser follows the

Re: [webkit-dev] HTML5 Parsing amp; MathML

2010-11-02 Thread François Sausset
It seems to be the later. This is indeed a regression, but I don't know how to detect when it appeared. From my memory, it was OK a few months ago. François Le 2 nov. 2010 à 17:26, Adam Barth a écrit : On Tue, Nov 2, 2010 at 7:55 AM, David Carlisle d.p.carli...@gmail.com wrote: Alex

Re: [webkit-dev] HTML5 Parsing amp; MathML

2010-11-02 Thread Adam Barth
On Tue, Nov 2, 2010 at 9:52 AM, David Carlisle d.p.carli...@gmail.com wrote: On 2 November 2010 16:26, Adam Barth aba...@webkit.org wrote: On Tue, Nov 2, 2010 at 7:55 AM, David Carlisle d.p.carli...@gmail.com wrote: Alex Milowski alex at milowski.org writes: sorry for late reply, I'm not

Re: [webkit-dev] HTML5 Parsing amp; MathML

2010-11-02 Thread James Simonsen
On Tue, Nov 2, 2010 at 10:17 AM, Adam Barth aba...@webkit.org wrote: On Tue, Nov 2, 2010 at 9:52 AM, David Carlisle d.p.carli...@gmail.com wrote: On 2 November 2010 16:26, Adam Barth aba...@webkit.org wrote: On Tue, Nov 2, 2010 at 7:55 AM, David Carlisle d.p.carli...@gmail.com wrote:

Re: [webkit-dev] HTML5 Parsing amp; MathML

2010-10-04 Thread Alex Milowski
On Sat, Oct 2, 2010 at 3:48 PM, David Carlisle d.p.carli...@gmail.com wrote: Alex Milowski alex at milowski.org writes: From reading the section on in foreign content' [1], it would seem that it should assign the 'svg' elements to the MathML namespace when they are embedded as above.  That

Re: [webkit-dev] HTML5 Parsing amp; MathML

2010-10-02 Thread David Carlisle
Alex Milowski alex at milowski.org writes: From reading the section on in foreign content' [1], it would seem that it should assign the 'svg' elements to the MathML namespace when they are embedded as above. That means cutting and pasting the same content fragment gives two very different