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 @@ -114,7 +114,7 @@ Background Positioning Longhands: the 'background-position-x', 'background-posit
<pre class="propdef">
Name: background-position-inline
Value: [ center | [ start | end ]? <<length-percentage>>? ]#
Initial: not applicable (initial value comes from physical property)
Initial: 0%
Inherited: no
Percentages: refer to inline-size of background positioning area <em>minus</em> inline-size of background image
Computed value: A list, each item consisting of: an offset given as a computed <<length-percentage>> value, plus an origin keyword
Expand All @@ -127,7 +127,7 @@ Background Positioning Longhands: the 'background-position-x', 'background-posit
<pre class="propdef">
Name: background-position-block
Value: [ center | [ start | end ]? <<length-percentage>>? ]#
Initial: not applicable (initial value comes from physical property)
Initial: 0%
Inherited: no
Percentages: refer to size of background positioning area <em>minus</em> size of background image
Computed value: A list, each item consisting of: an offset given as a computed <<length-percentage>> value, plus an origin keyword
Expand Down