aboutsummaryrefslogtreecommitdiff
path: root/files/zh-cn/web/svg/svg_animation_with_smil
diff options
context:
space:
mode:
authorPeter Bengtsson <mail@peterbe.com>2021-07-31 07:48:41 -0400
committerGitHub <noreply@github.com>2021-07-31 19:48:41 +0800
commit17dbc4b436381a778fd2661efe729e8f3ee4ac6c (patch)
treef6660405619b8b2e413e55398dad9ad390d7a16e /files/zh-cn/web/svg/svg_animation_with_smil
parent81ae7cf946d4d81c114b436123137718b88824c2 (diff)
downloadtranslated-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/svg/svg_animation_with_smil')
-rw-r--r--files/zh-cn/web/svg/svg_animation_with_smil/index.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/files/zh-cn/web/svg/svg_animation_with_smil/index.html b/files/zh-cn/web/svg/svg_animation_with_smil/index.html
index 2f65b95392..12af8e3229 100644
--- a/files/zh-cn/web/svg/svg_animation_with_smil/index.html
+++ b/files/zh-cn/web/svg/svg_animation_with_smil/index.html
@@ -11,7 +11,7 @@ translation_of: Web/SVG/SVG_animation_with_SMIL
<p>Chrome 45弃用了SMIL,以利于CSS动画以及Web动画。</p>
-<p>Firefox 4 利用<a class="external" href="http://www.w3.org/TR/REC-smil" title="http://www.w3.org/TR/REC-smil">Synchronized Multimedia Integration Language</a> (SMIL)引入了对动画SVG的支持。SMIL允许你:</p>
+<p>Firefox 4 利用<a class="external" href="http://www.w3.org/TR/REC-smil">Synchronized Multimedia Integration Language</a> (SMIL)引入了对动画SVG的支持。SMIL允许你:</p>
<ul>
<li>变动一个元素的数字属性(x、y……)</li>
@@ -136,6 +136,6 @@ translation_of: Web/SVG/SVG_animation_with_SMIL
<ul>
<li><a href="/en/SVG" title="en/SVG">SVG</a></li>
- <li><a class="external" href="http://www.w3.org/TR/SVG/animate.html" title="http://www.w3.org/TR/SVG/animate.html">SVG动画参考</a></li>
- <li><a class="external" href="http://www.w3.org/TR/REC-smil" title="http://www.w3.org/TR/REC-smil">SMIL动画参考</a></li>
+ <li><a class="external" href="http://www.w3.org/TR/SVG/animate.html">SVG动画参考</a></li>
+ <li><a class="external" href="http://www.w3.org/TR/REC-smil">SMIL动画参考</a></li>
</ul>