Skip to content

Commit

Permalink
add vendor specific syntaxes for background-clip property (fixes #9)
Browse files Browse the repository at this point in the history
  • Loading branch information
lahmatiy committed Sep 13, 2016
1 parent 41a54b7 commit 8ed11c1
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions data/patch.json
@@ -1,5 +1,9 @@
{
"properties": {
"-moz-background-clip": {
"comment": "deprecated syntax in old Firefox, https://developer.mozilla.org/en/docs/Web/CSS/background-clip",
"syntax": "padding | border"
},
"-moz-border-radius-bottomleft": {
"comment": "https://developer.mozilla.org/en-US/docs/Web/CSS/border-bottom-left-radius",
"syntax": "<'border-bottom-left-radius'>"
Expand Down Expand Up @@ -80,6 +84,10 @@
"comment": "https://msdn.microsoft.com/en-us/library/hh781492(v=vs.85).aspx",
"syntax": "none | element | text"
},
"-webkit-background-clip": {
"comment": "https://developer.mozilla.org/en/docs/Web/CSS/background-clip",
"syntax": "[ <box> | border | padding | content | text ]#"
},
"-webkit-column-break-after": {
"comment": "added, http://help.dottoro.com/lcrthhhv.php",
"syntax": "always | auto | avoid"
Expand Down

0 comments on commit 8ed11c1

Please sign in to comment.