dom tree

About this tag
The DOM tree is a core web platform concept that represents the structure of an HTML document. In Microsoft Edge, the DOM tree has undergone significant modernization to improve performance and reduce complexity. This work, detailed in a thread on WindowsForum.com, traces the history of the DOM in Internet Explorer and Edge, highlighting the impact of refactoring efforts that led to substantially better performance in the Windows 10 Creators Update. The discussion focuses on how these changes enhance browser efficiency and real-world web experience for users.
  1. News

    Modernizing the DOM tree in Microsoft Edge

    The DOM is the foundation of the web platform programming model, and its design and performance impacts the rest of the browser pipeline. However, its history and evolution is far from a simple story. Over the past three years, we’ve embarked on an in-flight refactoring of the DOM in Microsoft...
Back
Top