Skip to content

Commit

Permalink
Remove api.Range.insertNode.collapsed_ranges
Browse files Browse the repository at this point in the history
It's not clear what this sub-feature means from just the description,
and all we have is a guess:
mdn#13075 (comment)

The data matches the parent feature except for Firefox and Safari. This
probably means there's *something* that doesn't work the same before
Firefox 14 and Safari 4. This is far enough in the past that it's not
worth trying to salvage this sub-feature with more research.
  • Loading branch information
foolip committed Nov 10, 2021
1 parent 8f1f305 commit df0ea78
Showing 1 changed file with 0 additions and 48 deletions.
48 changes: 0 additions & 48 deletions api/Range.json
Original file line number Diff line number Diff line change
Expand Up @@ -1002,54 +1002,6 @@
"standard_track": true,
"deprecated": false
}
},
"collapsed_ranges": {
"__compat": {
"description": "Collapsed ranges",
"support": {
"chrome": {
"version_added": "1"
},
"chrome_android": {
"version_added": "18"
},
"edge": {
"version_added": "12"
},
"firefox": {
"version_added": "14"
},
"firefox_android": {
"version_added": "14"
},
"ie": {
"version_added": "9"
},
"opera": {
"version_added": "9"
},
"opera_android": {
"version_added": "10.1"
},
"safari": {
"version_added": "4"
},
"safari_ios": {
"version_added": "3"
},
"samsunginternet_android": {
"version_added": "1.0"
},
"webview_android": {
"version_added": "≤37"
}
},
"status": {
"experimental": false,
"standard_track": true,
"deprecated": false
}
}
}
},
"intersectsNode": {
Expand Down

0 comments on commit df0ea78

Please sign in to comment.