8000 Foreign content attributes do not serialize properly · Issue #59 · html5lib/html5lib-python · GitHub
[go: up one dir, main page]

Skip to content
Foreign content attributes do not serialize properly #59
Open
@gsnedders

Description

@gsnedders
In [6]: html5lib.serialize(html5lib.parse("<math><mi xml:lang=en xlink:href=foo /></math>"))
Out[6]: u'<math><mi href=foo lang=en></mi></math>'

We should get u'<math><mi xml:href=foo xml:lang=en></mi></math>' or similar back.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0