to dir
web browsers - how they work 
rev dd mmm 2022
Category: web browsers
» how↓    parsing↓   sources↓

.........................
➽ how browsers work

  * Web Browser Engineering - How browsers work
     "Building a basic but complete web browser, 
      from networking to JavaScript, in a couple thousand 
      lines of Python."
    by Pavel Panchekha and Chris Harrelson
    https://browser.engineering/
    [retr 26 dec 2022]

  * Inside look at modern web browser
      Very detailed look at how browsers work.
      by Mariko Kosaka
      Part 1 - https://developer.chrome.com/blog/inside-browser-part1/
      Part 2 - https://developer.chrome.com/blog/inside-browser-part2/
      Part 3 - https://developer.chrome.com/blog/inside-browser-part3/
      Part 4 - https://developer.chrome.com/blog/inside-browser-part4/
      [pub sep 2018, and updated]


.........................
➽ parsing html:

  "HTML is not only used by basically all of the web, 
    it is also part of many modern applications. 
    The HTML parser is part of the foundation of 
    the web platform."

  * Idiosyncrasies of the HTML Parser - The HTML Parser Book
      "By understanding how the HTML parser works, you will become
       more confident in writing correct HTML, understand how it affects
       things for scripting and styling, and recognize how to address
       some security issues. Additionally, this book may inspire you to
       implement your own HTML parser."
      Warmly and clearly written, with infographics.
      Book is still in progress [22 feb 2022]
      by Simon Peters
      Available as web pages, or can buy for $7.99/more donation.
      https://htmlparser.info/
      [retr 26 dec 2022]

.......................................................
➽ sources:

  ...


_______________________________________________________
begin dd mmm 2022
-- 0 --