forked from web-platform-dx/web-features
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy patha.yml
More file actions
37 lines (37 loc) · 1.26 KB
/
a.yml
File metadata and controls
37 lines (37 loc) · 1.26 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
name: <a>
description: The `<a>` element creates a hyperlink to any resource that's accessible via a URL, such as web pages, files, email addresses, or locations within the same page.
spec: https://html.spec.whatwg.org/multipage/text-level-semantics.html#the-a-element
group: html-elements
status:
compute_from: html.elements.a
compat_features:
- api.HTMLAnchorElement
- api.HTMLAnchorElement.hash
- api.HTMLAnchorElement.host
- api.HTMLAnchorElement.hostname
- api.HTMLAnchorElement.href
- api.HTMLAnchorElement.hreflang
- api.HTMLAnchorElement.origin
- api.HTMLAnchorElement.password
- api.HTMLAnchorElement.pathname
- api.HTMLAnchorElement.port
- api.HTMLAnchorElement.protocol
- api.HTMLAnchorElement.rel
- api.HTMLAnchorElement.relList
- api.HTMLAnchorElement.search
- api.HTMLAnchorElement.target
- api.HTMLAnchorElement.text
- api.HTMLAnchorElement.toString
- api.HTMLAnchorElement.type
- api.HTMLAnchorElement.username
- html.elements.a
- html.elements.a.href
- html.elements.a.href.href_sms
- html.elements.a.href.href_top
- html.elements.a.hreflang
- html.elements.a.implicit_noopener
- html.elements.a.rel
- html.elements.a.rel.noopener
- html.elements.a.rel.noreferrer
- html.elements.a.target
- html.elements.a.type