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/svg/svg_animation_with_smil | |
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/svg/svg_animation_with_smil')
-rw-r--r-- | files/zh-cn/web/svg/svg_animation_with_smil/index.html | 6 |
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> |