Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove some notes for MathML global attributes. #18599

Merged
merged 1 commit into from
Jul 21, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,6 @@ In this example, an [munder](/en-US/docs/Web/MathML/Element/munder) element is u
- `false`
-: Sets the display style to `compact`.

## Notes on MathML versions

- MathML Core relies on `math-style` to implement the `displaystyle` attribute, but implementations of older MathML versions may follow a different approach to implement similar behavior.

## Specifications

{{Specifications}}
Expand Down
2 changes: 0 additions & 2 deletions files/en-us/web/mathml/global_attributes/mathsize/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,6 @@ The **`mathsize`** [global attribute](/en-US/docs/Web/MathML/Global_attributes)
- {{cssxref("<percentage>")}}
- : A positive {{cssxref("<percentage>")}} value, relative to the parent element's font size.

## Notes on MathML versions

## Specifications

{{Specifications}}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -92,20 +92,13 @@ which are by convention italic, no special classes are used by default.
- `stretched`
-: Try and use stretched characters e.g. "𞹢".

## Notes on MathML versions

- `mathvariant` values other than `normal` were designed for backward compatibility. Authors are encouraged to instead directly use the corresponding Unicode characters from the [Mathematical Alphanumeric Symbols](https://en.wikipedia.org/wiki/Mathematical_Alphanumeric_Symbols).

- MathML Core relies on `text-transform` to implement the `mathvariant` attribute, but implementations of older MathML versions may follow a different approach to implement similar behavior.

## Specifications

{{Specifications}}

## Browser compatibility

{{Compat}}
On Firefox, some `mathvariant` values are only implemented starting with Firefox 28 and require appropriate [math fonts](/en-US/docs/Web/MathML/Fonts).

## See also

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,6 @@ If `<U>` is an unsigned [integer](/en-US/docs/Web/CSS/integer) (i.e. with prefix
-: Sets the `math-depth` to value `add(-<U>)`. This will scale up
`font-size` on the element `<U>` times.

## Notes on MathML versions

- MathML Core relies on `math-depth` to implement the `scriptlevel` attribute, but implementations of older MathML versions may follow a different approach to implement similar side-effect on the `font-size` within mathematical formulas.

## Specifications

{{Specifications}}
Expand Down