ping
Limited availability
This feature is not Baseline because it does not work in some of the most widely-used browsers.
Want more browser support for this feature? Tell us why.
The ping attribute specifies a space-separated list of URLs to which POST requests with the body PING will be sent by the browser when the link is followed. You can use this attribute with the following SVG elements:
Example
html
<svg viewBox="0 0 150 20" xmlns="http://www.w3.org/2000/svg">
<a
href="https://example.com"
ping="https://example.com/ping https://example.net/log">
<text x="5" y="15">Example</text>
</a>
</svg>
Specifications
| Specification |
|---|
| Scalable Vector Graphics (SVG) 2> # AElementPingAttribute> |