]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - inc/3rdparty/htmlpurifier/HTMLPurifier/ConfigSchema/schema/HTML.Attr.Name.UseCDATA.txt
[add] HTML Purifier added to clean code
[github/wallabag/wallabag.git] / inc / 3rdparty / htmlpurifier / HTMLPurifier / ConfigSchema / schema / HTML.Attr.Name.UseCDATA.txt
diff --git a/inc/3rdparty/htmlpurifier/HTMLPurifier/ConfigSchema/schema/HTML.Attr.Name.UseCDATA.txt b/inc/3rdparty/htmlpurifier/HTMLPurifier/ConfigSchema/schema/HTML.Attr.Name.UseCDATA.txt
new file mode 100644 (file)
index 0000000..75d680e
--- /dev/null
@@ -0,0 +1,11 @@
+HTML.Attr.Name.UseCDATA\r
+TYPE: bool\r
+DEFAULT: false\r
+VERSION: 4.0.0\r
+--DESCRIPTION--\r
+The W3C specification DTD defines the name attribute to be CDATA, not ID, due\r
+to limitations of DTD.  In certain documents, this relaxed behavior is desired,\r
+whether it is to specify duplicate names, or to specify names that would be\r
+illegal IDs (for example, names that begin with a digit.) Set this configuration\r
+directive to true to use the relaxed parsing rules.\r
+--# vim: et sw=4 sts=4\r