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.
  • Loading branch information
zpao committed Oct 28, 2015
2 parents b0a7a00 + f8b4aff commit 2c176da
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 @@ -193,6 +193,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 2c176da

Please sign in to comment.