https://bugzilla.wikimedia.org/show_bug.cgi?id=51698
--- Comment #9 from Gabriel Wicke <[email protected]> --- Just had a meeting with Gerardo Capiel in which we also talked about math. He was involved in a node / MathJax prototype that renders to SVG plus a textual description of the formula suitable for screen readers. It might be possible to use that to avoid the need for client-side rendering altogether: * Content MathML as primary rendering for indexing and good rendering in Firefox * Server-generated SVG fallback for fast rendering on other browsers * Textual description for screen readers * tex in data-mw for editing The fall-back selection needs to be worked out, and might depend on JS. Compared to client-side rendering from TeX with MathJax this should be pretty fast. Ideally the DOM will not be modified, so that copy&pasting from a read-only page into an editor preserves all information. -- 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
