Skip to content

Commit d515cb6

Browse files
committed
[css-backgrounds-4][editorial] Fixed Bikeshed issues
1 parent 609f05d commit d515cb6

File tree

1 file changed

+14
-12
lines changed

1 file changed

+14
-12
lines changed

css-backgrounds-4/Overview.bs

Lines changed: 14 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -21,19 +21,21 @@ WPT Display: closed
2121
</pre>
2222

2323
<pre class="link-defaults">
24-
spec:css-text-4; type:value; text:collapse
24+
spec:css-borders-4; type:property;
25+
text:border
26+
text:border-color
27+
text:border-image
28+
text:border-radius
29+
text:border-style
30+
text:border-width
31+
text:box-shadow
32+
spec:css-box-4; type:dfn; text:content area
33+
spec:css-display-4; type:property; text:display
2534
spec:css-shapes-2; type:function; text:path()
26-
spec:css-borders-4;
27-
type:property; text:border
28-
type:property; text:border-color
29-
type:property; text:border-image
30-
type:property; text:border-radius
31-
type:property; text:border-style
32-
type:property; text:border-width
33-
type:property; text:box-shadow
35+
spec:css-text-4; type:value; text:collapse
3436
spec:css2; type:dfn; text:viewport
3537
spec:html; type:element; text:body
36-
spec:css3-exclusions; type:dfn; text:content area
38+
spec:selectors-4; type:dfn; text:pseudo-elements
3739
</pre>
3840

3941
<link rel="stylesheet" href="style.css" />
@@ -1452,7 +1454,7 @@ Sizing Images: the 'background-size' property</h3>
14521454
The property's value is given as a comma-separated list
14531455
of <<bg-size>> values where
14541456

1455-
<pre class=prod><dfn><<bg-size>></dfn> = [ <<length-percentage [0,&infin;]>> | auto ]{1,2} | cover | contain</pre>
1457+
<pre class=prod><dfn><<bg-size>></dfn> = [ <<length-percentage [0,]>> | auto ]{1,2} | cover | contain</pre>
14561458

14571459
Values have the following meanings:
14581460

@@ -1469,7 +1471,7 @@ Sizing Images: the 'background-size' property</h3>
14691471
to the smallest size such that both its width and its height
14701472
can completely cover the [=background positioning area=].
14711473

1472-
<dt>[ <dfn><<length-percentage [0,&infin;]>></dfn>
1474+
<dt>[ <dfn><<length-percentage [0,]>></dfn>
14731475
| <dfn>auto</dfn> ]{1,2}</dt>
14741476
<dd>
14751477
The first value gives the width of the corresponding image,

0 commit comments

Comments
 (0)