@@ -18,6 +18,7 @@ Warning: Not Ready
1818<pre class="link-defaults">
1919spec:css-text-4; type:value; text:collapse
2020spec:css-shapes-2; type:function; text:path()
21+ spec:css-borders-4; type:property; text:border-color
2122</pre>
2223
2324<link rel="stylesheet" href="style.css" />
@@ -100,7 +101,7 @@ Background Positioning Longhands: the 'background-position-x', 'background-posit
100101 </pre>
101102
102103 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'' .
104105
105106 <pre class="propdef">
106107 Name : background-position-y
@@ -114,7 +115,7 @@ Background Positioning Longhands: the 'background-position-x', 'background-posit
114115 </pre>
115116
116117 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'' .
118119
119120 <pre class="propdef">
120121 Name : background-position-inline
@@ -254,7 +255,8 @@ Additions since [[CSS3BG]]</h3>
254255 * added 'background-clip'
255256 * added 'background-tbd'
256257
257- <h2 id="acknowledgments">Acknowledgments</h2>
258+ <h2 id="acknowledgments">
259+ Acknowledgments</h2>
258260
259261 <p> In addition to the many contributors to the [[CSS1]] , [[CSS21]] ,
260262 and [[CSS3BG]] predecessors to this module,
0 commit comments