| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
|
Critic review: https://critic.hoppipolla.co.uk/r/3950 This is an external review system which you may optionally use for the code review of your pull request. In order to help critic track your changes, please do not make in-place history rewrites (e.g. via git rebase -i or git commit --amend) when updating this pull request. |
Sorry, something went wrong.
|
Kurt McKee updated the list for feedparser. I'm adding encoding/other attribute to keep in sync. See distler/venus@fdb788e#commitcomment-10724078 |
Sorry, something went wrong.
|
sighs. Is there any sane way to programmatically generate a list of MathML elements/attributes? Though I guess that doesn't work because there still needs to be some review to make sure they're safe (for the sanitizer). |
Sorry, something went wrong.
|
Well, it you want to generate the list of MathML attributes/elements, you can use the official RelaxNG schema: http://www.w3.org/Math/RelaxNG/ The HTML5 validator patches these schemas, but that should not change the list: https://github.com/validator/validator/tree/master/schema/mml3 |
Sorry, something went wrong.
|
@gsnedders This seems to have stalled... what's the plan here? |
Sorry, something went wrong.
|
@fred-wang Need to sit down and do a proper review of all the presentational MathML stuff to ensure there's nothing that could potentially break out of the inline box and take over the page. |
Sorry, something went wrong.
|
@gsnedders Here are some explanations if that can help to make progress. I would at least appreciate if the elements from 1) and 2) below and the associated attributes (notation and encoding) are added asap as they are used in real Web pages but unfortunately filtered out by Planet Venus. If you want, I can create a separate pull request to add them. Thanks.
|
Sorry, something went wrong.
There was a problem hiding this comment.
mstack is added twice here :-(
Sorry, something went wrong.
|
So I just published again a blog post whose layout is completely broken on planet Mozilla, planet WebKit and probably others relying on Planet Venus just because of the incomplete list in html5lib-python. I'm not sure why review is taking so long but please tell me how I can help. |
Sorry, something went wrong.
|
External contributions do not seem welcome, so I'm closing this pull request and deleting my fork. |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
(in particular this adds the semantics/annotation/annotation-xml elements required to fix a very old planet bug http://www.maths-informatique-jeux.com/blog/frederic/?post/2013/01/22/Analysis-of-Lithium-s-algorithm#c142)