Skip to content

Commit f618c70

Browse files
committed
[css-ui-3][editorial] Let 'background-' and 'border-' properties refer to CSS Backgrounds 3 instead of CSS 2
1 parent eb59c63 commit f618c70

File tree

1 file changed

+10
-8
lines changed

1 file changed

+10
-8
lines changed

css-ui-3/Overview.bs

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -59,13 +59,6 @@ spec:css2; type:property
5959
text:width
6060
text:height
6161
text:left
62-
text:border-bottom-width
63-
text:border-left-width
64-
text:border-right-width
65-
text:border-top-width
66-
text:border-style
67-
text:border-width
68-
text:background-image
6962
text:min-width
7063
text:min-height
7164
text:max-width
@@ -80,7 +73,15 @@ spec:css2; type:property
8073
text:padding-top
8174
text:visibility
8275
spec:css-backgrounds-3;
83-
type:property; text:border-radius;
76+
type:property;
77+
text:background-image
78+
text:border-bottom-width
79+
text:border-left-width
80+
text:border-right-width
81+
text:border-top-width
82+
text:border-style
83+
text:border-width
84+
text:border-radius;
8485
type:type; text:<line-width>
8586
type:value; for:border-style; text:none
8687
</pre>
@@ -1789,6 +1790,7 @@ Changes from the <a href="https://www.w3.org/TR/2018/REC-css-ui-3-20180621/">21
17891790
<li>Let computed value of 'outline-width' be [=snapped as a border width=]
17901791
<li>Added Web Platform Tests coverage
17911792
<li>Split privacy and security considerations into separate sections
1793+
<li>Let <css>background-*</css> and <css>border-*</css> properties refer to [[CSS-BACKGROUNDS-3]] instead of [[CSS2]]
17921794
<li>Editorial improvements
17931795
</ul>
17941796

0 commit comments

Comments
 (0)