aboutsummaryrefslogtreecommitdiff
path: root/files/zh-cn/learn/tools_and_testing/cross_browser_testing
diff options
context:
space:
mode:
authort7yang <t7yang@gmail.com>2021-07-17 16:10:02 +0800
committerIrvin <irvinfly@gmail.com>2021-07-19 23:04:27 +0800
commita02f4b2f60c81e09b318a090e5c9c2d2d641c878 (patch)
tree2b1849e7a34cb367ff6624e35a35fc827eceef6b /files/zh-cn/learn/tools_and_testing/cross_browser_testing
parent8af4d5e8a260f3474b4273d573532ec6fec08ab4 (diff)
downloadtranslated-content-a02f4b2f60c81e09b318a090e5c9c2d2d641c878.tar.gz
translated-content-a02f4b2f60c81e09b318a090e5c9c2d2d641c878.tar.bz2
translated-content-a02f4b2f60c81e09b318a090e5c9c2d2d641c878.zip
replace wiki links in zh-CN
Diffstat (limited to 'files/zh-cn/learn/tools_and_testing/cross_browser_testing')
-rw-r--r--files/zh-cn/learn/tools_and_testing/cross_browser_testing/html_and_css/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/zh-cn/learn/tools_and_testing/cross_browser_testing/html_and_css/index.html b/files/zh-cn/learn/tools_and_testing/cross_browser_testing/html_and_css/index.html
index 0e2cd596de..90e04c85ff 100644
--- a/files/zh-cn/learn/tools_and_testing/cross_browser_testing/html_and_css/index.html
+++ b/files/zh-cn/learn/tools_and_testing/cross_browser_testing/html_and_css/index.html
@@ -130,7 +130,7 @@ translation_of: Learn/Tools_and_testing/Cross_browser_testing/HTML_and_CSS
<p><strong>注意:</strong>请参阅<a href="https://developer.mozilla.org/zh-CN/docs/preview-wiki-content#IE_conditional_comments">IE条件注释</a>以获取最佳实践。</p>
</div>
-<p>更复杂的元素,如HTML  <code><a href="https://wiki.developer.mozilla.org/en-US/docs/Web/HTML/Element/video">&lt;video&gt;</a></code>、<code><a href="/zh-CN/docs/Web/HTML/Element/audio">&lt;audio&gt;</a></code>,和 <code><a href="/zh-CN/docs/Web/HTML/Element/canvas">&lt;canvas&gt;</a></code>(和其他功能除外)有自然的fallback加入机制,其工作原理与上述相同。您可以在开始和结束标记之间添加回退内容,非支持的浏览器将有效地忽略外部元素并运行嵌套的内容。</p>
+<p>更复杂的元素,如HTML  <code><a href="/zh-CN/docs/Web/HTML/Element/video">&lt;video&gt;</a></code>、<code><a href="/zh-CN/docs/Web/HTML/Element/audio">&lt;audio&gt;</a></code>,和 <code><a href="/zh-CN/docs/Web/HTML/Element/canvas">&lt;canvas&gt;</a></code>(和其他功能除外)有自然的fallback加入机制,其工作原理与上述相同。您可以在开始和结束标记之间添加回退内容,非支持的浏览器将有效地忽略外部元素并运行嵌套的内容。</p>
<p>例如:</p>