You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Can MathML elements be containing-blocks for out-of-flow elements?
What this the static-position for OOF elements?
(2) Has some complexities, e.g. if they aren't allowed to be containing-blocks for OOFs, you also need to define that things that implicitly define containing-blocks, e.g. filter() aren't allowed on MathML elements.
The text was updated successfully, but these errors were encountered:
See a simple test case:
https://www.software.hixie.ch/utilities/js/live-dom-viewer/?saved=6699
Safari & Firefox differ.
Here there are a few sub-questions:
(2) Has some complexities, e.g. if they aren't allowed to be containing-blocks for OOFs, you also need to define that things that implicitly define containing-blocks, e.g. filter() aren't allowed on MathML elements.
The text was updated successfully, but these errors were encountered: