mirror of
https://github.com/leptos-rs/leptos
synced 2024-11-10 06:44:17 +00:00
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:
parent
989f2989fa
commit
f8283f4674
1 changed files with 1 additions and 1 deletions
|
@ -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],
|
||||
|
|
Loading…
Reference in a new issue