Small (and incomplete) fix to table cell tsr

Change-Id: I14347939de32af698d7ce0b649165982908c49aa
This commit is contained in:
Gabriel Wicke 2012-06-23 19:25:22 +02:00
parent 08b5ed1a43
commit 53451bfc50

View file

@ -1540,7 +1540,9 @@ table_row_tag
table_data_tags
= pipe
td:table_data_tag
tagEndPos:({return pos})
tds:( pipe_pipe tdt:table_data_tag { tdt[0].dataAttribs.stx_v = 'row'; return tdt } )* {
td[0].dataAttribs.tsr = [pos0, tagEndPos];
return td.concat(tds);
}