mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
Add figure and figcaption elements to React.DOM (already supported by jsx.)
This commit is contained in:
@@ -79,6 +79,8 @@ var ReactDOM = objMapKeyVal({
|
||||
em: false,
|
||||
embed: true,
|
||||
fieldset: false,
|
||||
figcaption: false,
|
||||
figure: false,
|
||||
footer: false,
|
||||
form: false, // NOTE: Injected, see `ReactDOMForm`.
|
||||
h1: false,
|
||||
|
||||
Reference in New Issue
Block a user