Skip to content

Commit

Permalink
fix: replace the relative path with the absolute path (#32878)
Browse files Browse the repository at this point in the history
  • Loading branch information
yin1999 authored Mar 29, 2024
1 parent 6d68049 commit 2c7ff5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion files/en-us/web/api/element/getattributenodens/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ The node for specified attribute.

## Notes

`getAttributeNodeNS` is more specific than [getAttributeNode](getAttributeNode) in that it allows you to specify attributes that are part of a particular namespace. The corresponding setter method is [setAttributeNodeNS](/en-US/docs/Web/API/Element/setAttributeNodeNS).
`getAttributeNodeNS` is more specific than [getAttributeNode](/en-US/docs/Web/API/Element/getAttributeNode) in that it allows you to specify attributes that are part of a particular namespace. The corresponding setter method is [setAttributeNodeNS](/en-US/docs/Web/API/Element/setAttributeNodeNS).

## Specifications

Expand Down

0 comments on commit 2c7ff5f

Please sign in to comment.