Skip to content

Commit

Permalink
Clarify recommendation to use CSS property
Browse files Browse the repository at this point in the history
  • Loading branch information
pepelsbey committed Nov 21, 2024
1 parent f0d7ee3 commit 2986f0d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
5 changes: 3 additions & 2 deletions files/en-us/web/mathml/element/math/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,8 +130,9 @@ This example contains two MathML formula. The first one is rendered in its own c
<mn>2</mn>
</msup>
<mn>6</mn>
</mfrac></math
>.
</mfrac>
</math>
.
</p>
```

Expand Down
10 changes: 5 additions & 5 deletions files/en-us/web/mathml/element/mstyle/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,15 @@ The **`<mstyle>`** [MathML](/en-US/docs/Web/MathML) element is used to change th
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}} {{Non-standard_Inline}}
- : Use {{cssxref("background-color")}} instead.
- : Use CSS property {{cssxref("background-color")}} instead.
- `color` {{deprecated_inline}} {{Non-standard_Inline}}
- : Use {{cssxref("color")}} instead.
- : Use CSS property {{cssxref("color")}} instead.
- `fontsize` {{deprecated_inline}} {{Non-standard_Inline}}
- : Use {{cssxref("font-size")}} instead.
- : Use CSS property {{cssxref("font-size")}} instead.
- `fontstyle` {{deprecated_inline}} {{Non-standard_Inline}}
- : Use {{cssxref("font-style")}} instead.
- : Use CSS property {{cssxref("font-style")}} instead.
- `fontweight` {{deprecated_inline}} {{Non-standard_Inline}}
- : Use {{cssxref("font-weight")}} instead.
- : Use CSS property {{cssxref("font-weight")}} instead.

## Examples

Expand Down

0 comments on commit 2986f0d

Please sign in to comment.