@@ -17,6 +17,7 @@ Warning: Not Ready
17
17
18
18
<pre class="link-defaults">
19
19
spec:css-text-4; type:value; text:collapse
20
+ spec:css-shapes-2; type:function; text:path()
20
21
</pre>
21
22
22
23
<h2 id="intro">
@@ -89,7 +90,7 @@ Background Positioning Longhands: the 'background-position-x', 'background-posit
89
90
Initial : 0%
90
91
Inherited : no
91
92
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
93
94
</pre>
94
95
95
96
This property specifies the background position's horizontal component.
@@ -101,7 +102,7 @@ Background Positioning Longhands: the 'background-position-x', 'background-posit
101
102
Initial : 0%
102
103
Inherited : no
103
104
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
105
106
</pre>
106
107
107
108
This property specifies the background position's vertical component.
@@ -113,7 +114,7 @@ Background Positioning Longhands: the 'background-position-x', 'background-posit
113
114
Initial : not applicable (initial value comes from physical property)
114
115
Inherited : no
115
116
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
117
118
</pre>
118
119
119
120
This property specifies the background position's inline-axis component.
@@ -125,7 +126,7 @@ Background Positioning Longhands: the 'background-position-x', 'background-posit
125
126
Initial : not applicable (initial value comes from physical property)
126
127
Inherited : no
127
128
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
129
130
</pre>
130
131
131
132
This property specifies the background position's block-axis component.
0 commit comments