Skip to content

Commit 308badb

Browse files
committed
Merge pull request #6094 from AprilArcus/cite-attribute
add "cite" attribute to whitelist for <blockquote> elements
2 parents de09e0a + 39c597f commit 308badb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/renderers/dom/shared/HTMLDOMPropertyConfig.js

+1
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ var HTMLDOMPropertyConfig = {
4848
charSet: null,
4949
challenge: null,
5050
checked: MUST_USE_PROPERTY | HAS_BOOLEAN_VALUE,
51+
cite: null,
5152
classID: null,
5253
className: null,
5354
cols: HAS_POSITIVE_NUMERIC_VALUE,

0 commit comments

Comments
 (0)