Skip to content

Commit

Permalink
Merge pull request #5304 from evanvosberg/master
Browse files Browse the repository at this point in the history
Add non-standard property for supporting Safari mask-icon.
(cherry picked from commit 2c176da)
  • Loading branch information
zpao committed Oct 28, 2015
1 parent eadbf33 commit 4952cd0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/renderers/dom/shared/HTMLDOMPropertyConfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,8 @@ var HTMLDOMPropertyConfig = {
autoCorrect: null,
// autoSave allows WebKit/Blink to persist values of input fields on page reloads
autoSave: null,
// color is for Safari mask-icon link
color: null,
// itemProp, itemScope, itemType are for
// Microdata support. See http://schema.org/docs/gs.html
itemProp: MUST_USE_ATTRIBUTE,
Expand Down

0 comments on commit 4952cd0

Please sign in to comment.