Actions
Bug #2890
closeddocument.createAttributeNS() deprecated - warning in Firefox
Start date:
2016-08-18
Due date:
% Done:
100%
Estimated time:
SEF Generated with:
Platforms:
Company:
-
Contact person:
-
Additional contact persons:
-
Description
In Firefox, there are a few warnings on the console on loading the Saxon-JS documentation:
- "Use of document.createAttributeNS() is deprecated. Use element.setAttributeNS() instead."
We previously added the context.createElement(uri, name) method (see transform.js) to overcome a similar issue for creating elements in the browser. Looks like we should be doing something similar for attributes.
- "Use of setAttributeNodeNS() is deprecated. Use setAttributeNS() instead."
In the same sort of area?
Please register to edit this issue
Actions
Also available in: Atom PDF Tracking page