HOW TO: Validate a live DOM (live HTML altered by JavaScript)

Post here if your topic is about CSS HTML Validator but doesn't fit in another forum.
Post Reply
User avatar
Albert Wiersch
Site Admin
Posts: 3783
Joined: Sat Dec 11, 2004 9:23 am
Location: Near Dallas, TX
Contact:

HOW TO: Validate a live DOM (live HTML altered by JavaScript)

Post by Albert Wiersch »

These days HTML is dynamic and often changed by JavaScript. Pages aren't static anymore like in the "good old days" of Web 1.0.

You may be wondering how you can check a web page that has been altered by JavaScript. You can do this by checking the HTML generated from a live DOM.

Here is a page that describes how you can do this using CSS HTML Validator and Chrome:
https://www.htmlvalidator.com/chrome.php

You can also do it using the integrated web browser in CSS HTML Validator 2022/v22, 2023/v23, and above:
https://www.htmlvalidator.com/current/d ... rowser.htm
Albert Wiersch, CSS HTML Validator Developer • Download CSS HTML Validator FREE Trial
Post Reply