Skip to content

Commit bbe2e88

Browse files
committed
Merge pull request facebook#2658 from ianobermiller/margin-attrs
Support marginHeight and marginWidth attributes
1 parent 359eb75 commit bbe2e88

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/browser/ui/dom/HTMLDOMPropertyConfig.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,8 @@ var HTMLDOMPropertyConfig = {
107107
list: MUST_USE_ATTRIBUTE,
108108
loop: MUST_USE_PROPERTY | HAS_BOOLEAN_VALUE,
109109
manifest: MUST_USE_ATTRIBUTE,
110+
marginHeight: null,
111+
marginWidth: null,
110112
max: null,
111113
maxLength: MUST_USE_ATTRIBUTE,
112114
media: MUST_USE_ATTRIBUTE,

0 commit comments

Comments
 (0)