Skip to content

Commit 5fa0b11

Browse files
authored
[css-backgrounds-4][css-borders-4][editorial] Fixed indentation and a bunch of Bikeshed issues (#9594)
1 parent 7e638e7 commit 5fa0b11

File tree

2 files changed

+301
-293
lines changed

2 files changed

+301
-293
lines changed

css-backgrounds-4/Overview.bs

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ Warning: Not Ready
1818
<pre class="link-defaults">
1919
spec:css-text-4; type:value; text:collapse
2020
spec: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

Comments
 (0)