Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add spec_url for svg <a> element #24469

Open
wants to merge 5 commits into
base: main
Choose a base branch
from
Open
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions svg/elements/a.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
},
"download": {
"__compat": {
"spec_url": "https://svgwg.org/svg2-draft/linking.html#AElementDownloadAttribute",
"support": {
"chrome": {
"version_added": false
Expand Down Expand Up @@ -112,6 +113,7 @@
},
"hreflang": {
"__compat": {
"spec_url": "https://svgwg.org/svg2-draft/linking.html#AElementHreflangAttribute",
"support": {
"chrome": {
"version_added": false
Expand Down Expand Up @@ -148,6 +150,7 @@
},
"ping": {
"__compat": {
"spec_url": "https://svgwg.org/svg2-draft/linking.html#AElementPingAttribute",
"support": {
"chrome": {
"version_added": false
Expand Down Expand Up @@ -183,6 +186,7 @@
},
"referrerpolicy": {
"__compat": {
"spec_url": "https://svgwg.org/svg2-draft/linking.html#AElementReferrerpolicyAttribute",
"support": {
"chrome": {
"version_added": "51"
Expand Down Expand Up @@ -329,6 +333,7 @@
},
"rel": {
"__compat": {
"spec_url": "https://svgwg.org/svg2-draft/linking.html#AElementRelAttribute",
"support": {
"chrome": {
"version_added": false
Expand Down Expand Up @@ -447,6 +452,7 @@
},
"type": {
"__compat": {
"spec_url": "https://svgwg.org/svg2-draft/linking.html#AElementTypeAttribute",
"support": {
"chrome": {
"version_added": false
Expand Down Expand Up @@ -560,6 +566,7 @@
"xlink_show": {
"__compat": {
"description": "<code>xlink:show</code>",
"spec_url": "https://developer.mozilla.org/en-US/docs/Web/SVG/Attribute/xlink:show",
skyclouds2001 marked this conversation as resolved.
Show resolved Hide resolved
"support": {
"chrome": {
"version_added": "1"
Expand Down Expand Up @@ -594,6 +601,8 @@
"xlink_title": {
"__compat": {
"description": "<code>xlink:title</code>",
"mdn_url": "https://developer.mozilla.org/en-US/docs/Web/SVG/Attribute/xlink:title",
"spec_url": "https://svgwg.org/svg2-draft/linking.html#XLinkTitleAttribute",
"support": {
"chrome": {
"version_added": "1"
Expand Down
Loading