[go: up one dir, main page]

Skip to content

Commit

Permalink
Add wrap attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
jas14 committed Jul 13, 2015
1 parent 4d17841 commit 1b5bfb5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/ref-04-tags-and-attributes.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
1 change: 1 addition & 0 deletions src/renderers/dom/shared/HTMLDOMPropertyConfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1b5bfb5

Please sign in to comment.