Masterminds / html5-php

An HTML5 parser and serializer for PHP.
http://masterminds.github.io/html5-php/
Other
1.55k stars 114 forks source link

time tag not recognised as valid #201

Closed PerryRylance closed 1 year ago

PerryRylance commented 3 years ago

Found this when working with WordPress and Gutenberg's "Recent Posts" block.

This element is only "recommended" according to this documentation, however it would be nice to support it rather than forcing warning suppression.

Warning: DOMDocument::loadHTML(): Tag time invalid in Entity

Can this be adjusted?

stof commented 1 year ago

DOMDocument::loadHTML() is not using this library.