Actions
Bug #4852
closedSaxonJS incorrectly URI encodes 'value' attributes on 'input' elements
Start date:
2020-12-05
Due date:
% Done:
100%
Estimated time:
SEF Generated with:
Platforms:
Company:
-
Contact person:
-
Additional contact persons:
-
Description
I have a SaxonJS stylesheet running in Node that includes the following HTML output:
<input placeholder="search" name="q" value=""
size="40"/> <input value="🔍" type="submit"/></p>
That appears in the principleResult
output as:
<input placeholder="search" name="q" value="" size="40"> <input value="%F0%9F%94%8D" type="submit"></p>
Please register to edit this issue
Actions
Also available in: Atom PDF Tracking page