aboutsummaryrefslogtreecommitdiff
path: root/files/zh-cn/web/html/element/video
diff options
context:
space:
mode:
authorPeter Bengtsson <mail@peterbe.com>2021-07-31 09:33:29 -0400
committerIrvin <irvinfly@gmail.com>2021-08-01 13:37:23 +0800
commitb9783c06657382caf2267a9a098ffa8e95a7f2ab (patch)
treeebd0cffca6aa6fe12829ff2791f9576898ebde26 /files/zh-cn/web/html/element/video
parentc57404698a76f159e63c19bc8f42a3d4503d672d (diff)
downloadtranslated-content-b9783c06657382caf2267a9a098ffa8e95a7f2ab.tar.gz
translated-content-b9783c06657382caf2267a9a098ffa8e95a7f2ab.tar.bz2
translated-content-b9783c06657382caf2267a9a098ffa8e95a7f2ab.zip
remove link 'title' attributes that's just the 'href' (zh-cn, part 5)
Diffstat (limited to 'files/zh-cn/web/html/element/video')
-rw-r--r--files/zh-cn/web/html/element/video/index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/files/zh-cn/web/html/element/video/index.html b/files/zh-cn/web/html/element/video/index.html
index 544f902feb..dbaa58d81c 100644
--- a/files/zh-cn/web/html/element/video/index.html
+++ b/files/zh-cn/web/html/element/video/index.html
@@ -71,7 +71,7 @@ translation_of: Web/HTML/Element/video
</tr>
<tr>
<td>规范文档</td>
- <td><a class="external" href="http://www.w3.org/TR/html5/embedded-content-0.html#the-video-element" title="http://www.w3.org/TR/html5/video.html#video">HTML5, 4.8.6节</a></td>
+ <td><a class="external" href="http://www.w3.org/TR/html5/embedded-content-0.html#the-video-element">HTML5, 4.8.6节</a></td>
</tr>
</tbody>
</table>
@@ -283,7 +283,7 @@ AddType video/ogg .ogg
<li><a href="/zh-CN/docs/Manipulating_video_using_canvas" title="Manipulating video using canvas">用canvas操作video</a></li>
<li><a href="/zh-CN/docs/XPCOM_Interface_Reference/NsIDOMHTMLMediaElement" title="NsIDOMHTMLMediaElement"><code>nsIDOMHTMLMediaElement</code></a></li>
<li><a class="external" href="http://tinyvid.tv/">TinyVid</a> - 在HTML5中使用ogg文件的例子。</li>
- <li><a class="external" href="http://www.whatwg.org/specs/web-apps/current-work/#video" title="http://www.whatwg.org/specs/web-apps/current-work/#video"><code>video</code> 元素</a> (HTML5 规范)</li>
+ <li><a class="external" href="http://www.whatwg.org/specs/web-apps/current-work/#video"><code>video</code> 元素</a> (HTML5 规范)</li>
<li><a href="/zh-CN/docs/Configuring_servers_for_Ogg_media" title="Configuring servers for Ogg media">Ogg 格式媒体文件的服务器配置</a></li>
</ul>