Skip to content

v0.1.9

Compare
Choose a tag to compare
@xemlock xemlock released this 17 Apr 16:50
· 123 commits to master since this release

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 and charset attributes to <script> (issue #26)
  • Added auto value to dir global attribute
  • Added validation for rel attribute of <a> element

The following classes were marked as deprecated:

  • HTMLPurifier_AttrDef_Regexp as unused
  • HTMLPurifier_AttrTransform_Progress, use HTMLPurifier_AttrTransform_HTML5_Progress instead
  • HTMLPurifier_ChildDef_Details, use HTMLPurifier_ChildDef_HTML5_Details instead
  • HTMLPurifier_ChildDef_Figure, use HTMLPurifier_ChildDef_HTML5_Figure instead
  • HTMLPurifier_ChildDef_Media, use HTMLPurifier_ChildDef_HTML5_Media instead
  • HTMLPurifier_ChildDef_Picture, use HTMLPurifier_ChildDef_HTML5_Picture instead
  • HTMLPurifier_ChildDef_Progress, use HTMLPurifier_ChildDef_HTML5_Progress instead