]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - inc/3rdparty/htmlpurifier/HTMLPurifier/ConfigSchema/schema/HTML.AllowedAttributes.txt
[add] HTML Purifier added to clean code
[github/wallabag/wallabag.git] / inc / 3rdparty / htmlpurifier / HTMLPurifier / ConfigSchema / schema / HTML.AllowedAttributes.txt
diff --git a/inc/3rdparty/htmlpurifier/HTMLPurifier/ConfigSchema/schema/HTML.AllowedAttributes.txt b/inc/3rdparty/htmlpurifier/HTMLPurifier/ConfigSchema/schema/HTML.AllowedAttributes.txt
new file mode 100644 (file)
index 0000000..0e6ec54
--- /dev/null
@@ -0,0 +1,19 @@
+HTML.AllowedAttributes\r
+TYPE: lookup/null\r
+VERSION: 1.3.0\r
+DEFAULT: NULL\r
+--DESCRIPTION--\r
+\r
+<p>\r
+    If HTML Purifier's attribute set is unsatisfactory, overload it!\r
+    The syntax is "tag.attr" or "*.attr" for the global attributes\r
+    (style, id, class, dir, lang, xml:lang).\r
+</p>\r
+<p>\r
+    <strong>Warning:</strong> If another directive conflicts with the\r
+    elements here, <em>that</em> directive will win and override. For\r
+    example, %HTML.EnableAttrID will take precedence over *.id in this\r
+    directive.  You must set that directive to true before you can use\r
+    IDs at all.\r
+</p>\r
+--# vim: et sw=4 sts=4\r