Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions css-backgrounds-4/Overview.bs
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ Background Positioning Longhands: the 'background-position-x', 'background-posit
<pre class="propdef">
Name: background-position-x
Value: [ center | [ left | right | x-start | x-end ]? <<length-percentage>>? ]#
Initial: left
Initial: 0%
Inherited: no
Percentages: refer to width of background positioning area <em>minus</em> width of background image
Computed value: A list, each item consisting of: an offset given as a combination of an absolute length and a percentage, plus an origin keyword
Expand All @@ -94,7 +94,7 @@ Background Positioning Longhands: the 'background-position-x', 'background-posit
<pre class="propdef">
Name: background-position-y
Value: [ center | [ top | bottom | y-start | y-end ]? <<length-percentage>>? ]#
Initial: left
Initial: 0%
Inherited: no
Percentages: refer to height of background positioning area <em>minus</em> height of background image
Computed value: A list, each item consisting of: an offset given as a combination of an absolute length and a percentage, plus an origin keyword
Expand Down