Add missing 'form' attribute for <mo> (#2660)

This attribute seems to be missing in the attribute
table on Mozilla Docs, however does appear in the
compatibility table lower down.
This attribute is also frequently used by temml,
a common generator for mathml content.
This commit is contained in:
Luke Naylor 2024-07-01 15:09:26 +01:00 committed by Greg Johnston
parent 989f2989fa
commit f8283f4674

View file

@ -148,7 +148,7 @@ mathml_elements![
mn [],
mo [
accent, fence, lspace, maxsize, minsize, movablelimits,
rspace, separator, stretchy, symmetric
rspace, separator, stretchy, symmetric, form
],
ms [],
mspace [height, width],