diff options
author | Jason Lee <huacnlee@gmail.com> | 2022-01-26 15:37:51 +0800 |
---|---|---|
committer | Irvin <irvinfly@gmail.com> | 2022-02-16 00:05:53 +0800 |
commit | 1269ba9bb27f208d13ec792d8dbe3c3f5476b6b2 (patch) | |
tree | bf0f6a3ea3f846841bdb8e9b6b0428edeb453e6f /files/zh-cn/web/html/quirks_mode_and_standards_mode/index.html | |
parent | 48775b07d0867f298e78553cde9b5fbafc03549f (diff) | |
download | translated-content-1269ba9bb27f208d13ec792d8dbe3c3f5476b6b2.tar.gz translated-content-1269ba9bb27f208d13ec792d8dbe3c3f5476b6b2.tar.bz2 translated-content-1269ba9bb27f208d13ec792d8dbe3c3f5476b6b2.zip |
Correct copywriting for files/zh-cn/web/html/* except element.
Ref: #3490 #3834
Diffstat (limited to 'files/zh-cn/web/html/quirks_mode_and_standards_mode/index.html')
-rw-r--r-- | files/zh-cn/web/html/quirks_mode_and_standards_mode/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/zh-cn/web/html/quirks_mode_and_standards_mode/index.html b/files/zh-cn/web/html/quirks_mode_and_standards_mode/index.html index c726d21f1d..1aec0810ca 100644 --- a/files/zh-cn/web/html/quirks_mode_and_standards_mode/index.html +++ b/files/zh-cn/web/html/quirks_mode_and_standards_mode/index.html @@ -25,7 +25,7 @@ translation_of: Web/HTML/Quirks_Mode_and_Standards_Mode </body> </html></pre> -<p>范例中的DOCTYPE,<code><!DOCTYPE html></code>,是所有可用的 DOCTYPE 之中最简单的,也是 HTML5 所推荐的。HTML 的早期变种也属于推荐标准,不过,当今的浏览器都会对这个 DOCTYPE 使用标准模式,就算是早已过时的 Internet Explorer 6 也一样。目前,并没有正当的理由,去使用其他更复杂的 DOCTYPE。如果你使用其他的 DOCTYPE,你可能会面临触发接近标准模式或者怪异模式的风险。</p> +<p>范例中的 DOCTYPE,<code><!DOCTYPE html></code>,是所有可用的 DOCTYPE 之中最简单的,也是 HTML5 所推荐的。HTML 的早期变种也属于推荐标准,不过,当今的浏览器都会对这个 DOCTYPE 使用标准模式,就算是早已过时的 Internet Explorer 6 也一样。目前,并没有正当的理由,去使用其他更复杂的 DOCTYPE。如果你使用其他的 DOCTYPE,你可能会面临触发接近标准模式或者怪异模式的风险。</p> <p>请确定你把 DOCTYPE 正确地置于 HTML 文件的顶端。如果有任何其他字符位于 DOCTYPE 之前,比如注释或 XML 声明,会导致 Internet Explorer 9 或更早期的浏览器触发怪异模式。</p> |