gpt4 book ai didi

html - 在 HTML5 中使用 null 实体(例如 �)是否有效?

转载 作者:行者123 更新时间:2023-11-28 04:49:42 27 4
gpt4 key购买 nike

我相信 null 实体 () 在 XML 中正式无效。但是我在处理HTML的时候就遇到过。 (也许代表一种零宽度字符?)但是它是有效的标记吗?浏览器会崩溃吗?

最佳答案

不,这不是有效的 HTML5。您可以通过验证器运行以下片段轻松地看到这一点,例如 W3C's :

<!DOCTYPE html><title>&#x0;</title>

这将导致以下错误:

Line 1, Column 27: Character reference expands to zero.

规范中列出了字符引用中不合法的特定代码点( W3C HTML5WHATWG HTML Living Standard ):

The numeric character reference forms described above are allowed to reference any Unicode code point other than U+0000, U+000D, permanently undefined Unicode characters (noncharacters), surrogates (U+D800–U+DFFF), and control characters other than space characters.

关于html - 在 HTML5 中使用 null 实体(例如 &#x0;)是否有效?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/43033451/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com