mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FIX: Blacklist <textarea>
This commit is contained in:
@@ -987,19 +987,6 @@ html4.ATTRIBS = {
|
||||
'select::size': 0,
|
||||
'select::tabindex': 0,
|
||||
'source::type': 0,
|
||||
'textarea::accesskey': 0,
|
||||
'textarea::autocomplete': 0,
|
||||
'textarea::disabled': 0,
|
||||
'textarea::inputmode': 0,
|
||||
'textarea::name': 8,
|
||||
'textarea::onblur': 2,
|
||||
'textarea::onchange': 2,
|
||||
'textarea::onfocus': 2,
|
||||
'textarea::onselect': 2,
|
||||
'textarea::placeholder': 0,
|
||||
'textarea::readonly': 0,
|
||||
'textarea::tabindex': 0,
|
||||
'textarea::wrap': 0,
|
||||
'track::default': 0,
|
||||
'track::kind': 0,
|
||||
'track::label': 0,
|
||||
@@ -1136,7 +1123,6 @@ html4.ELEMENTS = {
|
||||
'table': 272,
|
||||
'tbody': 273,
|
||||
'td': 273,
|
||||
'textarea': 8,
|
||||
'tfoot': 1,
|
||||
'th': 273,
|
||||
'thead': 273,
|
||||
@@ -1259,7 +1245,6 @@ html4.ELEMENT_DOM_INTERFACES = {
|
||||
'table': 'HTMLTableElement',
|
||||
'tbody': 'HTMLTableSectionElement',
|
||||
'td': 'HTMLTableDataCellElement',
|
||||
'textarea': 'HTMLTextAreaElement',
|
||||
'tfoot': 'HTMLTableSectionElement',
|
||||
'th': 'HTMLTableHeaderCellElement',
|
||||
'thead': 'HTMLTableSectionElement',
|
||||
|
||||
Reference in New Issue
Block a user