Closed Bug 670439 Opened 13 years ago Closed 6 years ago

Warnings about deprecated attributes and functions

Categories

(Other Applications :: DOM Inspector, defect)

defect
Not set
normal

Tracking

(Not tracked)

RESOLVED INCOMPLETE

People

(Reporter: andreasjunghw, Unassigned)

References

()

Details

When using DOM Inspector I get different warnings about usage of deprecated attributes and functions.

Use of attributes' nodeType attribute is deprecated. It always returns 2.
Use of attributes' nodeName attribute is deprecated. Use name instead.
Use of attributes' nodeValue attribute is deprecated. Use value instead.
Use of getAttributeNode() is deprecated. Use getAttribute() instead.
Use of attributes' cloneNode() is deprecated.
Use of attributes' ownerDocument attribute is deprecated.
The warnings are shown on:
Mozilla/5.0 (Windows NT 5.1; rv:8.0a1) Gecko/20110710 Firefox/8.0a1

and have been introduced by:
Bug 661327 - Warn in of to-be-removed Attr functions
I see similar warnings choosing 'View MathML source' from the context menu of any MathML equation.
Confirming warning messages on Error Console.
Status: UNCONFIRMED → NEW
Ever confirmed: true
Confirming in Fx 13b1. Does not happen in Firebug Konsole (though it happened once, I could not reproduce it).
Bulk close. This component is no longer supported or maintained.

https://bugzilla.mozilla.org/show_bug.cgi?id=1499023
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → INCOMPLETE
Bulk close. This component is no longer supported or maintained.

https://bugzilla.mozilla.org/show_bug.cgi?id=1499023
You need to log in before you can comment on or make changes to this bug.