HTML 5 验证器输出 p 内跨度的错误

发布于 2024-12-29 10:59:44 字数 475 浏览 0 评论 0原文

我遇到了一个奇怪的错误:

在此处输入图像描述

问题是我之前在 div 中使用过 span - in事实上,根据 W3C,您可以在所谓的“短语内容”(段落内级别,这显然是 p 元素的全部内容),当然除非我误解了某些内容。

它不会破坏网站,但我希望验证该文档。

可以在此处找到该视图的源代码(我正在使用 Codeigniter):https://gist.github。 com/1688702

这是 W3C 验证器输出的唯一错误。

有什么想法吗?也许有办法解决或规避这个问题?

I'm having a strange error:

enter image description here

The thing is that I've used spans inside divs before - in fact, according to the W3C, you can use span tags inside what's called "Phrasing Content" (the intra-paragraph level, which obviously the p element is all about), unless of course I'm misunderstanding something.

It doesn't break the website, but I'd like the document to validate.

The source code for the view (I'm using Codeigniter) can be found here: https://gist.github.com/1688702

That's the only error the W3C validator outputs.

Any thoughts? Perhaps a way to fix or circumvent this?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

故事未完 2025-01-05 10:59:44

您在第 74 行写了 spam,而不是 span。

You wrote spam instead of span on line 74.

夏了南城 2025-01-05 10:59:44

错字。错误消息中显示的是 spam,而不是 span

Typo. It says spam, not span, in the error message.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文