aboutsummaryrefslogtreecommitdiff
path: root/files/zh-cn/web/svg/index.html
diff options
context:
space:
mode:
authorPeter Bengtsson <mail@peterbe.com>2021-07-26 15:31:56 -0400
committerIrvin <irvinfly@gmail.com>2021-07-27 12:52:01 +0800
commit13db12ce5c9cfe0c433f35587035dce15eedf294 (patch)
tree20671d4a0fda745d305ba2b38037f25f6fbdce58 /files/zh-cn/web/svg/index.html
parentc53c05cd5c3e7eafdfeb437d02ddad4c9e00ae3d (diff)
downloadtranslated-content-13db12ce5c9cfe0c433f35587035dce15eedf294.tar.gz
translated-content-13db12ce5c9cfe0c433f35587035dce15eedf294.tar.bz2
translated-content-13db12ce5c9cfe0c433f35587035dce15eedf294.zip
remove link 'title' attributes that's just the 'href' (zh-cn)
Diffstat (limited to 'files/zh-cn/web/svg/index.html')
-rw-r--r--files/zh-cn/web/svg/index.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/files/zh-cn/web/svg/index.html b/files/zh-cn/web/svg/index.html
index 88b0439673..81294bd850 100644
--- a/files/zh-cn/web/svg/index.html
+++ b/files/zh-cn/web/svg/index.html
@@ -76,8 +76,8 @@ translation_of: Web/SVG
<li><a href="https://developer.mozilla.org/en-US/docs/SVG/SVG_as_an_Image">SVG as an image</a></li>
<li><a href="https://developer.mozilla.org/en-US/docs/SVG/SVG_animation_with_SMIL">SVG animation with SMIL</a></li>
<li><a href="http://plurib.us/1shot/2007/svg_gallery/">SVG 艺术画廊</a></li>
- <li><a href="http://croczilla.com/bits_and_pieces/svg/samples/lion/lion.svg" title="http://croczilla.com/bits_and_pieces/svg/samples/lion/lion.svg">Lion</a>、<a href="http://croczilla.com/bits_and_pieces/svg/samples/butterfly/butterfly.svg" title="http://croczilla.com/bits_and_pieces/svg/samples/butterfly/butterfly.svg">Butterfly</a> &amp; <a href="http://croczilla.com/bits_and_pieces/svg/samples/tiger/tiger.svg" title="http://croczilla.com/bits_and_pieces/svg/samples/tiger/tiger.svg">Tiger</a></li>
- <li>更多实例(<a href="http://croczilla.com/bits_and_pieces/svg/samples" title="http://croczilla.com/bits_and_pieces/svg/samples">SVG Samples croczilla.com</a>、<a href="http://www.carto.net/papers/svg/samples/">carto.net</a>)</li>
+ <li><a href="http://croczilla.com/bits_and_pieces/svg/samples/lion/lion.svg" title="http://croczilla.com/bits_and_pieces/svg/samples/lion/lion.svg">Lion</a>、<a href="http://croczilla.com/bits_and_pieces/svg/samples/butterfly/butterfly.svg" title="http://croczilla.com/bits_and_pieces/svg/samples/butterfly/butterfly.svg">Butterfly</a> &amp; <a href="http://croczilla.com/bits_and_pieces/svg/samples/tiger/tiger.svg">Tiger</a></li>
+ <li>更多实例(<a href="http://croczilla.com/bits_and_pieces/svg/samples">SVG Samples croczilla.com</a>、<a href="http://www.carto.net/papers/svg/samples/">carto.net</a>)</li>
</ul>
<h3 id="动画与交互">动画与交互</h3>
@@ -85,7 +85,7 @@ translation_of: Web/SVG
<p>        正如 HTML 一样,SVG 也有可被 JavaScript 访问的文档对象模型(DOM)和事件。这允许开发者创建丰富的动画和可交互的图像。</p>
<ul>
- <li>一些真正赏心悦目的 SVG  <a href="http://svg-wow.org/" title="http://svg-wow.org/">svg-wow.org</a></li>
+ <li>一些真正赏心悦目的 SVG  <a href="http://svg-wow.org/">svg-wow.org</a></li>
<li>一个能为浏览器添加 {{Glossary("SMIL")}} 子集支持的 Firefox 扩展(<a href="http://schepers.cc/grafox/">Grafox</a>)</li>
<li>交互式<a href="http://people.mozilla.com/~vladimir/demos/photos.svg">图片</a>操作</li>
<li>当 <a href="http://starkravingfinkle.org/blog/2007/07/firefox-3-svg-foreignobject/">HTML transformations</a> 使用 SVG 的 <code>foreignObject</code></li>