The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
############################################################################
## Changes for HTML::HTML5::Parser #########################################
############################################################################

HTML-HTML5-Parser
=================

Created:      2009-11-26
Home page:    <http://search.cpan.org/dist/HTML-HTML5-Parser/>
Bug tracker:  <http://rt.cpan.org/Dist/Display.html?Queue=HTML-HTML5-Parser>
Maintainer:   Toby Inkster <mailto:tobyink@cpan.org>

0.103 [2011-02-09]
 - (Bugfix) TagSoupParser.pm called a method that is renamed between this
   distribution and upstream using its upstream name.
 - (Update) Copyright 2011.

0.102 [2011-01-19]
 - (Addition) Allow <object> element to appear in <head> if document has an
   HTML4 doctype. This is a willful violation of the HTML5 parsing
   algorithm. (The <object> may have <param> elements as children, as well
   as any children that would normally be allowed in the <head> of the
   document, such as <meta>; any other content is treated as the beginning
   of the <body>, and thus closes <object> and <head>. That's slightly
   looser than the HTML 4 spec which says only <param> should be used, but
   stricter than the HTML 4 DTD which allows pretty much anything in
   there!)
 - (Addition) Support <figcaption> element.
 - (Addition) Support <summary> element.
 - (Bugfix) Fix source_line method.
 - (Update) Catch up to revision f2c921a886ab0b3dfb8d21b82525e98a4a921ad4
   (2010-10-11) upstream.

0.101 [2010-06-30]
 - (Bugfix) UTF-8 fix.

0.100 [2010-06-23]
 - (Bugfix) Minor bugfixes.

0.04 [2010-04-21]
 - (Update) Catch up to revision cf2c0df8a6dfb50fee923dfb21b14c83f282ccdc
   (2010-02-28) upstream.

0.03 [2010-01-15]
 - (Bugfix) Module didn't use URI::file properly.
 - (Update) Copyright 2010.
 - (Update) Upgrade distribution to my new packaging regime (auto-generated
   changelogs, etc)

0.02 [2009-12-16]
 - Replace Inline::Python encoding detection with weaker, but native Perl
   HTML::Encoding package.
 - (Addition) Bundle the html2xhtml tool.

0.01 [2009-12-03] # Original version

0.00_01 [2009-12-01] # Developer preview