Fix domWrapperElementType entries in ce that were out of sync with dm

Change-Id: I2684af71af803bc4b57e43a48986bdfced383193
This commit is contained in:
Catrope 2012-06-14 23:54:06 -07:00
parent dae599ac2f
commit aefd6a9792
2 changed files with 3 additions and 3 deletions

View file

@ -37,7 +37,7 @@ ve.ce.TableCellNode.rules = {
*/
ve.ce.TableCellNode.domWrapperElementTypes = {
'data': 'td',
'heading': 'th'
'header': 'th'
};
/* Methods */

View file

@ -36,9 +36,9 @@ ve.ce.TableSectionNode.rules = {
* @member
*/
ve.ce.TableSectionNode.domWrapperElementTypes = {
'head': 'thead',
'header': 'thead',
'body': 'tbody',
'foot': 'tfoot'
'footer': 'tfoot'
};
/* Methods */