Add MathML <a> handling to sanitization algorithms#12592
Conversation
|
cc @fred-wang I think the mathml core spec needs to expose the href, hreflang, and type attribute definitions for the mathml a element, like SVG does. |
|
@lukewarlow It seems the list of attributes for HTML and SVG is https://html.spec.whatwg.org/multipage/text-level-semantics.html#the-a-element I believe @tannal is also implementing some/all of these attributes in his CLs. |
|
Yes but only hreflang, type and href need referencing for now (as they're the ones that are safe for the more restricted sanitizer) |
|
https://html.spec.whatwg.org/#inner-sanitize-steps currently sanitizes |
Add MathML
<a>handling to sanitization algorithm(See WHATWG Working Mode: Changes for more details.)
/dynamic-markup-insertion.html ( diff )