Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 917 Bytes

AX4.md

File metadata and controls

24 lines (15 loc) · 917 Bytes

Leading slash removed in anchorElement.pathname

For <a href="https://domain.com/path">link</a> give anchorElement.pathname == "path", should be "/path".

Note: It's not the case for document.location and window.location.

Applications

  • ✅ IE 9
  • ❎ IE 10

Tags

  • dom
  • url
  • anchor

See also