Bug 620664 - Add support for the track element to the HTML5 parser. r=hsivonen, a=jst.

This commit is contained in:
Michael(tm) Smith
2011-01-12 10:05:09 +02:00
parent e1f85d1cdd
commit e3156c4365
7 changed files with 236 additions and 227 deletions

View File

@@ -260,6 +260,7 @@ class nsHtml5ElementName
static nsHtml5ElementName* ELT_THEAD;
static nsHtml5ElementName* ELT_TABLE;
static nsHtml5ElementName* ELT_TITLE;
static nsHtml5ElementName* ELT_TRACK;
static nsHtml5ElementName* ELT_TSPAN;
static nsHtml5ElementName* ELT_TIMES;
static nsHtml5ElementName* ELT_TFOOT;