Skip to content

Commit

Permalink
Remove ClientRect alternative name and notes from DOMRectReadOnly (#1…
Browse files Browse the repository at this point in the history
…1694)

This is already represented on DOMRect for all browsers.
  • Loading branch information
foolip committed Jul 23, 2021
1 parent d249482 commit c799146
Showing 1 changed file with 12 additions and 30 deletions.
42 changes: 12 additions & 30 deletions api/DOMRectReadOnly.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,30 +11,18 @@
"chrome_android": {
"version_added": "61"
},
"edge": [
{
"version_added": "79"
},
{
"alternative_name": "ClientRect",
"version_added": "12"
}
],
"edge": {
"version_added": "79"
},
"firefox": {
"version_added": "31"
},
"firefox_android": {
"version_added": "31"
},
"ie": [
{
"version_added": false
},
{
"alternative_name": "ClientRect",
"version_added": true
}
],
"ie": {
"version_added": false
},
"opera": {
"version_added": "48"
},
Expand Down Expand Up @@ -131,8 +119,7 @@
"version_added": "31"
},
"ie": {
"version_added": false,
"notes": "Implemented on the proprietary <code><a href='https://msdn.microsoft.com/en-us/library/hh826029(VS.85).aspx'>ClientRect</a></code> interface."
"version_added": false
},
"opera": {
"version_added": "48"
Expand Down Expand Up @@ -231,8 +218,7 @@
"version_added": "31"
},
"ie": {
"version_added": false,
"notes": "Implemented on the proprietary <code><a href='https://msdn.microsoft.com/en-us/library/hh826029(VS.85).aspx'>ClientRect</a></code> interface."
"version_added": false
},
"opera": {
"version_added": "48"
Expand Down Expand Up @@ -281,8 +267,7 @@
"version_added": "31"
},
"ie": {
"version_added": false,
"notes": "Implemented on the proprietary <code><a href='https://msdn.microsoft.com/en-us/library/hh826029(VS.85).aspx'>ClientRect</a></code> interface."
"version_added": false
},
"opera": {
"version_added": "48"
Expand Down Expand Up @@ -331,8 +316,7 @@
"version_added": "31"
},
"ie": {
"version_added": false,
"notes": "Implemented on the proprietary <code><a href='https://msdn.microsoft.com/en-us/library/hh826029(VS.85).aspx'>ClientRect</a></code> interface."
"version_added": false
},
"opera": {
"version_added": "48"
Expand Down Expand Up @@ -428,8 +412,7 @@
"version_added": "31"
},
"ie": {
"version_added": false,
"notes": "Implemented on the proprietary <code><a href='https://msdn.microsoft.com/en-us/library/hh826029(VS.85).aspx'>ClientRect</a></code> interface."
"version_added": false
},
"opera": {
"version_added": "48"
Expand Down Expand Up @@ -478,8 +461,7 @@
"version_added": "31"
},
"ie": {
"version_added": false,
"notes": "Implemented on the proprietary <code><a href='https://msdn.microsoft.com/en-us/library/hh826029(VS.85).aspx'>ClientRect</a></code> interface."
"version_added": false
},
"opera": {
"version_added": "48"
Expand Down

0 comments on commit c799146

Please sign in to comment.