Issue 79: getElementById doesn't work with minidom
http://code.google.com/p/html5lib/issues/detail?id=79
New issue report by nils.winter:
What steps will reproduce the problem?
Take any html file and use the minidom treebuilder. See the attached
example.
What is the expected output? What do you see instead?
docgetElementyById doesn't work. It should
Please provide any additional information below.
minidom seems to expect some document definitions like <!DOCTYPE x
[<!ATTLIST x a ID
#IMPLIED>] (or the complete doctype). Since the html5lib treebuilder is
used for building the
document an html5lib is provided with a valid html document, it should be
html5libs business to
provide the ID definitions based on the current html doctype to minidom.
Attachments:
example.py 395 bytes
Issue attributes:
Status: New
Owner: ----
Labels: Type-Defect Priority-Medium
--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"html5lib-discuss" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/html5lib-discuss?hl=en-GB
-~----------~----~----~----~------~----~------~--~---