Skip to content

Commit

Permalink
Link prel preload supported as values (#22728)
Browse files Browse the repository at this point in the history
  • Loading branch information
tunetheweb authored Apr 4, 2024
1 parent a5114df commit eb2c7ef
Showing 1 changed file with 263 additions and 2 deletions.
265 changes: 263 additions & 2 deletions html/elements/link.json
Original file line number Diff line number Diff line change
Expand Up @@ -1013,8 +1013,7 @@
},
"firefox": [
{
"version_added": "85",
"notes": "Track is not supported."
"version_added": "85"
},
{
"version_added": "56",
Expand Down Expand Up @@ -1044,6 +1043,268 @@
"standard_track": true,
"deprecated": false
}
},
"as-fetch": {
"__compat": {
"description": "<code>as=fetch</code>",
"support": {
"chrome": {
"version_added": "50"
},
"chrome_android": "mirror",
"edge": {
"version_added": "≤79"
},
"firefox": [
{
"version_added": "85"
},
{
"version_added": "56",
"version_removed": "57",
"partial_implementation": true,
"notes": "Disabled due to various web compatibility issues (e.g. <a href='https://bugzil.la/1405761'>bug 1405761</a>)."
}
],
"firefox_android": "mirror",
"ie": {
"version_added": null
},
"oculus": "mirror",
"opera": "mirror",
"opera_android": {
"version_added": null
},
"safari": {
"version_added": "11.1"
},
"safari_ios": "mirror",
"samsunginternet_android": "mirror",
"webview_android": "mirror"
},
"status": {
"experimental": false,
"standard_track": true,
"deprecated": false
}
}
},
"as-font": {
"__compat": {
"description": "<code>as=font</code>",
"support": {
"chrome": {
"version_added": "50"
},
"chrome_android": "mirror",
"edge": {
"version_added": "≤79"
},
"firefox": [
{
"version_added": "85"
},
{
"version_added": "56",
"version_removed": "57",
"partial_implementation": true,
"notes": "Disabled due to various web compatibility issues (e.g. <a href='https://bugzil.la/1405761'>bug 1405761</a>)."
}
],
"firefox_android": "mirror",
"ie": {
"version_added": null
},
"oculus": "mirror",
"opera": "mirror",
"opera_android": {
"version_added": null
},
"safari": {
"version_added": "11.1"
},
"safari_ios": "mirror",
"samsunginternet_android": "mirror",
"webview_android": "mirror"
},
"status": {
"experimental": false,
"standard_track": true,
"deprecated": false
}
}
},
"as-image": {
"__compat": {
"description": "<code>as=image</code>",
"support": {
"chrome": {
"version_added": "50"
},
"chrome_android": "mirror",
"edge": {
"version_added": "≤79"
},
"firefox": [
{
"version_added": "85"
},
{
"version_added": "56",
"version_removed": "57",
"partial_implementation": true,
"notes": "Disabled due to various web compatibility issues (e.g. <a href='https://bugzil.la/1405761'>bug 1405761</a>)."
}
],
"firefox_android": "mirror",
"ie": {
"version_added": null
},
"oculus": "mirror",
"opera": "mirror",
"opera_android": {
"version_added": null
},
"safari": {
"version_added": "11.1"
},
"safari_ios": "mirror",
"samsunginternet_android": "mirror",
"webview_android": "mirror"
},
"status": {
"experimental": false,
"standard_track": true,
"deprecated": false
}
}
},
"as-script": {
"__compat": {
"description": "<code>as=script</code>",
"support": {
"chrome": {
"version_added": "50"
},
"chrome_android": "mirror",
"edge": {
"version_added": "≤79"
},
"firefox": [
{
"version_added": "85"
},
{
"version_added": "56",
"version_removed": "57",
"partial_implementation": true,
"notes": "Disabled due to various web compatibility issues (e.g. <a href='https://bugzil.la/1405761'>bug 1405761</a>)."
}
],
"firefox_android": "mirror",
"ie": {
"version_added": null
},
"oculus": "mirror",
"opera": "mirror",
"opera_android": {
"version_added": null
},
"safari": {
"version_added": "11.1"
},
"safari_ios": "mirror",
"samsunginternet_android": "mirror",
"webview_android": "mirror"
},
"status": {
"experimental": false,
"standard_track": true,
"deprecated": false
}
}
},
"as-style": {
"__compat": {
"description": "<code>as=style</code>",
"support": {
"chrome": {
"version_added": "50"
},
"chrome_android": "mirror",
"edge": {
"version_added": "≤79"
},
"firefox": [
{
"version_added": "85"
},
{
"version_added": "56",
"version_removed": "57",
"partial_implementation": true,
"notes": "Disabled due to various web compatibility issues (e.g. <a href='https://bugzil.la/1405761'>bug 1405761</a>)."
}
],
"firefox_android": "mirror",
"ie": {
"version_added": null
},
"oculus": "mirror",
"opera": "mirror",
"opera_android": {
"version_added": null
},
"safari": {
"version_added": "11.1"
},
"safari_ios": "mirror",
"samsunginternet_android": "mirror",
"webview_android": "mirror"
},
"status": {
"experimental": false,
"standard_track": true,
"deprecated": false
}
}
},
"as-track": {
"__compat": {
"description": "<code>as=track</code>",
"support": {
"chrome": {
"version_added": "50"
},
"chrome_android": "mirror",
"edge": {
"version_added": "≤79"
},
"firefox": {
"version_added": false
},
"firefox_android": "mirror",
"ie": {
"version_added": null
},
"oculus": "mirror",
"opera": "mirror",
"opera_android": {
"version_added": null
},
"safari": {
"version_added": "11.1"
},
"safari_ios": "mirror",
"samsunginternet_android": "mirror",
"webview_android": "mirror"
},
"status": {
"experimental": false,
"standard_track": true,
"deprecated": false
}
}
}
},
"prerender": {
Expand Down

0 comments on commit eb2c7ef

Please sign in to comment.