From 70a7506bb9fdb597ea064474ac74a8d084674b96 Mon Sep 17 00:00:00 2001 From: Andreas Svensson Date: Thu, 4 Sep 2014 12:13:56 +0200 Subject: [PATCH] Add form "acceptCharset" to HTMLDOMPropertyConfig --- src/browser/ui/dom/HTMLDOMPropertyConfig.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/browser/ui/dom/HTMLDOMPropertyConfig.js b/src/browser/ui/dom/HTMLDOMPropertyConfig.js index 569f445837..223c5a33da 100644 --- a/src/browser/ui/dom/HTMLDOMPropertyConfig.js +++ b/src/browser/ui/dom/HTMLDOMPropertyConfig.js @@ -56,6 +56,7 @@ var HTMLDOMPropertyConfig = { * Standard Properties */ accept: null, + acceptCharset: null, accessKey: null, action: null, allowFullScreen: MUST_USE_ATTRIBUTE | HAS_BOOLEAN_VALUE, @@ -167,6 +168,7 @@ var HTMLDOMPropertyConfig = { property: null // Supports OG in meta tags }, DOMAttributeNames: { + acceptCharset: 'accept-charset', className: 'class', htmlFor: 'for', httpEquiv: 'http-equiv'