[whatwg] Repetition Model
Olav Junker Kjær
olav at olav.dk
Wed Mar 23 12:46:35 PST 2005
Dean Edwards wrote:
> Yes you would have to iterate over each element to attach the repetition
> template interface. Olav Junker Kjær provided a solution to this speed
> this up a little:
It should be said that the expression-based solution improves the
initial rendering, but slows the page considerably afterwards, since the
CSS expressions are recalculated continuously. The expression rules
could be removed after initial rendering to improve performance, but
then it wont work if the repeat attribute is added to an element
dynamically. So its not the perfect solution.
regards
Olav Junker Kjær
More information about the whatwg
mailing list