mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
Support marginHeight and marginWidth attributes
marginHeight and marginWidth are used on iframes to set the default body margin inside the iframe.
This commit is contained in:
@@ -104,6 +104,8 @@ var HTMLDOMPropertyConfig = {
|
||||
list: MUST_USE_ATTRIBUTE,
|
||||
loop: MUST_USE_PROPERTY | HAS_BOOLEAN_VALUE,
|
||||
manifest: MUST_USE_ATTRIBUTE,
|
||||
marginHeight: MUST_USE_ATTRIBUTE,
|
||||
marginWidth: MUST_USE_ATTRIBUTE,
|
||||
max: null,
|
||||
maxLength: MUST_USE_ATTRIBUTE,
|
||||
media: MUST_USE_ATTRIBUTE,
|
||||
|
||||
Reference in New Issue
Block a user