diff options
author | Peter Bengtsson <mail@peterbe.com> | 2021-07-31 07:48:41 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-31 19:48:41 +0800 |
commit | 17dbc4b436381a778fd2661efe729e8f3ee4ac6c (patch) | |
tree | f6660405619b8b2e413e55398dad9ad390d7a16e /files/zh-cn/web/mathml/element | |
parent | 81ae7cf946d4d81c114b436123137718b88824c2 (diff) | |
download | translated-content-17dbc4b436381a778fd2661efe729e8f3ee4ac6c.tar.gz translated-content-17dbc4b436381a778fd2661efe729e8f3ee4ac6c.tar.bz2 translated-content-17dbc4b436381a778fd2661efe729e8f3ee4ac6c.zip |
remove link 'title' attributes that's just the 'href' (zh-cn, part 4) (#1797)
Diffstat (limited to 'files/zh-cn/web/mathml/element')
-rw-r--r-- | files/zh-cn/web/mathml/element/math/index.html | 2 | ||||
-rw-r--r-- | files/zh-cn/web/mathml/element/mspace/index.html | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/files/zh-cn/web/mathml/element/math/index.html b/files/zh-cn/web/mathml/element/math/index.html index 27acb09303..bd9a187690 100644 --- a/files/zh-cn/web/mathml/element/math/index.html +++ b/files/zh-cn/web/mathml/element/math/index.html @@ -115,7 +115,7 @@ translation_of: Web/MathML/Element/math </body> </html></pre> -<p><strong>注意:</strong> XHTML 文档如果带有MathML,必须将文档的MIME类型设置为<code>application/xhtml+xml</code>进行发送。一般来说可以通过将扩展名改为<code>.xhtml</code> 来实现对本地文件的修改。对于Apache服务器,你可以<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">配置<code>.htaccess</code>文件</a> 来达到映射扩展名为正确的MIME类型的目的。因为MathML被放在一个XML文件中,你必须编写一个严格符合XML格式的文档。</p> +<p><strong>注意:</strong> XHTML 文档如果带有MathML,必须将文档的MIME类型设置为<code>application/xhtml+xml</code>进行发送。一般来说可以通过将扩展名改为<code>.xhtml</code> 来实现对本地文件的修改。对于Apache服务器,你可以<a class="external" href="http://httpd.apache.org/docs/2.2/mod/mod_mime.html#addtype">配置<code>.htaccess</code>文件</a> 来达到映射扩展名为正确的MIME类型的目的。因为MathML被放在一个XML文件中,你必须编写一个严格符合XML格式的文档。</p> <h2 id="规范">规范</h2> diff --git a/files/zh-cn/web/mathml/element/mspace/index.html b/files/zh-cn/web/mathml/element/mspace/index.html index 85d5543c76..f136b5a551 100644 --- a/files/zh-cn/web/mathml/element/mspace/index.html +++ b/files/zh-cn/web/mathml/element/mspace/index.html @@ -151,7 +151,7 @@ translation_of: Web/MathML/Element/mspace <h2 id="Gecko说明">Gecko说明</h2> <ul> - <li><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">Indentation attributes</a> 暂时没有实现 (for Gecko see {{ bug("534962") }}).</li> + <li><a class="external" href="http://www.w3.org/TR/MathML3/chapter3.html#presm.lbindent.attrs">Indentation attributes</a> 暂时没有实现 (for Gecko see {{ bug("534962") }}).</li> <li>从Gecko 23.0 {{geckoRelease("23.0")}}开始实现了对<code>width</code>属性负值的支持。</li> </ul> |