diff options
author | Peter Bengtsson <mail@peterbe.com> | 2021-07-27 11:32:55 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-27 11:32:55 -0400 |
commit | 9fb44756a5432219d159d6892341e0a9e0582bb2 (patch) | |
tree | fa6d49a8623c736a96f644d69c86d958b778664c /files/de/web/mathml/element | |
parent | f223964e7c5c62237914625780565de982015f04 (diff) | |
download | translated-content-9fb44756a5432219d159d6892341e0a9e0582bb2.tar.gz translated-content-9fb44756a5432219d159d6892341e0a9e0582bb2.tar.bz2 translated-content-9fb44756a5432219d159d6892341e0a9e0582bb2.zip |
remove link 'title' attributes that's just the 'href' (de) (#1735)
Diffstat (limited to 'files/de/web/mathml/element')
-rw-r--r-- | files/de/web/mathml/element/index.html | 2 | ||||
-rw-r--r-- | files/de/web/mathml/element/math/index.html | 4 | ||||
-rw-r--r-- | files/de/web/mathml/element/menclose/index.html | 4 | ||||
-rw-r--r-- | files/de/web/mathml/element/mo/index.html | 2 | ||||
-rw-r--r-- | files/de/web/mathml/element/mspace/index.html | 2 |
5 files changed, 7 insertions, 7 deletions
diff --git a/files/de/web/mathml/element/index.html b/files/de/web/mathml/element/index.html index 48be844b59..0632420876 100644 --- a/files/de/web/mathml/element/index.html +++ b/files/de/web/mathml/element/index.html @@ -9,7 +9,7 @@ translation_of: Web/MathML/Element <p>Dies ist eine alphabetische Liste aller MathML<strong>-Darstellungselemente</strong> (engl. presentation markup). Damit können innerhalb einer html-Umgebung mathematische Terme und Gleichungen dargestellt werden.</p> <div class="note"> -<p>Hinweis: Damit nicht zu verwechseln ist die inhaltliche Beschreibung eines mathematischen Terms oder einer Gleichung (engl. content markup). Die inhaltliche Beschreibung ist nicht dafür gedacht, unmittelbar vom MathML-Parser innerhalb von html-Seiten dargestellt zu werden. (siehe {{ bug(276028) }}). Wenn Du mehr über das content markup lernen möchtest, dann besuche <a class="external" href="http://www.w3.org/TR/MathML3/chapter4.html" title="http://www.w3.org/TR/MathML3/chapter4.html">Kapitel 4</a> der <a class="external" href="http://www.w3.org/TR/MathML3/" title="http://www.w3.org/TR/MathML3/">MathML 3-Spezifikation</a>.</p> +<p>Hinweis: Damit nicht zu verwechseln ist die inhaltliche Beschreibung eines mathematischen Terms oder einer Gleichung (engl. content markup). Die inhaltliche Beschreibung ist nicht dafür gedacht, unmittelbar vom MathML-Parser innerhalb von html-Seiten dargestellt zu werden. (siehe {{ bug(276028) }}). Wenn Du mehr über das content markup lernen möchtest, dann besuche <a class="external" href="http://www.w3.org/TR/MathML3/chapter4.html">Kapitel 4</a> der <a class="external" href="http://www.w3.org/TR/MathML3/">MathML 3-Spezifikation</a>.</p> </div> <div class="multiColumnList"> diff --git a/files/de/web/mathml/element/math/index.html b/files/de/web/mathml/element/math/index.html index 6a8b357097..15e6a51240 100644 --- a/files/de/web/mathml/element/math/index.html +++ b/files/de/web/mathml/element/math/index.html @@ -111,7 +111,7 @@ translation_of: Web/MathML/Element/math </body> </html></pre> -<p><strong>Hinweis</strong>: XHTML-Dokumente mit MathML müssen vom Server als <code>application/xhtml+xml</code> ausgliefert werden. Das kannst Du einfach erreichen, indem Du Deinen lokalen Dateien die Endung <code>.xhtml</code> gibst. Beim Apache-Webserver kannst Du entsprechend die<a class="external" href="http://httpd.apache.org/docs/current/mod/mod_mime.html#addtype" title="http://httpd.apache.org/docs/2.2/mod/mod_mime.html#addtype"> <code>.htaccess-Datei konfigurieren</code></a>, so dass die Dateiendung dem korrekten Mime type zugeordnet wird. Achte in diesem Fall auch darauf, dass die XML-Datei wohlgeformt ist, d.h. den grundsätzlichen Anforderungen an die Formatierung einer XML-Datei genügt.</p> +<p><strong>Hinweis</strong>: XHTML-Dokumente mit MathML müssen vom Server als <code>application/xhtml+xml</code> ausgliefert werden. Das kannst Du einfach erreichen, indem Du Deinen lokalen Dateien die Endung <code>.xhtml</code> gibst. Beim Apache-Webserver kannst Du entsprechend die<a class="external" href="http://httpd.apache.org/docs/current/mod/mod_mime.html#addtype"> <code>.htaccess-Datei konfigurieren</code></a>, so dass die Dateiendung dem korrekten Mime type zugeordnet wird. Achte in diesem Fall auch darauf, dass die XML-Datei wohlgeformt ist, d.h. den grundsätzlichen Anforderungen an die Formatierung einer XML-Datei genügt.</p> <h2 id="Spezifikationen">Spezifikationen</h2> @@ -295,7 +295,7 @@ translation_of: Web/MathML/Element/math <h2 id="Hinweise_zur_Gecko">Hinweise zur Gecko</h2> -<p>Die Gecko Rendering Engine unterstützt seit Version 7.0 {{ geckoRelease("7.0") }} die Verwendung von MathML-Attributen auf das <code><math></code>-Element (und hat damit das gleiche Verhalten wie das {{ MathMLElement("mstyle") }}-Element). Das <code>displaystyle</code>-Attribute wurde allerdings erst in Gecko 8.0 {{ geckoRelease("8.0") }} ergänzt. <a class="link-https" href="https://bugzilla.mozilla.org/show_bug.cgi?id=669719" title="https://bugzilla.mozilla.org/show_bug.cgi?id=669719">Siehe bug 669719</a>.</p> +<p>Die Gecko Rendering Engine unterstützt seit Version 7.0 {{ geckoRelease("7.0") }} die Verwendung von MathML-Attributen auf das <code><math></code>-Element (und hat damit das gleiche Verhalten wie das {{ MathMLElement("mstyle") }}-Element). Das <code>displaystyle</code>-Attribute wurde allerdings erst in Gecko 8.0 {{ geckoRelease("8.0") }} ergänzt. <a class="link-https" href="https://bugzilla.mozilla.org/show_bug.cgi?id=669719">Siehe bug 669719</a>.</p> <p>Weder Alternativer Text (<code>alttext</code>) noch der Verweis auf eine alternative Grafik mit den Attributen <code>altimg</code>, <code>altimg-width</code>, <code>altimg-height</code> oder <code>altimg-valign</code> sind in Gecko gegenwärtig implemtiert.</p> diff --git a/files/de/web/mathml/element/menclose/index.html b/files/de/web/mathml/element/menclose/index.html index 8c41049e54..371e44bc59 100644 --- a/files/de/web/mathml/element/menclose/index.html +++ b/files/de/web/mathml/element/menclose/index.html @@ -42,7 +42,7 @@ translation_of: Web/MathML/Element/menclose <td><code>actuarial</code></td> <td><img alt="actuarial" src="/files/3168/actuarial.png"></td> <td><math> <menclose notation="actuarial"> <msup><mi>a</mi><mn>2</mn></msup> <mo>+</mo> <msup><mi>b</mi><mn>2</mn></msup> </menclose> </math></td> - <td><a class="external" href="http://en.wikipedia.org/wiki/Actuarial_notation" title="http://en.wikipedia.org/wiki/Actuarial_notation">actuarial symbol</a></td> + <td><a class="external" href="http://en.wikipedia.org/wiki/Actuarial_notation">actuarial symbol</a></td> </tr> <tr> <td><code>radical</code></td> @@ -120,7 +120,7 @@ translation_of: Web/MathML/Element/menclose <td><code>madruwb</code></td> <td><img alt="madruwb" src="/files/3181/madruwb.png"></td> <td><math> <menclose notation="madruwb"> <msup><mi>a</mi><mn>2</mn></msup> <mo>+</mo> <msup><mi>b</mi><mn>2</mn></msup> </menclose> </math></td> - <td><a class="external" href="http://en.wikipedia.org/wiki/Modern_Arabic_mathematical_notation#Arithmetic_and_algebra" title="http://en.wikipedia.org/wiki/Modern_Arabic_mathematical_notation#Arithmetic_and_algebra">Arabic factorial symbol</a></td> + <td><a class="external" href="http://en.wikipedia.org/wiki/Modern_Arabic_mathematical_notation#Arithmetic_and_algebra">Arabic factorial symbol</a></td> </tr> <tr> <td><code>updiagonalarrow</code></td> diff --git a/files/de/web/mathml/element/mo/index.html b/files/de/web/mathml/element/mo/index.html index f4a4d496aa..eba4cd0213 100644 --- a/files/de/web/mathml/element/mo/index.html +++ b/files/de/web/mathml/element/mo/index.html @@ -413,5 +413,5 @@ translation_of: Web/MathML/Element/mo <li>Mit Gecko 16.0 {{ geckoRelease("16.0") }} wurden die Standardwerte für <code>lspace</code> und <code>rspace</code> korrigiert. Entsprechend der MathML3-Spezifikation ist der Vorgabewert jetzt 5/18em, das ist der Wert der Konstante <code>thickmathspace</code>.</li> <li>Seit Gecko 20.0 {{geckoRelease("20.0")}} sind einheitenlose Wertangaben für <code>mathsize</code> erlaubt.</li> <li>Einige <code>mathvariant</code> sind erst seit Gecko 28.0 (Firefox 28.0 / Thunderbird 28.0 / SeaMonkey 2.25) umgesetzt und erfordern passende <a href="/de/docs/Mozilla/MathML_Project/Fonts">Schriftarten für MathML</a>.</li> - <li>Es sind noch keine Attribute für <a class="external" href="http://www.w3.org/TR/MathML3/chapter3.html#presm.lbattrs" title="http://www.w3.org/TR/MathML3/chapter3.html#presm.lbattrs">Zeilenumbrüche</a> oder <a class="external" href="http://www.w3.org/TR/MathML3/chapter3.html#presm.lbindent.attrs" title="http://www.w3.org/TR/MathML3/chapter3.html#presm.lbindent.attrs">Einrückungen</a> implementiert. Siehe {{ bug("534962") }}.</li> + <li>Es sind noch keine Attribute für <a class="external" href="http://www.w3.org/TR/MathML3/chapter3.html#presm.lbattrs">Zeilenumbrüche</a> oder <a class="external" href="http://www.w3.org/TR/MathML3/chapter3.html#presm.lbindent.attrs">Einrückungen</a> implementiert. Siehe {{ bug("534962") }}.</li> </ul> diff --git a/files/de/web/mathml/element/mspace/index.html b/files/de/web/mathml/element/mspace/index.html index a3a2b0f195..c28bc8a24b 100644 --- a/files/de/web/mathml/element/mspace/index.html +++ b/files/de/web/mathml/element/mspace/index.html @@ -155,7 +155,7 @@ translation_of: Web/MathML/Element/mspace <h2 id="Hinweise_zu_Gecko">Hinweise zu Gecko</h2> <ul> - <li>Attribute zur Kontrolle des <a class="external" href="http://www.w3.org/TR/MathML3/chapter3.html#presm.lbindent.attrs" title="http://www.w3.org/TR/MathML3/chapter3.html#presm.lbindent.attrs">Einzugs</a> Indentation attributes werden noch nicht unterstützt (für Gecko siehe {{ bug("534962") }}).</li> + <li>Attribute zur Kontrolle des <a class="external" href="http://www.w3.org/TR/MathML3/chapter3.html#presm.lbindent.attrs">Einzugs</a> Indentation attributes werden noch nicht unterstützt (für Gecko siehe {{ bug("534962") }}).</li> <li><code>width</code> kann seit Gecko 23.0 {{geckoRelease("23.0")}} negative Werte haben.</li> </ul> |