Actions
Bug #1457
closedThe case of node name characters is not preserved for nodes within the HTML page that are non-HTML
Start date:
2012-03-22
Due date:
% Done:
100%
Estimated time:
Platforms:
Description
Saxon-CE should detect non-HTML node names and preserve their case, HTML node names should be returned consistently as lower-case. Currently all node-names are returned as lower case.
Updated by Philip Fearon over 12 years ago
- Status changed from New to Resolved
Node namespaces are now checked before converting their case to lower-case. Because some legacy browsers may not correctly report namespaces, you can force by ensuring there's an XHTML namespace declaration on the html element (this is allowed even if the page is HTML, not XHTML).
Updated by O'Neil Delpratt over 11 years ago
- Status changed from Resolved to Closed
- Fixed in version changed from Beta 0.2 to 1.0
Fixed in Saxon-CE version 1.0
Updated by O'Neil Delpratt over 11 years ago
- Sprint/Milestone changed from Beta 0.2 to Release 1.0
- % Done changed from 0 to 100
Please register to edit this issue
Actions