Skip to content

Commit

Permalink
Merge pull request mdn#13 from lahmatiy/patch-2
Browse files Browse the repository at this point in the history
Added missed multiplier for 'background-position-x' and 'background-position-y' syntaxes
  • Loading branch information
SebastianZ authored Oct 28, 2016
2 parents 52a2502 + 760c6ff commit 3da86d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions css/properties.json
Original file line number Diff line number Diff line change
Expand Up @@ -1194,7 +1194,7 @@
"status": "standard"
},
"background-position-x": {
"syntax": "[ center | [ left | right | x-start | x-end ] <length-percentage>? ]#",
"syntax": "[ center | [ left | right | x-start | x-end ]? <length-percentage>? ]#",
"media": "visual",
"inherited": false,
"animationType": "discrete",
Expand All @@ -1209,7 +1209,7 @@
"status": "experimental"
},
"background-position-y": {
"syntax": "[ center | [ top | bottom | y-start | y-end ] <length-percentage>? ]#",
"syntax": "[ center | [ top | bottom | y-start | y-end ]? <length-percentage>? ]#",
"media": "visual",
"inherited": false,
"animationType": "discrete",
Expand Down

0 comments on commit 3da86d0

Please sign in to comment.