https://bugzilla.wikimedia.org/show_bug.cgi?id=35191
--- Comment #3 from Derk-Jan Hartman <[email protected]> 2012-06-02 13:27:25 UTC --- Created attachment 10686 --> https://bugzilla.wikimedia.org/attachment.cgi?id=10686 Proof of concept OK, now the attributes have to be moved from the tex span to the jax math script node (this should happen in wiki2jax.js). Once they are there, MathJax needs to be adapted to copy the attributes AGAIN from the script node and apply them to the HTML formatted node. I did a quick mockup to verify that it can work (see attached patch), but it will require changes to MathJax and the problem is in merging and filtering the attributes that we need of course. That is something we have function for in MediaWiki, but those are not available inside MathJax right now. -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
