LayoutFarm / HtmlRenderer

C# HTML Layout and HTML Rendering Engine
http://layoutfarm.github.io/HtmlRenderer/
Other
185 stars 40 forks source link

Html5/Css3 Parser and Document Model #30

Open prepare opened 9 years ago

prepare commented 9 years ago

We separate parser/dom to new project -> LayoutFarm.WebDom choices

  1. use the parser in our style
  2. interface with https://github.com/FlorianRappl/AngleSharp?
  3. consider other libs?
prepare commented 9 years ago

ok lets try the AngleSharp!

prepare commented 9 years ago

see http://www.w3.org/TR/html5/syntax.html https://html.spec.whatwg.org/multipage/index.html https://html.spec.whatwg.org/multipage/index.html#toc-syntax

http://www.w3.org/TR/DOM-Level-2-Style/

http://www.html5rocks.com/en/tutorials/internals/howbrowserswork/

prepare commented 9 years ago

read https://developers.google.com/web/fundamentals/performance/critical-rendering-path/constructing-the-object-model?hl=en