Details
-
Bug
-
Status: Closed
-
Low
-
Resolution: Fixed
-
None
-
None
Description
The HeadElement implementation [1] doesn't keep the insertion order for
attributes.
for example, the following can happen:
<meta content="..." name="...">
goes to
<meta name="..." content="...">