mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
Add wrap attribute
This commit is contained in:
@@ -63,7 +63,7 @@ maxLength media mediaGroup method min multiple muted name noValidate open
|
||||
optimum pattern placeholder poster preload radioGroup readOnly rel required role
|
||||
rowSpan rows sandbox scope scoped scrolling seamless selected shape size sizes
|
||||
span spellCheck src srcDoc srcSet start step style tabIndex target title type
|
||||
useMap value width wmode
|
||||
useMap value width wmode wrap
|
||||
```
|
||||
|
||||
In addition, the following non-standard attributes are supported:
|
||||
|
||||
@@ -164,6 +164,7 @@ var HTMLDOMPropertyConfig = {
|
||||
value: MUST_USE_PROPERTY | HAS_SIDE_EFFECTS,
|
||||
width: MUST_USE_ATTRIBUTE,
|
||||
wmode: MUST_USE_ATTRIBUTE,
|
||||
wrap: null,
|
||||
|
||||
/**
|
||||
* Non-standard Properties
|
||||
|
||||
Reference in New Issue
Block a user