Commit 1093cfb6 authored by jan.koester's avatar jan.koester
Browse files

deb

parent 11874d15
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
libhtmlpp (20260715) unstable; urgency=medium

  * Fix SvgElement parsing corrupting case-sensitive SVG attributes (e.g.
    viewBox, preserveAspectRatio) on the outer <svg> tag by lowercasing them
    like regular HTML attributes
  * Make the </svg> closing tag search case-insensitive, matching the
    case-insensitive <svg> open tag detection

 -- Jan Koester <jan.koester@tuxist.de>  Wed, 15 Jul 2026 10:00:00 +0200

libhtmlpp (20260426) unstable; urgency=medium

  * Emit <!DOCTYPE html> automatically in print() when root element is <html>