We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e8ee3e commit 0f67bdeCopy full SHA for 0f67bde
1 file changed
2-ui/1-document/01-browser-environment/article.md
@@ -49,7 +49,7 @@ document.body.style.background = "red";
49
setTimeout(() => document.body.style.background = "", 1000);
50
```
51
52
-استخدمنا هنا `document.body.style` ، ولكن هناك الكثير والكثير. يتم وصف الخصائص والأساليب في المواصفات:
+استخدمنا هنا `document.body.style`، ولكن هناك الكثير والكثير. يتم وصف الخصائص والأساليب في المواصفات:
53
54
- **DOM الحالة القياسية** فى <https://dom.spec.whatwg.org>
55
0 commit comments