Skip to content

Instantly share code, notes, and snippets.

@zpao
Created April 24, 2014 20:39
Show Gist options
  • Save zpao/11268735 to your computer and use it in GitHub Desktop.
Save zpao/11268735 to your computer and use it in GitHub Desktop.
diff --git a/src/browser/ui/dom/HTMLDOMPropertyConfig.js b/src/browser/ui/dom/HTMLDOMPropertyConfig.js
index b3f569e..c2448f3 100644
--- a/src/browser/ui/dom/HTMLDOMPropertyConfig.js
+++ b/src/browser/ui/dom/HTMLDOMPropertyConfig.js
@@ -137,6 +137,12 @@ var HTMLDOMPropertyConfig = {
autoCorrect: null, // Supported in Mobile Safari for keyboard hints
property: null // Supports OG in meta tags
},
+ OverrideProperties: {
+ progress: {
+ value: MUST_USE_ATTRIBUTE
+ }
+ },
+
DOMAttributeNames: {
className: 'class',
htmlFor: 'for',
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment