HtmlRenderer icon indicating copy to clipboard operation
HtmlRenderer copied to clipboard

Html5/Css3 Parser and Document Model

Open prepare opened this issue 10 years ago • 3 comments

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 avatar Feb 16 '15 16:02 prepare

ok lets try the AngleSharp!

prepare avatar Feb 23 '15 16:02 prepare

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 avatar Apr 22 '15 01:04 prepare

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

prepare avatar Jun 21 '15 16:06 prepare