| 06:06 | <Ms2ger> | gsnedders, happy birtheaster! |
| 12:57 | <gsnedders> | Ms2ger: thx! |
| 19:41 | <SimonSapin> | Does html5lib have something like iterparse, to do an single in-order traversal on a tree while parsing without having the whole thing in memory? |
| 20:00 | <Ms2ger> | How would that deal with <table>foo? |
| 20:01 | <SimonSapin> | I don’t know, that’s why I ask :) |
| 20:03 | <SimonSapin> | I don’t know what the problem is exactly with <table>foo, but I suppose there could be some "buffering": the "event" for an element is delayed until we know it can not be moved around anymore because of parsing error recovery |