HTML Tidy 正在删除 DOC 类型声明
我随机选择了一些网站的源代码,例如 www.nypost.com、facebook.com、www.bigpond.com。当我提供这三个 html 页面作为 tidy 的输入(带有 -m 选项的命令行)时,我注意到它删除了 DOC 类型声明并修改了源代码。
任何人都可以指定为什么会发生这样的情况,这是 Tidy 中的错误吗?
I had picked source code of some sites ramdomly like www.nypost.com, facebook.com , www.bigpond.com. When i had provided these three htmlpages as input to tidy (command line with -m option), what i had noticed is that its removing the DOC Type declaration and modifying the source code.
Can anyone specify why its happening like that, is it a bug in Tidy or so.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
它似乎是可配置的:
http://tidy.sourceforge.net/docs/quickref。 html#doctype
It appears to be configurable:
http://tidy.sourceforge.net/docs/quickref.html#doctype