Parsing of the document is finished, the Document Object Model is ready, but referenced style sheets, images, and subframes may not be finished loading.
Разбор документа завершен, объектная модель документа готова, но ссылочные таблицы стилей, изображения и подкадры могут не завершить загрузку.
DOM (Document Object Model) is a tree model that defines how a website is structured.
Writing modern, unobtrusive code consists of two aspects: the Document Object Model
At this time, the user can interact with the Document Object Model even though it is not fully loaded.
Together, alongside the Document Object Model (DOM), they are capable of performing updates to selected regions of a web page without the need to reload the entire page; thus, making it responsive and interactive to individual actions by a user.
Вместе, вместе с объектной моделью документа (DOM), они способны выполнять обновления для выбранных областей веб-страницы без необходимости перезагрузки всей страницы; таким образом, делая его отзывчивым и интерактивным для отдельных действий пользователя.
It provides dynamic visual effects and other functionalities via the Document Object Model (DOM).
The Document Object Model (DOM) is used for dynamic display and use of the data.
Объектная модель документа (DOM) для динамического отображения данных и их взаимодействия.
For MathJax, the authors must write a program that can walk a tree generated from the Document Object Model (or DOM), look for mathematical elements, parse them, and dynamically replace them with new rendered elements representing the underlying expression.
Авторам MathJax нужно было написать программу, способную пройти дерево, сгенерированное на основе объектной модели документа, найти математические элементы, «запарсить» их и произвести их динамическую замену новыми отрисованными элементами.
React uses Shadow DOM (Document Object Model): any changes in the site or app components are made therein (it serves as an intermediate layer between the web-page and real DOM).
React использует Shadow DOM (объектную модель документа): все изменения компонентов сайта или приложения производятся в ней (она используется в качестве промежуточного слоя между веб страницей и реальной DOM), при этом изменение одного компонента не затрагивает все остальные.
Every web developer who has written HTML and loaded it into a web browser has created a tree, which is referred to as the Document Object Model (DOM).
Каждый веб-разработчик, который писал HTML-код и загружал его в браузер, создавал дерево, которое называют объектной моделью документа (DOM).
Unlike previous versions of HTML and XHTML, which are defined in terms of their syntax, HTML 5 is being defined in terms of the Document Object Model (DOM)-the tree representation used internally by browsers to represent the document.
В отличие от предыдущих версий HTML и XHTML, которые определены с позиции их синтаксиса, HTML5 в настоящее время определяется в терминах объектной модели документа (DOM) -дерево представления, которое используют браузеры для отображения документа.
In more technical terms, DCL is the time during the process of loading a webpage when the DOM (Document Object Model) has been assembled by the browser, and no stylesheets are preventing JavaScript from executing.
В более технических терминах DCL - это время в процессе загрузки веб-страницы, когда DOM (объектная модель документа) была собрана браузером, и никакие таблицы стилей не препятствуют выполнению JavaScript.
By using AJAX, hybrid server/client-side pagination can be used, in which Javascript is used to request the subsequent page which is loaded and inserted into the Document Object Model via AJAX.
Используя AJAX, можно использовать разбивку на серверный сервер/ клиентскую сторону, в которой Javascript используется для запроса последующей страницы, которая загружается и вставлена в объектную модель документа через AJAX.