@@ -18,6 +18,7 @@ Warning: Not Ready
18
18
<pre class="link-defaults">
19
19
spec:css-text-4; type:value; text:collapse
20
20
spec:css-shapes-2; type:function; text:path()
21
+ spec:css-borders-4; type:property; text:border-color
21
22
</pre>
22
23
23
24
<link rel="stylesheet" href="style.css" />
@@ -100,7 +101,7 @@ Background Positioning Longhands: the 'background-position-x', 'background-posit
100
101
</pre>
101
102
102
103
This property specifies the background position's horizontal component.
103
- An omitted origin keyword is assumed to be ''left'' .
104
+ An omitted origin keyword is assumed to be ''background-position-x/ left'' .
104
105
105
106
<pre class="propdef">
106
107
Name : background-position-y
@@ -114,7 +115,7 @@ Background Positioning Longhands: the 'background-position-x', 'background-posit
114
115
</pre>
115
116
116
117
This property specifies the background position's vertical component.
117
- An omitted origin keyword is assumed to be ''top'' .
118
+ An omitted origin keyword is assumed to be ''background-position-y/ top'' .
118
119
119
120
<pre class="propdef">
120
121
Name : background-position-inline
@@ -254,7 +255,8 @@ Additions since [[CSS3BG]]</h3>
254
255
* added 'background-clip'
255
256
* added 'background-tbd'
256
257
257
- <h2 id="acknowledgments">Acknowledgments</h2>
258
+ <h2 id="acknowledgments">
259
+ Acknowledgments</h2>
258
260
259
261
<p> In addition to the many contributors to the [[CSS1]] , [[CSS21]] ,
260
262
and [[CSS3BG]] predecessors to this module,
0 commit comments