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

Markdown conversion for pt-BR - Replace - MathML section ⚠️ Do not squash ⚠️ #8523

Merged
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
144 changes: 0 additions & 144 deletions files/pt-br/web/mathml/element/index.html

This file was deleted.

108 changes: 108 additions & 0 deletions files/pt-br/web/mathml/element/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,108 @@
---
title: MathML element reference
slug: Web/MathML/Element
tags:
- MathML
- MathML Reference
- NeedsTranslation
- TopicStub
translation_of: Web/MathML/Element
---
Essa é uma lista alfabética dos elementos de **apresentação** de MathML.

O termo **marcação de apresentação** é usado para descrever a estrutura da notação matemática, enquanto que **marcação de conteúdo** fornece um significado matemático básico e não é feito para ser renderizado pelo parser de MathML (ver {{ bug(276028)}}). Se você desejar aprender mais sobre marcação de conteúdo considere o [Capítulo 4](http://www.w3.org/TR/MathML3/chapter4.html) na [especificação do MathML 3](http://www.w3.org/TR/MathML3/).

### math

- {{ MathMLElement("math") }} (Elemento de alto nível)

### A

- {{ MathMLElement("maction") }} (Binded actions to sub-expressions)
- {{ MathMLElement("maligngroup") }} (Grupo de alinhamento)
- {{ MathMLElement("malignmark") }} (Pontos de alinhamento)

### E

- {{ MathMLElement("menclose") }} (Enclosed contents)
- {{ MathMLElement("merror") }} (Enclosed syntax error messages)

### F

- {{ MathMLElement("mfenced") }} (Parenteses)
- {{ MathMLElement("mfrac") }} (Fração)

### G

- {{ MathMLElement("mglyph") }} (Exibindo símbolos non-standard)

### I

- {{ MathMLElement("mi") }} (Identifier)

### L

- {{ MathMLElement("mlabeledtr") }} (Labeled row in a table or a matrix)
- {{ MathMLElement("mlongdiv") }} (Notação de longa divisão)

### M

- {{ MathMLElement("mmultiscripts") }} (Prescripts and tensor indices)

### N

- {{ MathMLElement("mn") }} (Número)

### O

- {{ MathMLElement("mo") }} (Operador)
- {{ MathMLElement("mover") }} (Overscript)

### P

- {{ MathMLElement("mpadded") }} (Space around content)
- {{ MathMLElement("mphantom") }} (Invisible content with reserved space)

### R

- {{ MathMLElement("mroot") }} (Radical with specified index)
- {{ MathMLElement("mrow") }} (Grouped sub-expressions)

### S

- {{ MathMLElement("ms") }} (String literal)
- {{ MathMLElement("mscarries") }} (Annotations such as carries)
- {{ MathMLElement("mscarry") }} (Single carry, child element of {{ MathMLElement("mscarries") }})
- {{ MathMLElement("msgroup") }} (Grouped rows of {{ MathMLElement("mstack") }} and {{ MathMLElement("mlongdiv") }} elements)
- {{ MathMLElement("msline") }} (Linhas horizontais dentro de elementos {{ MathMLElement("mstack") }})
- {{ MathMLElement("mspace") }} (Espaço)
- {{ MathMLElement("msqrt") }} (Raiz quadrada sem index)
- {{ MathMLElement("msrow") }} (Colunas nos elementos {{ MathMLElement("mstack") }})
- {{ MathMLElement("mstack") }} (Stacked alignment)
- {{ MathMLElement("mstyle") }} (Style change)
- {{ MathMLElement("msub") }} (Subscript)
- {{ MathMLElement("msup") }} (Superscript)
- {{ MathMLElement("msubsup") }} (Subscript-superscript pair)

### T

- {{ MathMLElement("mtable") }} (Tabela ou matriz)
- {{ MathMLElement("mtd") }} (Célula numa tabela ou matriz)
- {{ MathMLElement("mtext") }} (Texto)
- {{ MathMLElement("mtr") }} (Coluna numa tabela ou matriz)

### U

- {{ MathMLElement("munder") }} (Underscript)
- {{ MathMLElement("munderover") }} (Underscript-overscript pair)

### Other elements

- {{ MathMLElement("semantics") }} (Container for semantic annotations)
- [`<annotation>`](/pt-BR/docs/MathML/Element/semantics) (Anotações de dados)
- [`<annotation-xml>`](/pt-BR/docs/MathML/Element/semantics) (Anotações XML)

## Ver também

- [MathML](/pt-BR/docs/Web/MathML "/en-US/docs/Web/MathML")
- [Referência de atributos de MathML](/pt-BR/docs/Web/MathML/Attribute "/en-US/docs/Web/MathML/Attribute")
Loading