mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-15 01:09:57 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@10579 201d5d3c-b55e-5fd7-737f-ddc643e51545
11 lines
471 B
Text
11 lines
471 B
Text
HTML.Attr.Name.UseCDATA
|
|
TYPE: bool
|
|
DEFAULT: false
|
|
VERSION: 4.0.0
|
|
--DESCRIPTION--
|
|
The W3C specification DTD defines the name attribute to be CDATA, not ID, due
|
|
to limitations of DTD. In certain documents, this relaxed behavior is desired,
|
|
whether it is to specify duplicate names, or to specify names that would be
|
|
illegal IDs (for example, names that begin with a digit.) Set this configuration
|
|
directive to true to use the relaxed parsing rules.
|
|
--# vim: et sw=4 sts=4
|