Merge pull request #2658 from ianobermiller/margin-attrs

Support marginHeight and marginWidth attributes
This commit is contained in:
Paul O’Shannessy
2014-12-04 19:02:34 -08:00
parent 359eb75723
commit bbe2e886ab
@@ -107,6 +107,8 @@ var HTMLDOMPropertyConfig = {
list: MUST_USE_ATTRIBUTE,
loop: MUST_USE_PROPERTY | HAS_BOOLEAN_VALUE,
manifest: MUST_USE_ATTRIBUTE,
marginHeight: null,
marginWidth: null,
max: null,
maxLength: MUST_USE_ATTRIBUTE,
media: MUST_USE_ATTRIBUTE,