You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to dev-pl...@mozilla.org
Summary: A common style convention is to render identifiers with
multiple letters (e.g. the function name "exp") with normal style and
identifiers with a single letter (e.g. the variable "n") with italic
style. The math-auto property is intended to implement this default
behavior, which can be overridden by authors if necessary. Note that
mathematical fonts are designed with a special kind of italic glyphs
located at reserved Unicode positions, so using text-transform for that
purpose makes sense.
One of the common use case is to implement MathML automatic italic
mathvariant for single-char <mi> elements:
https://w3c.github.io/mathml-core/#the-mathvariant-attribute ; I'll send
a separate email for intenting to unship mathvariant other than <mi
mathvariant=normal>.