8000 Add patch from issue 153 by fantasai · alexewd/html5lib-python@f0a8c6e · GitHub
[go: up one dir, main page]

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

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

Lines changed: 0 additions & 1 deletion
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)
0