v0.1.9
DO NOT INSTALL THIS RELEASE!!! It contains a bug in <a>
element definition, preventing it from being treated as an inline element. Use v0.1.10 instead.
Notable changes since last release:
HTML5
doctype and modularization- Added
<bdi>
and<dialog>
- Added
datetime
attribute to<del>
and<ins>
- Added
async
andcharset
attributes to<script>
(issue #26) - Added
auto
value todir
global attribute - Added validation for
rel
attribute of<a>
element
The following classes were marked as deprecated:
HTMLPurifier_AttrDef_Regexp
as unusedHTMLPurifier_AttrTransform_Progress
, useHTMLPurifier_AttrTransform_HTML5_Progress
insteadHTMLPurifier_ChildDef_Details
, useHTMLPurifier_ChildDef_HTML5_Details
insteadHTMLPurifier_ChildDef_Figure
, useHTMLPurifier_ChildDef_HTML5_Figure
insteadHTMLPurifier_ChildDef_Media
, useHTMLPurifier_ChildDef_HTML5_Media
insteadHTMLPurifier_ChildDef_Picture
, useHTMLPurifier_ChildDef_HTML5_Picture
insteadHTMLPurifier_ChildDef_Progress
, useHTMLPurifier_ChildDef_HTML5_Progress
instead