displaystyle
Baseline 2023
Newly available
Since January 2023, this feature works across the latest devices and browser versions. This feature might not work in older devices or browsers.
Das displaystyle
globale Attribut ist eine boolesche Einstellung, die den math-style eines MathML-Elements festlegt.
Beispiel
In diesem Beispiel wird ein munder-Element verwendet, um ein Skript "A" an eine Basis "∑" anzuhängen. Standardmäßig wird das Summensymbol mit der vom übergeordneten Element geerbten font-size dargestellt und das "A" als verkleinertes Subscript. Mit dem expliziten displaystyle="true"
-Attribut wird das Summensymbol stattdessen größer gezeichnet und das "A" wird zu einem Unterscript.
<math>
<munder>
<mo>∑</mo>
<mi>A</mi>
</munder>
<munder displaystyle="true">
<mo>∑</mo>
<mi>A</mi>
</munder>
</math>
Syntax
<math displaystyle="true">
<math displaystyle="false">
Werte
Spezifikationen
Specification |
---|
MathML Core # dfn-displaystyle |
Browser-Kompatibilität
BCD tables only load in the browser
Siehe auch
- Alle globalen Attribute.
- Das scriptlevel globale Attribut.
font-size
math-depth
math-style