Commit 0d9927d
authored
[cssom-view] Use flat tree instead of shadow-including tree for element.checkVisibility() (w3c#9488)
`element.checkVisibility()` checks against CSS properties, which apply on the flat tree, not the shadow-including tree.
Fixes w3c#94861 parent 4a0f2e3 commit 0d9927d
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1243 | 1243 | | |
1244 | 1244 | | |
1245 | 1245 | | |
1246 | | - | |
| 1246 | + | |
1247 | 1247 | | |
1248 | 1248 | | |
1249 | 1249 | | |
1250 | 1250 | | |
1251 | | - | |
| 1251 | + | |
1252 | 1252 | | |
1253 | 1253 | | |
1254 | 1254 | | |
| |||
0 commit comments