Please can you help me to understand an unexpected behaviour in Prince XML. I have narrowed this down to a very simple example HTML file:
I have attached the output I generated from Prince XML 8.1r3 and wkhtmltopdf 0.9.9 as PDF files.
My expectation is that the PDF rendering would match the Chromium and Firefox browsers which is to show the selected "Yes" value. This is what wkhtmltopdf does. Prince XML seems to show the "Please select" value i.e. always the first option.
<select>
<option>Please select</option>
<option selected>Yes</option>
<option>No</option>
</select>
I have attached the output I generated from Prince XML 8.1r3 and wkhtmltopdf 0.9.9 as PDF files.
My expectation is that the PDF rendering would match the Chromium and Firefox browsers which is to show the selected "Yes" value. This is what wkhtmltopdf does. Prince XML seems to show the "Please select" value i.e. always the first option.