Brian Sweeney
Brian Sweeney
In addition to the alpha-2 listing for each country it would be nice to also have the [alpha-3](https://en.wikipedia.org/wiki/ISO_3166-1#Officially_assigned_code_elements) listing. This would be useful for drop-down lists using something like Select2...
Since input elements can be used outside of form elements it would be nice if instead of an empty object `findParentForm()` returned the $rootElement. As it currently stands, none of...
The current background rendering logic does not support SVG images.
URLs with certain characters seem to trip up Dompdf when the URL is defined as part of an `@import` rule. For example, the following URL to import a Google Font...
When the body element is given a border the height calculation related to borders and backgrounds is offset by the top and bottom border size. Content still flows as expected....
WIP ... need more descriptive commit and write-up here. Basically just re-wrote the logic so that vertical alignment is evaluated consistently. Addresses previously reported alignment issues, plus a few more....
In order to correctly render text from some writing system (Arabic, Brahmic) the text must be processed for bidirectionality, shaping, and ordering. Because Dompdf lacks this functionality users must pre-process...
_Original author: freecorvette (September 27, 2012 17:17:30)_ **What steps will reproduce the problem?** I built the attached file using DomPDF and the Deja Vu Serif UTF-8 font. As you can...
If float (or align attribute) is set on a table it is ignored when set to "left" and appears to cause the table to disappear when set to "right".
When adjacent float elements extend beyond the width of the container they do not wrap to the next "line". ``` @page { margin: 0; size: 300pt; } .left { background-color:...