Skip to content

Commit

Permalink
Note getComputedStyle behavior (mdn#2419)
Browse files Browse the repository at this point in the history
  • Loading branch information
wbamberg authored and Elchi3 committed Jul 5, 2018
1 parent 9967cf2 commit 90d14d6
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions api/Window.json
Original file line number Diff line number Diff line change
Expand Up @@ -866,10 +866,16 @@
"version_added": true
},
"firefox": {
"version_added": true
"version_added": true,
"notes": [
"Before version 62 this function returns <code>null</code> when called on a <code>Window</code> which has no presentation, such as an <code>iframe</code> with <code>display: none;</code>."
]
},
"firefox_android": {
"version_added": true
"version_added": true,
"notes": [
"Before version 62 this function returns <code>null</code> when called on a <code>Window</code> which has no presentation, such as an <code>iframe</code> with <code>display: none;</code>."
]
},
"ie": {
"version_added": "9"
Expand Down

0 comments on commit 90d14d6

Please sign in to comment.