displaystyle
Baseline 2023Newly 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 ein boolesches Attribut, das 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 Elternteil geerbten Schriftgröße gerendert und das A als verkleinertes Subskript. Mit dem expliziten displaystyle="true"
Attribut wird das Summensymbol stattdessen größer gezeichnet und das "A" wird zu einem Unterschrift.
<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 globale Attribut scriptlevel.
font-size
math-depth
math-style