mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 22:02:44 +00:00 
			
		
		
		
	|  e44c87cfff We can now parse a little DOM like this:
<!DOCTYPE html>
<html>
    <head></head>
    <body>
        <div></div>
    </body>
</html>
This is pretty slow work, but the incremental progress is satisfying! | ||
|---|---|---|
| .. | ||
| CSSParser.cpp | ||
| CSSParser.h | ||
| HTMLDocumentParser.cpp | ||
| HTMLDocumentParser.h | ||
| HTMLParser.cpp | ||
| HTMLParser.h | ||
| HTMLToken.cpp | ||
| HTMLToken.h | ||
| HTMLTokenizer.cpp | ||
| HTMLTokenizer.h | ||