Craig Francis
Craig Francis
In regards to [Issue 498](https://github.com/dompdf/dompdf/issues/498), and with the code I posted on Google Groups: https://groups.google.com/d/msg/dompdf/03akDzpb1mo/EsZQC0ain6AJ I did notice an issue with Adobe Reader, whereby it wanted a pages->pages->page type structure....
On your Todos, you have "security rule: detect possible sql injections". May I suggest using the `literal-string` type, as it's very simple, and is the only way of being sure...
Would it be possible to support the non-break space, aka `U+00A0`, or ` `, or ` `, Thanks.
Not sure how to debug this, but when Taint is enabled, the following causes problems: I'm wondering if this might have something to do with the op-code cache... as it...
Something isn't right with arrays: ``` ``` Produces the following output: ``` a b c ``` I'm not sure where the extra `` comes from. And while most of the...
Having tried the taint extension for a while, I find that it does a good job at identifying most issues, while only requiring minor tweaks to my code to avoid...
https://bugs.php.net/bug.php?id=74066 I've only just stated using the extension, but I'd have thought that the following would have raised warnings. Test script: --------------- Expected result: ---------------- Warning: main() [echo]: Attempt to...
You could look at the HTML5 `dialog` tag, as it will give much better symantics for assistive devices (or simply the browser) to use. For example, when the dialog is...
Running the audit on: https://portal.contact-associates.co.uk/ It fails for a colour contrast issue... white text on a gradient background. Looking at the "Home" link as an example (main nav), the inspector...
AX_TEXT_04: The purpose of each link should be clear from the link text. If you have pagination on the page, should links with the text "Page 1", "Page 2", etc...