Project

Profile

Help

Bug #2890

closed

document.createAttributeNS() deprecated - warning in Firefox

Added by Debbie Lockett over 7 years ago. Updated over 6 years ago.

Status:
Closed
Priority:
Low
Category:
-
Sprint/Milestone:
-
Start date:
2016-08-18
Due date:
% Done:

100%

Estimated time:
Applies to JS Branch:
0.9
Fix Committed on JS Branch:
0.9
Fixed in JS Release:
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:

  1. "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.

  1. "Use of setAttributeNodeNS() is deprecated. Use setAttributeNS() instead."

In the same sort of area?

Please register to edit this issue

Also available in: Atom PDF Tracking page