[
https://issues.apache.org/jira/browse/XERCESJ-1402?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12789983#action_12789983
]
Michael Glavassevich commented on XERCESJ-1402:
-----------------------------------------------
Xerces does not implement DOM Level 2 HTML. Notice that the package name [1]
for the Java interfaces [2] is completely different than the DOM Level 1 HTML
interfaces (which Xerces implements).
[1] org.w3c.dom.html2 vs. org.w3c.dom.html
[2] http://www.w3.org/TR/2003/REC-DOM-Level-2-HTML-20030109/java-binding.html
> HTMLCollectionImpl does not contain enough elements
> ----------------------------------------------------
>
> Key: XERCESJ-1402
> URL: https://issues.apache.org/jira/browse/XERCESJ-1402
> Project: Xerces2-J
> Issue Type: Bug
> Components: DOM (HTML)
> Affects Versions: 2.9.1
> Reporter: Johannes Koch
> Attachments: HTMLCollectionImplTest.java
>
>
> An org.apache.html.dom.HTMLCollectionImpl for a FORM element's form controls
> does not contain all form controls because the recursion stops at an element
> found to be a form control. So form controls within a FIELDSET element are
> not found.
> <FIELDSET>
> <LABEL ...></LABEL> <INPUT ...>
> </FIELDSET>
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]