CSSOM, belgi için stil kurallarını değiştirdiğimizde DOM ile birlikte kullanılıyor.
CSSOM is used together with DOM when we modify style rules for the document.
Yukarıdaki adımlarda da görebileceğiniz gibi, CSSOM gerçekten bir web sayfasını görüntülemenin önemli bir parçasıdır.
As you can see in the above steps, the CSSOM is truly an important part of displaying a webpage.
(Daha doğrusu, CSSOM belirteçleri tanımlar ve bunları bir ağaç yapısına bağlanan düğümlere örter.
More precisely, the CSSOM identifies tokens and coverts them into nodes which are linked into a tree structure.
CSSOM render ağacının oluşturulmasına yardımcı olduğu için CSS'nin bir web sayfasında nasıl kullanılacağı verimli bir şekilde yapılmazsa çok ciddi sonuçları vardır.
Since the CSSOM is used to help create the render tree, the way CSS is used on a web page has some very severe consequences if not done efficiently.
CSSOM, bir kullanıcı sayfalarınızdan birine gittiğinde tekrar oluşturulmalıdır (tarayıcı zaten gerekli tüm CSS'leri önbelleğe almış olmasına rağmen).
The CSSOM has to be built again when a user goes to another one of your pages (even though the browser may already have all the required CSS already cached).
CSSOM, CSS Nesne Modeli anlamına gelmektedir.
Yapılandırılan CSSOM işlemini engellerseniz, CSSOM daha uzun sürer ve bu, herhangi bir şeyin görüntülenmesi daha uzun sürdüğü anlamına gelir.
If you block the process of the CSSOM being built, then the CSSOM takes longer, and that means it takes longer for anything to display.