We don't need to allow `track` and `meter`

This commit is contained in:
Robin Ward 2015-09-18 15:37:56 -04:00
parent 8489118811
commit c1d321369b
1 changed files with 0 additions and 13 deletions

View File

@ -867,11 +867,6 @@ html4.ATTRIBS = {
'legend::align': 0,
'li::type': 0,
'li::value': 0,
'meter::high': 0,
'meter::low': 0,
'meter::max': 0,
'meter::min': 0,
'meter::value': 0,
'ol::compact': 0,
'ol::reversed': 0,
'ol::start': 0,
@ -880,10 +875,6 @@ html4.ATTRIBS = {
'pre::width': 0,
'q::cite': 1,
'source::type': 0,
'track::default': 0,
'track::kind': 0,
'track::label': 0,
'track::srclang': 0,
'ul::compact': 0,
'ul::type': 0,
};
@ -957,7 +948,6 @@ html4.ELEMENTS = {
'legend': 0,
'li': 1,
'link': 274,
'meter': 0,
'nav': 0,
'nobr': 0,
'noembed': 276,
@ -990,7 +980,6 @@ html4.ELEMENTS = {
'time': 0,
'title': 280,
'tr': 273,
'track': 2,
'tt': 0,
'u': 0,
'ul': 0,
@ -1068,7 +1057,6 @@ html4.ELEMENT_DOM_INTERFACES = {
'map': 'HTMLMapElement',
'menu': 'HTMLMenuElement',
'meta': 'HTMLMetaElement',
'meter': 'HTMLMeterElement',
'nav': 'HTMLElement',
'nobr': 'HTMLElement',
'noembed': 'HTMLElement',
@ -1106,7 +1094,6 @@ html4.ELEMENT_DOM_INTERFACES = {
'time': 'HTMLTimeElement',
'title': 'HTMLTitleElement',
'tr': 'HTMLTableRowElement',
'track': 'HTMLTrackElement',
'tt': 'HTMLElement',
'u': 'HTMLElement',
'ul': 'HTMLUListElement',