This repository was archived by the owner on Apr 12, 2024. It is now read-only.
This repository was archived by the owner on Apr 12, 2024. It is now read-only.
[Firefox] Use of attributes' specified attribute is deprecated. It always returns true. #2160
Closed
Description
if(attr.specified)
here: https://github.com/angular/angular.js/blob/master/src/ng/compile.js#L521 triggers a warning in Firefox 19
Doc from Firefox https://developer.mozilla.org/en-US/docs/DOM/Attr about Attr.specified
Is if (attr.specified) {
even needed?
Metadata
Metadata
Assignees
Labels
No labels