I'm not sure about the first part, but for the second - from memory, style annotations also generate local nodes (l:s from memory) at style boundaries that are converted into styled elements in DOM.
There were some other ideas of stuff keeping client state in local nodes but I don't believe much ended up using them. On 21 July 2012 04:39, Dylan Dandelion <[email protected]> wrote: > *I watched the presentation "*Wave Editor & Document Rendering" and at > 12:57, there was a slide showing renderers going from the logical model to > the local nodes, and then to DOM nodes. > > ( http://youtu.be/EuXApEulIzc?t=12m57s ) > > 1. I am trying to figure out which classes "Renderer1" and "Renderer2" > correspond to in the source code - are they ParagraphRenderer and > ParagraphHtmlRenderer? > 2. What are some other examples that generate local nodes? > > Thanks. > * <http://www.youtube.com/watch?v=EuXApEulIzc>* >
