Merge pull request #2553 from mhuggins/headers-attribute

Permit th `headers` attribute
This commit is contained in:
Paul O’Shannessy 2014-11-26 11:15:21 -08:00
commit 45a19a290c
1 changed files with 1 additions and 0 deletions

View File

@ -90,6 +90,7 @@ var HTMLDOMPropertyConfig = {
form: MUST_USE_ATTRIBUTE,
formNoValidate: HAS_BOOLEAN_VALUE,
frameBorder: MUST_USE_ATTRIBUTE,
headers: null,
height: MUST_USE_ATTRIBUTE,
hidden: MUST_USE_ATTRIBUTE | HAS_BOOLEAN_VALUE,
href: null,