diff options
author | Peter Bengtsson <mail@peterbe.com> | 2021-08-02 22:42:50 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-03 11:42:50 +0900 |
commit | b3400a41e5ff084784e4557bb07c0a351a34d477 (patch) | |
tree | 777b9536d6076b57d63328a61d99d4a8a8b6a811 /files/ja/web/mathml/element/mo | |
parent | c372556f6b6e736496dce8f62f8ca346496c3e93 (diff) | |
download | translated-content-b3400a41e5ff084784e4557bb07c0a351a34d477.tar.gz translated-content-b3400a41e5ff084784e4557bb07c0a351a34d477.tar.bz2 translated-content-b3400a41e5ff084784e4557bb07c0a351a34d477.zip |
remove link 'title' attributes that's just the 'href' (ja, part 4) (#1851)
Diffstat (limited to 'files/ja/web/mathml/element/mo')
-rw-r--r-- | files/ja/web/mathml/element/mo/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/ja/web/mathml/element/mo/index.html b/files/ja/web/mathml/element/mo/index.html index ef6f02f359..504377c56e 100644 --- a/files/ja/web/mathml/element/mo/index.html +++ b/files/ja/web/mathml/element/mo/index.html @@ -175,5 +175,5 @@ translation_of: Web/MathML/Element/mo <li>Starting with Gecko 16.0 {{ geckoRelease("16.0") }} the default values for <code>lspace</code> and <code>rspace</code> have been corrected to match the MathML3 specification. They now default to the constant <code>thickmathspace</code> (5/18em).</li> <li>Starting with Gecko 20.0 {{geckoRelease("20.0")}} a unitless value for <code>mathsize</code> is allowed.</li> <li>Some <code>mathvariant</code> values are only implemented starting with Gecko 28.0 (Firefox 28.0 / Thunderbird 28.0 / SeaMonkey 2.25) and require appropriate <a href="https://developer.mozilla.org/en-US/docs/Mozilla/MathML_Project/Fonts">math fonts</a>.</li> - <li>Any <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">linebreaking</a> or <a class="external" href="http://www.w3.org/TR/MathML3/chapter3.html#presm.lbindent.attrs">indentation attributes</a> are not implemented yet. See {{ bug("534962") }}.</li> + <li>Any <a class="external" href="http://www.w3.org/TR/MathML3/chapter3.html#presm.lbattrs">linebreaking</a> or <a class="external" href="http://www.w3.org/TR/MathML3/chapter3.html#presm.lbindent.attrs">indentation attributes</a> are not implemented yet. See {{ bug("534962") }}.</li> </ul> |