Skip to content

Commit fba4d52

Browse files
authored
remove duplicate contents
1 parent 8ff8c89 commit fba4d52

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

en/browser-object-model-bom/screen.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,6 @@ The `window.screen` object has different properties, some of them are listed her
2525
| `availTop` | A read-only property that returns the first pixel from the top that is not taken up by system elements. |
2626
| `availWidth` | A read-only property that returns the pixel width of the screen excluding system elements. |
2727
| `colorDepth` | A read-only property that returns the number of bits used to represent colors. |
28-
| `height` | Represents the pixel height of the screen. |
29-
| `left` | Represents the pixel distance of the current screen’s left side. |
30-
| `pixelDepth` | A read-only that returns the bit depth of the screen. |
31-
| `top` | Represents the pixel distance of the current screen’s top. |
32-
| `width` | Represents the pixel width of the screen. |
33-
| `orientation` | Returns the screen orientation as specified in the Screen Orientation API |
3428

3529

3630

0 commit comments

Comments
 (0)