Frédéric Wang

Results 151 comments of Frédéric Wang

I'm not sure the namespace will be properly determined for ``` mtext ``` It does not seem a very good idea to use the XML parser for HTML5 content. I...

Something to workaround the lack of support for 'text/html' in DOMParser is suggested here: https://developer.mozilla.org/en-US/docs/Web/API/DOMParser Basically, create a fake HTML document and set body.innerHTML. Actually, I guess this will work...

I've created a branch that follows the suggestion of using a foreignNodes type. That seems to work in simple cases (i.e. those that work with annotation-xml). ``` x + X...

@teoli2003 I plan to take a look at this. Thanks for the reminder.

@teoli2003 @tidoust I updated https://w3c.github.io/mathml-core/#css-extensions-for-math-layout ; below this is the output of `reffy --spec mathml-core --module css`. Hopefully this is enough for w3c/webref & MDN: "css": { "properties": { "display-inside":...

@dontcallmedom Thanks. I pushed a fix to instead add new values to `display`.

Note that MathML is still under a flag in Chrome, so we need to wait before saying it is supported. Pull request to update the status: https://github.com/mdn/browser-compat-data/pull/17059

BTW, I'm not sure why CanIuse said 106 ; initially chromestatus.com was using that milestone but we delayed that a bit after discussion on https://groups.google.com/a/chromium.org/g/blink-dev/c/n4zf_3FWmAA ; browser-compat-data should still be...