diff --git a/files/en-us/web/mathml/element/mstyle/index.md b/files/en-us/web/mathml/element/mstyle/index.md index 81b1f31a2069a72..ac526beedd8dc2a 100644 --- a/files/en-us/web/mathml/element/mstyle/index.md +++ b/files/en-us/web/mathml/element/mstyle/index.md @@ -19,6 +19,16 @@ The MathML `` element is used to change the style of its children. This element's attributes include the [global MathML attributes](/en-US/docs/Web/MathML/Global_attributes) as well as the following deprecated attributes: +- `background` {{deprecated_inline}} + - : Use background-color instead. +- `color` {{deprecated_inline}} + - : Use color instead. +- `fontsize` {{deprecated_inline}} + - : Use font-size instead. +- `fontstyle` {{deprecated_inline}} + - : Use font-style instead. +- `fontweight` {{deprecated_inline}} + - : Use font-weight instead. - `scriptminsize` {{deprecated_inline}} - : Specifies a minimum font size allowed due to changes in `scriptlevel`. The default value is `8pt`. - `scriptsizemultiplier` {{deprecated_inline}}