Skip to content
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

@rambocoder

Description

@rambocoder

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions