HTML Tidy - 如果缺少引号,则不会发出警告

发布于 2024-11-11 23:06:06 字数 307 浏览 6 评论 0 原文

如果属性值周围缺少引号,是否可以设置任何选项来使整洁地向我显示警告?目前我运行 tidy 如下:

tidy -xml -e test.html

test.html 内:

<p id=foobar></p>

没有警告,但实际上 XML 需要引号。我不需要更正的输出。我想使用 -e 选项。

Windows 版 HTML Tidy 于 2009 年 3 月 25 日发布

Is there any option I can setup to make tidy showing me warnings if quotes are missing around attribute values? At the moment I run tidy as follows:

tidy -xml -e test.html

Within test.html:

<p id=foobar></p>

There's no warning but actually XML requires quotes. I don't need the corrected output. I want to use the -e Option.

HTML Tidy for Windows released on 25 March 2009

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

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

发布评论

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

评论(1

野生奥特曼 2024-11-18 23:06:06

Tidy 不会抛出有关缺少引号的属性的警告,因为不带空格的属性值在 HTML 中有效(尽管在 XML 中无效,正如您所指出的)。我已经检查了文档此处此处 不幸的是,我没有看到任何对配置选项或设置的引用,这些配置选项或设置可以产生您想要的结果。

Tidy will not throw warnings about attributes missing quotes as attribute values without spaces are valid in HTML (although not in XML, as you point out). I've checked the documentation here and here and unfortunately, I don't see any references to configuration options or settings that would yield the results you want.

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