When I do:
link[rel=import][href=../foo/bar.html]
It expands to
<link href="../foo/bar.html" rel="import">
While that's normally fine, it would be great if sparkup kept the order of the attributes as they are written instead of sorting them. Looking at the Python code, it's not immediately obvious where the order of attributes would be controlled though.
Maybe have an option that would respect the attribute order?
When I do:
It expands to
While that's normally fine, it would be great if sparkup kept the order of the attributes as they are written instead of sorting them. Looking at the Python code, it's not immediately obvious where the order of attributes would be controlled though.
Maybe have an option that would respect the attribute order?