]> git.immae.eu Git - github/wallabag/wallabag.git/blame - inc/3rdparty/htmlpurifier/HTMLPurifier/ConfigSchema/schema/HTML.ForbiddenAttributes.txt
remove autoload section in composer.json
[github/wallabag/wallabag.git] / inc / 3rdparty / htmlpurifier / HTMLPurifier / ConfigSchema / schema / HTML.ForbiddenAttributes.txt
CommitLineData
d4949327
NL
1HTML.ForbiddenAttributes\r
2TYPE: lookup\r
3VERSION: 3.1.0\r
4DEFAULT: array()\r
5--DESCRIPTION--\r
6<p>\r
7 While this directive is similar to %HTML.AllowedAttributes, for\r
8 forwards-compatibility with XML, this attribute has a different syntax. Instead of\r
9 <code>tag.attr</code>, use <code>tag@attr</code>. To disallow <code>href</code>\r
10 attributes in <code>a</code> tags, set this directive to\r
11 <code>a@href</code>. You can also disallow an attribute globally with\r
12 <code>attr</code> or <code>*@attr</code> (either syntax is fine; the latter\r
13 is provided for consistency with %HTML.AllowedAttributes).\r
14</p>\r
15<p>\r
16 <strong>Warning:</strong> This directive complements %HTML.ForbiddenElements,\r
17 accordingly, check\r
18 out that directive for a discussion of why you\r
19 should think twice before using this directive.\r
20</p>\r
21--# vim: et sw=4 sts=4\r