Skip to content

Commit

Permalink
Remove all notes for webkit where there is alternative_name
Browse files Browse the repository at this point in the history
  • Loading branch information
enjikaka committed Mar 7, 2018
1 parent d726189 commit 755a610
Showing 1 changed file with 7 additions and 23 deletions.
30 changes: 7 additions & 23 deletions api/URL.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,7 @@
},
{
"version_added": "15",
"alternative_name": "webkitURL",
"notes": [
"This feature is implemented under the non-standard name webkitURL."
]
"alternative_name": "webkitURL"
}
],
"safari": [
Expand All @@ -47,10 +44,7 @@
},
{
"version_added": "6",
"alternative_name": "webkitURL",
"notes": [
"This feature is implemented under the non-standard name webkitURL."
]
"alternative_name": "webkitURL"
}
]
},
Expand All @@ -70,10 +64,7 @@
},
{
"version_added": "8",
"alternative_name": "webkitURL",
"notes": [
"This feature is implemented under the non-standard name webkitURL."
]
"alternative_name": "webkitURL"
}
],
"edge": {
Expand All @@ -94,10 +85,7 @@
},
{
"version_added": "6",
"alternative_name": "webkitURL",
"notes": [
"With URL prefixed as webkitURL."
]
"alternative_name": "webkitURL"
}
]
},
Expand All @@ -115,8 +103,7 @@
"chrome": [
{
"version_added": "8",
"alternative_name": "webkitURL",
"notes": "Implemented with URL prefixed as webkitURL."
"alternative_name": "webkitURL"
},
{
"version_added": true
Expand All @@ -140,10 +127,7 @@
},
{
"version_added": "6",
"alternative_name": "webkitURL",
"notes": [
"With URL prefixed as webkitURL."
]
"alternative_name": "webkitURL"
}
]
},
Expand Down Expand Up @@ -534,4 +518,4 @@
}
}
}
}
}

0 comments on commit 755a610

Please sign in to comment.