Project

Profile

Help

Bug #4852

closed

SaxonJS incorrectly URI encodes 'value' attributes on 'input' elements

Added by Norm Tovey-Walsh over 3 years ago. Updated about 3 years ago.

Status:
Closed
Priority:
Normal
Category:
-
Sprint/Milestone:
-
Start date:
2020-12-05
Due date:
% Done:

100%

Estimated time:
Applies to JS Branch:
2
Fix Committed on JS Branch:
2
Fixed in JS Release:
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="&#x01f50d;" 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

Also available in: Atom PDF Tracking page