Releases: ivopetkov/html5-dom-document-php
Releases · ivopetkov/html5-dom-document-php
v0.4.5
v0.4.4
v0.4.3
v0.4.2
v0.4.1
v0.4.0
Now every HTML code loaded or inserted without parent body or head tags will be inserted into the document body.
Duplicate meta tags and title tags are now removed after new HTML is inserted. This enables HTML tags overwriting.
Fix the DOM if multiple head or body tags are loaded.
The attributes of the HTML, head, and body tags in the HTML code being passed to insertHTML() are now copied to the corresponding elements in the document DOM. This enables attributes overwrite.