diff options
author | Peter Bengtsson <mail@peterbe.com> | 2021-07-28 12:42:04 -0400 |
---|---|---|
committer | Irvin <irvinfly@gmail.com> | 2021-07-29 13:54:25 +0800 |
commit | 4fcf364daa1be056c857275e82bbbf7549666119 (patch) | |
tree | a0b9987c5d5d6200576d2ffc6a5f4ed8deeecfad /files/zh-cn/web/svg/attribute/begin | |
parent | 77f8a51116c1529c4ba1ed1ec3b9bc2fe0a93f03 (diff) | |
download | translated-content-4fcf364daa1be056c857275e82bbbf7549666119.tar.gz translated-content-4fcf364daa1be056c857275e82bbbf7549666119.tar.bz2 translated-content-4fcf364daa1be056c857275e82bbbf7549666119.zip |
remove link 'title' attributes that's just the 'href' (zh-cn, part 3)
Diffstat (limited to 'files/zh-cn/web/svg/attribute/begin')
-rw-r--r-- | files/zh-cn/web/svg/attribute/begin/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/files/zh-cn/web/svg/attribute/begin/index.html b/files/zh-cn/web/svg/attribute/begin/index.html index a7c87621b0..834bdbb0a7 100644 --- a/files/zh-cn/web/svg/attribute/begin/index.html +++ b/files/zh-cn/web/svg/attribute/begin/index.html @@ -12,7 +12,7 @@ translation_of: Web/SVG/Attribute/begin <p>这个属性定义了动画何时开始。</p> -<p>这个属性值是一个分号分隔的数列值。SMIL规范的<a class="external" href="http://www.w3.org/TR/2001/REC-smil-animation-20010904/#Timing-EvaluationOfBeginEndTimeLists" title="http://www.w3.org/TR/2001/REC-smil-animation-20010904/#Timing-EvaluationOfBeginEndTimeLists">"Evaluation of begin and end time lists"</a>章节详细解释了开始时间数列。每个单独的值可以是下述之一:<code><offset-value></code>、 <code><syncbase-value></code>、 <code><event-value></code>、 <code><repeat-value></code>、 <code><accessKey-value></code>、 <code><wallclock-sync-value></code>或者关键词<code>indefinite</code>。</p> +<p>这个属性值是一个分号分隔的数列值。SMIL规范的<a class="external" href="http://www.w3.org/TR/2001/REC-smil-animation-20010904/#Timing-EvaluationOfBeginEndTimeLists">"Evaluation of begin and end time lists"</a>章节详细解释了开始时间数列。每个单独的值可以是下述之一:<code><offset-value></code>、 <code><syncbase-value></code>、 <code><event-value></code>、 <code><repeat-value></code>、 <code><accessKey-value></code>、 <code><wallclock-sync-value></code>或者关键词<code>indefinite</code>。</p> <h2 id="用法">用法</h2> @@ -32,7 +32,7 @@ translation_of: Web/SVG/Attribute/begin </tr> <tr> <th scope="row">规范文档</th> - <td><a class="external" href="http://www.w3.org/TR/SVG/animate.html#BeginAttribute" title="http://www.w3.org/TR/SVG/animate.html#BeginAttribute">SVG 1.1 (2nd Edition)</a></td> + <td><a class="external" href="http://www.w3.org/TR/SVG/animate.html#BeginAttribute">SVG 1.1 (2nd Edition)</a></td> </tr> </tbody> </table> |