Add a comment about synchronizing the event stack
This commit is contained in:
parent
22065ebc79
commit
f0117ec3df
1 changed files with 2 additions and 0 deletions
|
|
@ -307,6 +307,8 @@ where
|
|||
match event {
|
||||
Event::Start(tag) => self.start_tag(tag),
|
||||
Event::End(tag) => {
|
||||
// TODO: This should validate that the event stack is
|
||||
// properly synchronized with the tag stack.
|
||||
self.pop();
|
||||
match tag {
|
||||
TagEnd::TableHead => {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue