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
HTML API: Pin heading end tag handling in MathML text integration point
A heading end tag (</h2>) inside a MathML text integration point (MI) is
ignored because MI is a scope boundary, so following content stays inside
the integration point rather than becoming a sibling of the heading. This
matches the spec and browsers; add a regression test so it can't silently
change.
0 commit comments