Opened 11 years ago
Last modified 11 years ago
#11902 confirmed Bug
Mathematical content not available for phrased contenteditable fields. — at Initial Version
Reported by: | Bram | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | Core : Editable | Version: | 4.3 Beta |
Keywords: | Cc: |
Description
When using the inline editor on phrased contenthttps://developer.mozilla.org/en-US/docs/Web/Guide/HTML/Content_categories#Phrasing_content the option to add math with the Mathematical Content plugin is disabled.
According to the specs the <math>
element is considered valid phrased content.
I guess there is some unnecessary content filtering going on that prevents me from using the plugin?
If so, is there a list where I can check which elements/plugins are allowed for each content type (flow or phrased)?