diff options
author | Peter Bengtsson <mail@peterbe.com> | 2020-12-08 14:42:52 -0500 |
---|---|---|
committer | Peter Bengtsson <mail@peterbe.com> | 2020-12-08 14:42:52 -0500 |
commit | 074785cea106179cb3305637055ab0a009ca74f2 (patch) | |
tree | e6ae371cccd642aa2b67f39752a2cdf1fd4eb040 /files/pt-br/web/mathml | |
parent | da78a9e329e272dedb2400b79a3bdeebff387d47 (diff) | |
download | translated-content-074785cea106179cb3305637055ab0a009ca74f2.tar.gz translated-content-074785cea106179cb3305637055ab0a009ca74f2.tar.bz2 translated-content-074785cea106179cb3305637055ab0a009ca74f2.zip |
initial commit
Diffstat (limited to 'files/pt-br/web/mathml')
-rw-r--r-- | files/pt-br/web/mathml/element/index.html | 144 | ||||
-rw-r--r-- | files/pt-br/web/mathml/element/math/index.html | 299 | ||||
-rw-r--r-- | files/pt-br/web/mathml/exemplos/index.html | 20 | ||||
-rw-r--r-- | files/pt-br/web/mathml/index.html | 122 |
4 files changed, 585 insertions, 0 deletions
diff --git a/files/pt-br/web/mathml/element/index.html b/files/pt-br/web/mathml/element/index.html new file mode 100644 index 0000000000..344c578087 --- /dev/null +++ b/files/pt-br/web/mathml/element/index.html @@ -0,0 +1,144 @@ +--- +title: MathML element reference +slug: Web/MathML/Element +tags: + - MathML + - MathML Reference + - NeedsTranslation + - TopicStub +translation_of: Web/MathML/Element +--- +<p>Essa é uma lista alfabética dos elementos de <strong>apresentação</strong> de MathML.</p> + +<p>O termo <strong>marcação de apresentação</strong> é usado para descrever a estrutura da notação matemática, enquanto que <strong>marcação de conteúdo</strong> 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 <a href="http://www.w3.org/TR/MathML3/chapter4.html">Capítulo 4</a> na <a href="http://www.w3.org/TR/MathML3/">especificação do MathML 3</a>.</p> + +<div class="multiColumnList"> +<h3 id="math">math</h3> + +<ul> + <li>{{ MathMLElement("math") }} (Elemento de alto nível)</li> +</ul> + +<h3 id="A">A</h3> + +<ul> + <li>{{ MathMLElement("maction") }} (Binded actions to sub-expressions)</li> + <li>{{ MathMLElement("maligngroup") }} (Grupo de alinhamento)</li> + <li>{{ MathMLElement("malignmark") }} (Pontos de alinhamento)</li> +</ul> + +<h3 id="E">E</h3> + +<ul> + <li>{{ MathMLElement("menclose") }} (Enclosed contents)</li> + <li>{{ MathMLElement("merror") }} (Enclosed syntax error messages)</li> +</ul> + +<h3 id="F">F</h3> + +<ul> + <li>{{ MathMLElement("mfenced") }} (Parenteses)</li> + <li>{{ MathMLElement("mfrac") }} (Fração)</li> +</ul> + +<h3 id="G">G</h3> + +<ul> + <li>{{ MathMLElement("mglyph") }} (Exibindo símbolos non-standard)</li> +</ul> + +<h3 id="I">I</h3> + +<ul> + <li>{{ MathMLElement("mi") }} (Identifier)</li> +</ul> + +<h3 id="L">L</h3> + +<ul> + <li>{{ MathMLElement("mlabeledtr") }} (Labeled row in a table or a matrix)</li> + <li>{{ MathMLElement("mlongdiv") }} (Notação de longa divisão)</li> +</ul> + +<h3 id="M">M</h3> + +<ul> + <li>{{ MathMLElement("mmultiscripts") }} (Prescripts and tensor indices)</li> +</ul> + +<h3 id="N">N</h3> + +<ul> + <li>{{ MathMLElement("mn") }} (Número)</li> +</ul> + +<h3 id="O">O</h3> + +<ul> + <li>{{ MathMLElement("mo") }} (Operador)</li> + <li>{{ MathMLElement("mover") }} (Overscript)</li> +</ul> + +<h3 id="P">P</h3> + +<ul> + <li>{{ MathMLElement("mpadded") }} (Space around content)</li> + <li>{{ MathMLElement("mphantom") }} (Invisible content with reserved space)</li> +</ul> + +<h3 id="R">R</h3> + +<ul> + <li>{{ MathMLElement("mroot") }} (Radical with specified index)</li> + <li>{{ MathMLElement("mrow") }} (Grouped sub-expressions)</li> +</ul> + +<h3 id="S">S</h3> + +<ul> + <li>{{ MathMLElement("ms") }} (String literal)</li> + <li>{{ MathMLElement("mscarries") }} (Annotations such as carries)</li> + <li>{{ MathMLElement("mscarry") }} (Single carry, child element of {{ MathMLElement("mscarries") }})</li> + <li>{{ MathMLElement("msgroup") }} (Grouped rows of {{ MathMLElement("mstack") }} and {{ MathMLElement("mlongdiv") }} elements)</li> + <li>{{ MathMLElement("msline") }} (Linhas horizontais dentro de elementos {{ MathMLElement("mstack") }})</li> + <li>{{ MathMLElement("mspace") }} (Espaço)</li> + <li>{{ MathMLElement("msqrt") }} (Raiz quadrada sem index)</li> + <li>{{ MathMLElement("msrow") }} (Colunas nos elementos {{ MathMLElement("mstack") }})</li> + <li>{{ MathMLElement("mstack") }} (Stacked alignment)</li> + <li>{{ MathMLElement("mstyle") }} (Style change)</li> + <li>{{ MathMLElement("msub") }} (Subscript)</li> + <li>{{ MathMLElement("msup") }} (Superscript)</li> + <li>{{ MathMLElement("msubsup") }} (Subscript-superscript pair)</li> +</ul> + +<h3 id="T">T</h3> + +<ul> + <li>{{ MathMLElement("mtable") }} (Tabela ou matriz)</li> + <li>{{ MathMLElement("mtd") }} (Célula numa tabela ou matriz)</li> + <li>{{ MathMLElement("mtext") }} (Texto)</li> + <li>{{ MathMLElement("mtr") }} (Coluna numa tabela ou matriz)</li> +</ul> + +<h3 id="U">U</h3> + +<ul> + <li>{{ MathMLElement("munder") }} (Underscript)</li> + <li>{{ MathMLElement("munderover") }} (Underscript-overscript pair)</li> +</ul> + +<h3 id="Other_elements">Other elements</h3> + +<ul> + <li>{{ MathMLElement("semantics") }} (Container for semantic annotations)</li> + <li><a href="/pt-BR/docs/MathML/Element/semantics"><code><annotation></code></a> (Anotações de dados)</li> + <li><a href="/pt-BR/docs/MathML/Element/semantics"><code><annotation-xml></code></a> (Anotações XML)</li> +</ul> +</div> + +<h2 id="Ver_também">Ver também</h2> + +<ul> + <li><a href="/pt-BR/docs/Web/MathML" title="/en-US/docs/Web/MathML">MathML</a></li> + <li><a href="/pt-BR/docs/Web/MathML/Attribute" title="/en-US/docs/Web/MathML/Attribute">Referência de atributos de MathML</a></li> +</ul> diff --git a/files/pt-br/web/mathml/element/math/index.html b/files/pt-br/web/mathml/element/math/index.html new file mode 100644 index 0000000000..b778ed54be --- /dev/null +++ b/files/pt-br/web/mathml/element/math/index.html @@ -0,0 +1,299 @@ +--- +title: <math> +slug: Web/MathML/Element/math +translation_of: Web/MathML/Element/math +--- +<p>{{MathMLRef()}}</p> +<p>The top-level element in MathML is <code><math></code>. Every valid MathML instance must be wrapped in <code><math></code> tags. In addition you must not nest a second <code><math></code> element in another, but you can have an arbitrary number of other child elements in it.</p> +<h2 id="Attributes">Attributes</h2> +<p>In addition to the following attributes, the <code><math></code> element accepts any attributes of the {{ MathMLElement("mstyle") }} element.</p> +<dl> + <dt id="attr-class-id-style"> + class, id, style</dt> + <dd> + Provided for use with <a href="/en-US/docs/CSS">stylesheets</a>.</dd> + <dt id="attr-dir"> + dir</dt> + <dd> + <span style="display: none;"> </span>Overall directionality of formulas. Possible values are either <code>ltr</code> (left to right) or <code>rtl</code> (right to left).</dd> + <dt id="attr-href"> + href</dt> + <dd> + Used to set a hyperlink to a specified URI.</dd> + <dt id="attr-mathbackground"> + mathbackground</dt> + <dd> + The background color. You can use <code>#rgb</code>, <code>#rrggbb</code> and <a href="/en-US/docs/CSS/color_value#Color_Keywords">HTML color names</a>.</dd> + <dt id="attr-mathcolor"> + mathcolor</dt> + <dd> + The text color. You can use <code>#rgb</code>, <code>#rrggbb</code> and <a href="/en-US/docs/CSS/color_value#Color_Keywords">HTML color names</a>.</dd> + <dt id="attr-display"> + display</dt> + <dd> + This enumerated attribute specifies how the enclosed MathML markup should be rendered. It can have one of the following values: + <ul> + <li><code>block</code>, which means that this element will be displayed outside the current span of text, as a block that can be positioned anywhere without changing the meaning of the text;</li> + <li><code>inline</code>, which means that this element will be displayed inside the current span of text, and cannot be moved out of it without changing the meaning of that text.</li> + </ul> + <p>If not present, its default value is <code>inline</code>.</p> + </dd> + <dt id="attr-mode"> + mode {{ deprecated_inline() }}</dt> + <dd> + Deprecated in favor of the <a href="/en-US/docs/MathML/Element/math#attr-display">display attribute</a>.<br> + Possible values are: <code>display</code> (which has the same effect as <code>display="block"</code>) and <code>inline</code>.</dd> + <dt id="attr-overflow"> + overflow</dt> + <dd> + Specifies how an expression behaves if it is too long to fit in the allowed width.<br> + Possible values are: <code>linebreak</code> (default), <code>scroll</code>, <code>elide</code>, <code>truncate</code>, <code>scale</code>.</dd> +</dl> +<h2 id="Examples">Examples</h2> +<p><img alt="Theorem of Pythagoras" src="/files/3157/math.jpg"></p> +<h3 id="HTML5_notation">HTML5 notation</h3> +<pre class="brush: html"><!DOCTYPE html> +<html> + <head> + <title>MathML in HTML5</title> + </head> + <body> + + <math> + <mrow> + <mrow> + <msup> + <mi>a</mi> + <mn>2</mn> + </msup> + <mo>+</mo> + <msup> + <mi>b</mi> + <mn>2</mn> + </msup> + </mrow> + <mo>=</mo> + <msup> + <mi>c</mi> + <mn>2</mn> + </msup> + </mrow> + </math> + + </body> +</html> +</pre> +<h3 id="XHTML_notation">XHTML notation</h3> +<pre class="brush: xml"><?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1 plus MathML 2.0//EN" "http://www.w3.org/Math/DTD/mathml2/xhtml-math11-f.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml"> +<head> + <title>MathML in XHTML</title> +</head> +<body> + + <math xmlns="http://www.w3.org/1998/Math/MathML"> + <mrow> + <mrow> + <msup> + <mi>a</mi> + <mn>2</mn> + </msup> + <mo>+</mo> + <msup> + <mi>b</mi> + <mn>2</mn> + </msup> + </mrow> + <mo>=</mo> + <msup> + <mi>c</mi> + <mn>2</mn> + </msup> + </mrow> + </math> + +</body> +</html></pre> +<p><strong>Notes</strong>: XHTML documents with MathML must be served as <code>application/xhtml+xml</code>. You can achieve that easily by adding the <code>.xhtml</code> extension to your local files. For Apache servers you can <a class="external" href="http://httpd.apache.org/docs/2.2/mod/mod_mime.html#addtype" title="http://httpd.apache.org/docs/2.2/mod/mod_mime.html#addtype">configure your <code>.htaccess</code> file</a> to map extensions to the correct Mime type. Since you notate your MathML in an XML document, also be sure you write a well-formed XML document.</p> +<h2 id="Browser_compatibility">Browser compatibility</h2> +<p>{{ CompatibilityTable() }}</p> +<div id="compat-desktop"> + <table class="compat-table"> + <tbody> + <tr> + <th>Feature</th> + <th>Chrome</th> + <th>Firefox (Gecko)</th> + <th>Internet Explorer</th> + <th>Opera</th> + <th>Safari</th> + </tr> + <tr> + <td>XHTML notation</td> + <td>{{ CompatNo() }} (24 only)</td> + <td>{{ CompatGeckoDesktop("1.0") }}</td> + <td>{{ CompatNo() }}</td> + <td>9.5</td> + <td>5.1</td> + </tr> + <tr> + <td>HTML5 notation</td> + <td>{{ CompatNo() }} (24 only)</td> + <td>{{ CompatGeckoDesktop("2.0") }}</td> + <td>{{ CompatNo() }}</td> + <td>{{ CompatNo() }}</td> + <td>5.1</td> + </tr> + <tr> + <td><code>dir</code></td> + <td>{{ CompatNo() }}</td> + <td>{{ CompatGeckoDesktop("12.0") }}</td> + <td>{{ CompatNo() }}</td> + <td>{{ CompatNo() }}</td> + <td>{{ CompatNo() }}</td> + </tr> + <tr> + <td><code>href</code></td> + <td>{{ CompatNo() }} {{webkitbug(85733)}}</td> + <td>{{ CompatGeckoDesktop("7.0") }}</td> + <td>{{ CompatNo() }}</td> + <td>{{ CompatNo() }}</td> + <td>{{ CompatNo() }} {{webkitbug(85733)}}</td> + </tr> + <tr> + <td><code>mathbackground</code></td> + <td>{{ CompatNo() }} (24 only)</td> + <td>{{ CompatGeckoDesktop("2.0") }}</td> + <td>{{ CompatNo() }}</td> + <td>{{ CompatNo() }}</td> + <td>5.1</td> + </tr> + <tr> + <td><code>mathcolor</code></td> + <td>{{ CompatNo() }} (24 only)</td> + <td>{{ CompatGeckoDesktop("2.0") }}</td> + <td>{{ CompatNo() }}</td> + <td>{{ CompatNo() }}</td> + <td>5.1</td> + </tr> + <tr> + <td><code>overflow</code></td> + <td>{{ CompatNo() }}</td> + <td>{{ CompatNo() }}</td> + <td>{{ CompatNo() }}</td> + <td>{{ CompatNo() }}</td> + <td>{{ CompatNo() }}</td> + </tr> + </tbody> + </table> +</div> +<div id="compat-mobile"> + <table class="compat-table"> + <tbody> + <tr> + <th>Feature</th> + <th>Android</th> + <th>Chrome for Android</th> + <th>Firefox Mobile (Gecko)</th> + <th>IE Mobile</th> + <th>Opera Mobile</th> + <th>Safari Mobile</th> + </tr> + <tr> + <td>XHTML notation</td> + <td>{{ CompatNo() }}</td> + <td>{{ CompatNo() }}</td> + <td>{{ CompatGeckoMobile("1.0") }}</td> + <td>{{ CompatNo() }}</td> + <td>{{ CompatNo() }}</td> + <td>{{ CompatNo() }}</td> + </tr> + <tr> + <td>HTML5 notation</td> + <td>{{ CompatNo() }}</td> + <td>{{ CompatNo() }}</td> + <td>{{ CompatGeckoMobile("2.0") }}</td> + <td>{{ CompatNo() }}</td> + <td>{{ CompatNo() }}</td> + <td>{{ CompatNo() }}</td> + </tr> + <tr> + <td><code>dir</code></td> + <td>{{ CompatNo() }}</td> + <td>{{ CompatNo() }}</td> + <td>{{ CompatGeckoMobile("12.0") }}</td> + <td>{{ CompatNo() }}</td> + <td>{{ CompatNo() }}</td> + <td>{{ CompatNo() }}</td> + </tr> + <tr> + <td><code>href</code></td> + <td>{{ CompatNo() }}</td> + <td>{{ CompatNo() }}</td> + <td>{{ CompatGeckoMobile("7.0") }}</td> + <td>{{ CompatNo() }}</td> + <td>{{ CompatNo() }}</td> + <td>{{ CompatNo() }}</td> + </tr> + <tr> + <td><code>mathbackground</code></td> + <td>{{ CompatNo() }}</td> + <td>{{ CompatNo() }}</td> + <td>{{ CompatGeckoMobile("2.0") }}</td> + <td>{{ CompatNo() }}</td> + <td>{{ CompatNo() }}</td> + <td>{{ CompatNo() }}</td> + </tr> + <tr> + <td><code>mathcolor</code></td> + <td>{{ CompatNo() }}</td> + <td>{{ CompatNo() }}</td> + <td>{{ CompatGeckoMobile("2.0") }}</td> + <td>{{ CompatNo() }}</td> + <td>{{ CompatNo() }}</td> + <td>{{ CompatNo() }}</td> + </tr> + <tr> + <td><code>overflow</code></td> + <td>{{ CompatNo() }}</td> + <td>{{ CompatNo() }}</td> + <td>{{ CompatNo() }}</td> + <td>{{ CompatNo() }}</td> + <td>{{ CompatNo() }}</td> + <td>{{ CompatNo() }}</td> + </tr> + </tbody> + </table> +</div> +<h3 id="Gecko-specific_notes">Gecko-specific notes</h3> +<p>Gecko 7.0 {{ geckoRelease("7.0") }} introduced support for accepting all MathML attributes on the top-level math element (i.e. the same behavior as a {{ MathMLElement("mstyle") }} element). However, the <code>displaystyle</code> attribute was not taken into account and <a class="link-https" href="https://bugzilla.mozilla.org/show_bug.cgi?id=669719" title="https://bugzilla.mozilla.org/show_bug.cgi?id=669719">has been added</a> in Gecko 8.0 {{ geckoRelease("8.0") }}.</p> +<p>A textual fall-back (<code>alttext</code>) or referring to an alternative image using the attributes <code>altimg</code>, <code>altimg-width</code>, <code>altimg-height</code> or <code>altimg-valign</code> is currently not implemented in Gecko.</p> +<h2 id="Specifications" name="Specifications">Specifications</h2> +<table class="standard-table"> + <thead> + <tr> + <th scope="col">Specification</th> + <th scope="col">Status</th> + <th scope="col">Comment</th> + </tr> + </thead> + <tbody> + <tr> + <td>{{ SpecName('MathML3', 'chapter2.html#interf.toplevel', 'The Top-Level math Element') }}</td> + <td>{{ Spec2('MathML3') }}</td> + <td>Current specification</td> + </tr> + <tr> + <td>{{ SpecName('MathML2', 'chapter7.html#interf.toplevel', 'The Top-Level math Element') }}</td> + <td>{{ Spec2('MathML2') }}</td> + <td>Initial specification</td> + </tr> + </tbody> +</table> +<h2 id="See_also">See also</h2> +<ul> + <li>HTML top-level element: {{ HTMLElement("html") }}</li> + <li>SVG top-level element: {{ SVGElement("svg") }}</li> + <li>MathML browser test: For <a class="link-https" href="https://www.eyeasme.com/Joe/MathML/MathML_browser_test">XHTML</a> and <a class="link-https" href="https://eyeasme.com/Joe/MathML/HTML5_MathML_browser_test">HTML5</a></li> +</ul> diff --git a/files/pt-br/web/mathml/exemplos/index.html b/files/pt-br/web/mathml/exemplos/index.html new file mode 100644 index 0000000000..ac83b9e48a --- /dev/null +++ b/files/pt-br/web/mathml/exemplos/index.html @@ -0,0 +1,20 @@ +--- +title: Exemplos +slug: Web/MathML/Exemplos +translation_of: Web/MathML/Examples +--- +<p>Abaixo você irá encontrar alguns exemplos que irá ajudá-lo a entender como utilizar MathML para apresentar conceitos matemáticos complexos na Web.</p> +<dl> + <dt> + <a href="/en-US/docs/Web/MathML/Examples/MathML_Pythagorean_Theorem">Teorema de Pitágoras</a></dt> + <dd> + Pequeno exemplo mostrando a demostração do Teorema de Pitágoras.</dd> + <dt> + <a href="/en-US/docs/Web/MathML/Examples/Deriving_the_Quadratic_Formula">Solução da equação do segundo grau</a></dt> + <dd> + Linhas gerais de como descobrir a solução para equações do segundo grau.</dd> + <dt> + <a href="/en-US/docs/Mozilla/MathML_Project/MathML_Torture_Test">Testes para MathML</a></dt> + <dd> + Grande conjunto de tests para MathML.</dd> +</dl> diff --git a/files/pt-br/web/mathml/index.html b/files/pt-br/web/mathml/index.html new file mode 100644 index 0000000000..5472ac2963 --- /dev/null +++ b/files/pt-br/web/mathml/index.html @@ -0,0 +1,122 @@ +--- +title: MathML +slug: Web/MathML +tags: + - Landing + - MathML + - NeedsTranslation + - Reference + - Référence(2) + - TopicStub + - XML +translation_of: Web/MathML +--- +<p><strong>Mathematical Markup Language (MathML)</strong> é uma linguagem de marcação baseada em <a href="/pt-BR/docs/XML" title="/en-US/docs/XML">XML</a> para descrever notações matemáticas e<span class="short_text" id="result_box" lang="pt"> <span class="hps">capturar</span> <span class="hps">tanto</span> <span class="hps">a sua estrutura</span> <span class="hps">quanto</span> seu <span class="hps">conteúdo</span></span>. Aqui você encontrará links para a documentação e exemplos, bem como ferramentas para o seu trabalho com esta poderosa tecnologia. Para uma visão rápida, veja os <a href="http://fred-wang.github.io/MozSummitMathML/index.html">slides da feira de inovação do Mozilla Summit 2013</a>.</p> + +<div class="row topicpage-table"> +<div class="section"> +<h2 class="Documentation" id="Documentation" name="Documentation">Referências de MathML</h2> + +<dl> + <dt><a href="/en-US/docs/Web/MathML/Element" title="/en-US/docs/Web/MathML/Element">Referência de elementos de MathML</a></dt> + <dd>Detalhes sobre cada elemento de MathML e informações sobre compatibilidade para navegadores desktop e móveis.</dd> + <dt><a href="/en-US/docs/Web/MathML/Attribute" title="/en-US/docs/Web/MathML/Attribute">Referência de atributos de MathML</a></dt> + <dd>Informações sobre atributos de MathML que modificam a aparência e o comportamento dos elementos.</dd> + <dt><a href="/en-US/docs/Web/MathML/Examples" title="/en-US/docs/Web/MathML/Examples">Exemplos de MathML</a></dt> + <dd>Amostras e exemplos de MathML para ajudá-lo a compreender como a linguagem funciona.</dd> + <dt><a href="/en-US/docs/Web/MathML/Authoring" title="/en-US/docs/Web/MathML/Authoring">Escrevendo em MathML</a></dt> + <dd>Dicas e sugestões para escrever em MathML, incluindo sugestões de editores MathML e como capturar suas saídas para integrar em conteúdos Web.</dd> +</dl> + +<p><span class="alllinks"><a href="/en-US/docs/tag/MathML" title="/en-US/docs/tag/CSS">Visualizar todos...</a></span></p> +</div> + +<div class="section"> +<h2 class="Community" id="Obtendo_ajuda_da_comunidade">Obtendo ajuda da comunidade</h2> + +<ul> + <li>Visualizar os fóruns da Mozilla...<br> + {{ DiscussionList("dev-tech-mathml", "mozilla.dev.tech.mathml") }}</li> + <li><a class="link-irc" href="irc://irc.mozilla.org/%23mathml" rel="external" title="irc://irc.mozilla.org/%23mathml">Canal IRC</a></li> + <li><a class="link-https" href="https://wiki.mozilla.org/MathML:Home_Page">Wiki usado pelos colaboradores da Mozilla</a></li> + <li><a href="http://www.w3.org/Math/" title="http://www.w3.org/Math/">Página inicial da W3C Math</a></li> + <li><a href="http://lists.w3.org/Archives/Public/www-math/" title="http://lists.w3.org/Archives/Public/www-math/">Arquivo de e-mails www-math w3.org</a></li> +</ul> + +<h2 class="Tools" id="Ferramentas">Ferramentas</h2> + +<ul> + <li><a class="external" href="http://validator.w3.org">Validador W3C</a></li> + <li><a class="link-https" href="https://addons.mozilla.org/de/firefox/addon/8969/">Extensão do Firefox FireMath</a></li> + <li><a href="https://addons.mozilla.org/firefox/collections/fred_wang/mathzilla/" title="https://addons.mozilla.org/firefox/collections/fred_wang/mathzilla/">Coleção de extensões Firefox Mathzilla</a></li> + <li><a href="https://github.com/fred-wang/TeXZilla">TeXZilla</a> - Conversor de Javascript LaTeX para MathML (<a href="http://fred-wang.github.io/TeXZilla/">live demo</a>, <a href="http://r-gaia-cs.github.io/TeXZilla-webapp/">Firefox OS webapp</a>, <a href="https://addons.mozilla.org/en-US/firefox/addon/texzilla/">Firefox add-on</a>, <a href="https://github.com/fred-wang/TeXZilla/wiki/Using-TeXZilla">using in a Web Page, JS program etc</a>)</li> + <li><a href="http://dlmf.nist.gov/LaTeXML/" title="http://dlmf.nist.gov/LaTeXML/">LaTeXML</a> - Conversão de documentos LaTeX para páginas web HTML+MathML</li> + <li><a href="https://webdemo.myscript.com/views/math/index.html" title="http://webdemo.visionobjects.com/equation.html">Web Equation</a> - Transforma equações escritas a mão em MathML ou LaTeX</li> + <li><a href="http://www.mathjax.org/" title="http://www.mathjax.org/">MathJax</a> - Motor de visualização JavaScript entre navegadores para matemática. Veja também a <a href="https://addons.mozilla.org/en-US/firefox/addon/mathjax-native-mathml/">Extensão MathML Nativa MathJax</a>.</li> +</ul> + +<h2 class="Related_Topics" id="Related_Topics" name="Related_Topics">Tópicos Relacionados</h2> + +<ul> + <li><a href="/en-US/docs/Web/CSS" title="/en-US/docs/Web/CSS">CSS</a></li> + <li><a href="/en-US/docs/Web/HTML" title="/en-US/docs/Web/HTML">HTML</a></li> + <li><a href="/en-US/docs/Web/SVG" title="/en-US/docs/Web/SVG">SVG</a></li> +</ul> +</div> +</div> + +<h2 id="Browser_compatibility" name="Browser_compatibility">Compatibilidade dos Browsers</h2> + +<p>{{CompatibilityTable}}</p> + +<div id="compat-desktop"> +<table class="compat-table"> + <tbody> + <tr> + <th>Recurso</th> + <th>Chrome</th> + <th>Firefox (Gecko)</th> + <th>Internet Explorer</th> + <th>Opera</th> + <th>Safari</th> + </tr> + <tr> + <td>Suporte básico</td> + <td>{{CompatUnknown}}</td> + <td>{{CompatGeckoDesktop("1.8")}}</td> + <td>Com PlugIn(s)</td> + <td>{{CompatUnknown}}</td> + <td>{{CompatUnknown}}</td> + </tr> + </tbody> +</table> +</div> + +<div id="compat-mobile"> +<table class="compat-table"> + <tbody> + <tr> + <th>Recurso</th> + <th>Android</th> + <th>Firefox Mobile (Gecko)</th> + <th>IE Mobile</th> + <th>Opera Mobile</th> + <th>Safari Mobile</th> + </tr> + <tr> + <td>Suporte básico</td> + <td>{{CompatUnknown}}</td> + <td>{{CompatGeckoMobile("1.8")}}</td> + <td>{{CompatUnknown}}</td> + <td>{{CompatUnknown}}</td> + <td>{{CompatUnknown}}</td> + </tr> + </tbody> +</table> +</div> + +<div> +<h3 id="Nota_sobre_o_Gecko">Nota sobre o Gecko</h3> + +<p>Iniciando com o Firefox 1.5, a maior parte das marcações de apresentação da <a class="external" href="http://www.w3.org/TR/MathML2/">Recomendação W3C MathML 2.0</a> é suportada em todas as plataformas. O suporte a <a class="external" href="http://www.w3.org/TR/MathML3/" title="http://www.w3.org/TR/MathML3/">MathML 3</a> está <a href="/en-US/docs/Mozilla_MathML_Project/Status" title="/en-US/docs/Mozilla_MathML_Project/Status">em processo</a>.</p> +</div> |