Skip to content

Commit 5ce7c88

Browse files
authored
Merge pull request w3c#4280 from ewilligers/background-position-longhand-computed
[css-backgrounds] computed background-position-*
2 parents d30b3e5 + f314f61 commit 5ce7c88

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

css-backgrounds-4/Overview.bs

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ Warning: Not Ready
1717

1818
<pre class="link-defaults">
1919
spec:css-text-4; type:value; text:collapse
20+
spec:css-shapes-2; type:function; text:path()
2021
</pre>
2122

2223
<h2 id="intro">
@@ -89,7 +90,7 @@ Background Positioning Longhands: the 'background-position-x', 'background-posit
8990
Initial: 0%
9091
Inherited: no
9192
Percentages: refer to width of background positioning area <em>minus</em> width of background image
92-
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
93+
Computed value: A list, each item consisting of: an offset given as a computed <<length-percentage>> value, plus an origin keyword
9394
</pre>
9495

9596
This property specifies the background position's horizontal component.
@@ -101,7 +102,7 @@ Background Positioning Longhands: the 'background-position-x', 'background-posit
101102
Initial: 0%
102103
Inherited: no
103104
Percentages: refer to height of background positioning area <em>minus</em> height of background image
104-
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
105+
Computed value: A list, each item consisting of: an offset given as a computed <<length-percentage>> value, plus an origin keyword
105106
</pre>
106107

107108
This property specifies the background position's vertical component.
@@ -113,7 +114,7 @@ Background Positioning Longhands: the 'background-position-x', 'background-posit
113114
Initial: not applicable (initial value comes from physical property)
114115
Inherited: no
115116
Percentages: refer to inline-size of background positioning area <em>minus</em> inline-size of background image
116-
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
117+
Computed value: A list, each item consisting of: an offset given as a computed <<length-percentage>> value, plus an origin keyword
117118
</pre>
118119

119120
This property specifies the background position's inline-axis component.
@@ -125,7 +126,7 @@ Background Positioning Longhands: the 'background-position-x', 'background-posit
125126
Initial: not applicable (initial value comes from physical property)
126127
Inherited: no
127128
Percentages: refer to size of background positioning area <em>minus</em> size of background image
128-
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
129+
Computed value: A list, each item consisting of: an offset given as a computed <<length-percentage>> value, plus an origin keyword
129130
</pre>
130131

131132
This property specifies the background position's block-axis component.

0 commit comments

Comments
 (0)