Skip to content

Commit 4952cd0

Browse files
committed
Merge pull request facebook#5304 from evanvosberg/master
Add non-standard property for supporting Safari mask-icon. (cherry picked from commit 2c176da)
1 parent eadbf33 commit 4952cd0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/renderers/dom/shared/HTMLDOMPropertyConfig.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -192,6 +192,8 @@ var HTMLDOMPropertyConfig = {
192192
autoCorrect: null,
193193
// autoSave allows WebKit/Blink to persist values of input fields on page reloads
194194
autoSave: null,
195+
// color is for Safari mask-icon link
196+
color: null,
195197
// itemProp, itemScope, itemType are for
196198
// Microdata support. See http://schema.org/docs/gs.html
197199
itemProp: MUST_USE_ATTRIBUTE,

0 commit comments

Comments
 (0)