Skip to content

Commit

Permalink
Remove broken links and outdated note from Web/API/HTMLAnchorElement (
Browse files Browse the repository at this point in the history
  • Loading branch information
leon-win authored May 22, 2024
1 parent d89b6ab commit e794475
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 deletions files/en-us/web/api/htmlanchorelement/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,19 +58,15 @@ _Inherits properties from its parent, {{domxref("HTMLElement")}}._

### Obsolete properties

- {{domxref("HTMLAnchorElement.charset")}} {{deprecated_inline}}
- `HTMLAnchorElement.charset` {{deprecated_inline}}
- : A string representing the character encoding of the linked resource.
- {{domxref("HTMLAnchorElement.coords")}} {{deprecated_inline}}
- `HTMLAnchorElement.coords` {{deprecated_inline}}
- : A string representing a comma-separated list of coordinates.
- {{domxref("HTMLAnchorElement.name")}} {{deprecated_inline}}
- `HTMLAnchorElement.name` {{deprecated_inline}}
- : A string representing the anchor name.
- {{domxref("HTMLAnchorElement.rev")}} {{deprecated_inline}}

- `HTMLAnchorElement.rev` {{deprecated_inline}}
- : A string representing that the [`rev`](/en-US/docs/Web/HTML/Element/a#rev) HTML attribute, specifying the relationship of the link object to the target object.

> **Note:** Currently the W3C HTML 5.2 spec states that `rev` is no longer obsolete, whereas the WHATWG living standard still has it labeled obsolete. Until this discrepancy is resolved, you should still assume it is obsolete.
- {{domxref("HTMLAnchorElement.shape")}} {{deprecated_inline}}
- `HTMLAnchorElement.shape` {{deprecated_inline}}
- : A string representing the shape of the active area.

## Instance methods
Expand Down

0 comments on commit e794475

Please sign in to comment.