mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
Merge pull request #6094 from AprilArcus/cite-attribute
add "cite" attribute to whitelist for <blockquote> elements
This commit is contained in:
@@ -48,6 +48,7 @@ var HTMLDOMPropertyConfig = {
|
||||
charSet: null,
|
||||
challenge: null,
|
||||
checked: MUST_USE_PROPERTY | HAS_BOOLEAN_VALUE,
|
||||
cite: null,
|
||||
classID: null,
|
||||
className: null,
|
||||
cols: HAS_POSITIVE_NUMERIC_VALUE,
|
||||
|
||||
Reference in New Issue
Block a user