Any new or unknown doctype triggers strict mode.
任何新的或未知的DOCTYPE将触发严格模式。
This is the canonical doctype for HTML 5 Web pages.
这是用于HTML5web页面的规范doctype。
This appends a DOCTYPE tag along with the SYSTEM and DTD information.
这方法将附加DOCTYPE标签以及SYSTEM和DTD信息。
Looking back at Listing 1, the next thing you should notice is the DOCTYPE.
回过头来在看一下清单1,接下来需要注意的是DOCTYPE。
Or, they copied the DOCTYPE tag out of a book and don't know what it means.
或者是,他们从一本书上把DOCTYPE标签拷出来,却并不知道这意味着什么。
If you don't have a doctype, you need to add one, as well as a character encoding.
如果没有doctype,则需要添加一个,以及字符编码。
You then enter code within your DOCTYPE inside square brackets (), as in Listing 6.
然后在DOCTYPE的方括号()内部输入代码,如清单6所示。
I discuss DOCTYPE statements and data typing in the next section, Schema for validation.
下一节模式验证中讨论doctype语句和数据类型化。
The value of the URL parameter doctype is specified as the document type of the document.
URL参数doctype的值被指定为文档的文档类型。
If the migration is done with XSLT 1.0, the doctype cannot be included in the output.
如果用XSLT 1.0进行迁移,doctype不能包含在输出中。
You can create a wrapper XSLT shell that sets the proper doctype, and imports the migration.
创建一个包装器XSLT外壳,设置适当的doctype,并将其导入到迁移中。
When a strict doctype is used, : hover on non-anchors may cause performance degradation.
当页面有严格的doctype,在非链接元素上的:hover将导致性能下降。
For example, Saxon allows you to specify XSLT 1.1, and then set the doctype dynamically.
比如,Saxon允许指定XSLT 1.1,然后动态设置doctype。
Some processors allow you to get around this problem by setting the doctype with a variable.
某些处理程序允许通过变量设置doctype来绕过这个问题。
To enable validation, you include the document type (DOCTYPE) in your XML documents near the top.
为了实现验证,必须在XML文档的顶部附近包含文档类型(DOCTYPE)。
The code in Listing 4 is placed before the DOCTYPE element in the page.tpl.php file shown in Listing 1.
清单4中的代码放在清单1所示的page . tpl . php文件中DOCTYPE元素的前面。
As mentioned in the first article of this series, for any migration, determine how to add a DOCTYPE.
正如第一篇文章所提到的那样,任何迁移都要决定如何添加DOCTYPE。
Remember, you can use any of the XHTML document types as long as you include the full !DOCTYPE declaration.
请记住,只要包含全部 !DOCTYPE声明,就可以使用任何XHTML文档类型。
You need the doctype to continue using the topics after they are in DITA. In this case, you have several options.
转化到DITA后,您还需要doctype,以便在以后使用该主题。
In this case, the Validator figured out what encoding and doctype your pages are, and then validated against them.
在本例中,Validator判断出您的页面属于哪种编码和doctype,然后对其进行验证。
Change your document to use the HTML 4.01 Strict DOCTYPE, and then validate your document, fixing each error reported.
将文档改为采用HTML 4.01StrictDOCTYPE,然后验证文档并修改报告出的错误。
First, the you must modify the chapter1.xml file to remove the XML preprocessing directive and the DOCTYPE element.
首先,必须修改chapter 1 . xml文件以删除xml预处理指令和DOCTYPE元素。
This has many examples in the wild, such as HTML DOCTYPE, some USES of XMLNS, a version identifier inside your PDF document.
这样的例子有很多,如HTMLDOCTYPE,XMLNS的某些使用或PD F文档中的某个版本标识。
The offline Web application specification does not dictate that you use this DOCTYPE; however, it is recommended that you do.
离线Web应用程序规范并不强制您使用这个DOCTYPE;但是,建议您这样做。
The Validator actually does its best to detect what your page is, even if that doesn't match an existing doctype in your page.
Validator实际上能够最大限度地检测出您的页面是什么,即使结果可能与此页面内的现有doctype不匹配。
A mortal web designer who attaches a DOCTYPE tag to their web page saying, "this is standard HTML," is committing an act of hubris.
一个web设计者挂了一个DOCTYPE标签到他的网页上,说,“这是标准的HTML”,这是一种很傲慢的举止。
It's not very likely that you can change the message schema of their service requests and ask them to put in a DOCTYPE statement.
您不太可能改变他们服务需求的消息模式,并让他们放入doctype语句。
Lastly, the DOCTYPE entry allows us to refer to a particular DTD without using the formal public identifier or an actual filename.
最后,DOCTYPE项允许我们引用特殊DTD,而不需要使用正式公共标识或实际的文件名。
So if you've got a doctype that claims XHTML 1.0 strict, and your page really is HTML 4.01 transitional, the Validator will tell you that.
所以如果您已经获得声称是XHTML 1.0严格版的doctype,而此页面实际上是HTML 4.01过渡版,Validator将会告诉您这些。
So if you've got a doctype that claims XHTML 1.0 strict, and your page really is HTML 4.01 transitional, the Validator will tell you that.
所以如果您已经获得声称是XHTML 1.0严格版的doctype,而此页面实际上是HTML 4.01过渡版,Validator将会告诉您这些。
应用推荐