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
Ensure empty inline svg and math tags are serialized as void tags
Before this change, e.g. `<svg></svg>` has been incorrectly
serialized as `<svg /></svg>`. This change ensures, that the
result is a proper (self-closing) void tag `<svg />`.
0 commit comments