You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As part of our efforts to develop an acceptable and useful implementation of MathML in chromium which is well defined and explainable, we came across the fact that MathML has no specified IDL. This is especially unusual and actively unhelpful as it means that while HTML specifies how to parse MathML, it's nodes are kind of uniquely useless. As part of this, we are defining proper IDL, which has been discussed at https://github.com/mathml-refresh/mathml/issues/83 and is now in our core spec. The one thing that's currently weird is that we use https://html.spec.whatwg.org/multipage/dom.html#htmlorsvgelement which makes that no longer a great name. It seems not everyone is exposing this anyways so after some discussion with several people it seems like a good idea to change the name to something else. I'm very happy to send a pull request changing one word, but which word seems to be the question... I think that several of us agree that HTMLOrForeignElement seems ok, as does simply WebElement. Thoughts? Opinions? Concerns?
As part of our efforts to develop an acceptable and useful implementation of MathML in chromium which is well defined and explainable, we came across the fact that MathML has no specified IDL. This is especially unusual and actively unhelpful as it means that while HTML specifies how to parse MathML, it's nodes are kind of uniquely useless. As part of this, we are defining proper IDL, which has been discussed at https://github.com/mathml-refresh/mathml/issues/83 and is now in our core spec. The one thing that's currently weird is that we use
https://html.spec.whatwg.org/multipage/dom.html#htmlorsvgelement which makes that no longer a great name. It seems not everyone is exposing this anyways so after some discussion with several people it seems like a good idea to change the name to something else. I'm very happy to send a pull request changing one word, but which word seems to be the question... I think that several of us agree that
HTMLOrForeignElement
seems ok, as does simplyWebElement
. Thoughts? Opinions? Concerns?/@AmeliaBR @fwang @Ms2ger
The text was updated successfully, but these errors were encountered: