Warning, /webapps/ocs-webserver/library/HTMLPurifier/ConfigSchema/schema/HTML.AllowedAttributes.txt is written in an unsupported language. File is not indexed.

0001 HTML.AllowedAttributes
0002 TYPE: lookup/null
0003 VERSION: 1.3.0
0004 DEFAULT: NULL
0005 --DESCRIPTION--
0006 
0007 <p>
0008     If HTML Purifier's attribute set is unsatisfactory, overload it!
0009     The syntax is "tag.attr" or "*.attr" for the global attributes
0010     (style, id, class, dir, lang, xml:lang).
0011 </p>
0012 <p>
0013     <strong>Warning:</strong> If another directive conflicts with the
0014     elements here, <em>that</em> directive will win and override. For
0015     example, %HTML.EnableAttrID will take precedence over *.id in this
0016     directive.  You must set that directive to true before you can use
0017     IDs at all.
0018 </p>
0019 --# vim: et sw=4 sts=4