Skip to content

Commit f0a8c6e

Browse files
committed
Add patch from issue 153 by fantasai
--HG-- branch : csswg-testsuite
1 parent 0e39324 commit f0a8c6e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

html5lib/serializer/htmlserializer.py

-1
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,6 @@ def serialize(self, treewalker, encoding=None):
286286
attrs = token["data"]
287287
if hasattr(attrs, "items"):
288288
attrs = attrs.items()
289-
attrs.sort()
290289
attributes = []
291290
for k,v in attrs:
292291
if encoding:

0 commit comments

Comments
 (0)