mirror of
https://github.com/discourse/discourse.git
synced 2025-04-01 17:05:43 +08:00
We don't need to allow track
and meter
This commit is contained in:
parent
8489118811
commit
c1d321369b
@ -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',
|
||||
|
Loading…
x
Reference in New Issue
Block a user