html – 什么是polyglot文件?

前端之家收集整理的这篇文章主要介绍了html – 什么是polyglot文件?前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
this answerthis questionLachlan-Hunt写下列内容

With HTML5,you can choose to use HTML-only Syntax,meaning that it is only compatible with being served and processed as text/html it is not well-formed XML. Or use XHTML-only Syntax,meaning that is is well-formed XML,but uses XML features that are not compatible with HTML. Or,you can write a Polyglot document,which is conforming and compatible with both HTML and XHTML processing (In principle,this is conceptually similar to writing XHTML 1.0 that conforms with Appendix C guidelines).

什么是Polyglot文件

解决方法

多语言程序是一种有效于多种语言的程序。见 http://en.wikipedia.org/wiki/Polyglot_(computing)

多语种(person)是流利的语言的人。

因此,这种情况下的多边形文档既是有效的HTML和XHTML。

显然,这个词源自古希腊语,由“π”,“多舌”,“多舌”,“pol”,“tongue”,“’”,“))”

原文链接:https://www.f2er.com/html/232987.html

猜你在找的HTML相关文章