Skip to content

Commit 2869346

Browse files
authored
[css-backgrounds-4][css-borders-4] Added proper Changes sections (#9126)
1 parent 0d6fd5a commit 2869346

File tree

2 files changed

+19
-20
lines changed

2 files changed

+19
-20
lines changed

css-backgrounds-4/Overview.bs

+7-7
Original file line numberDiff line numberDiff line change
@@ -185,18 +185,18 @@ Painting Area: the 'background-clip' property</h3>
185185
</dd>
186186
</dl>
187187

188+
<div class="issue">
189+
Should a <a href="https://lists.w3.org/Archives/Public/www-style/2011Sep/0331.html">'background-repeat: extend'</a> be added?
190+
188191
<h2 id="changes">
189192
Changes</h2>
190193

191194
<h3 id="level-changes">
192-
Additions Since [[CSS3BG]]</h3>
193-
194-
<p class="issue">Additions are a work in progress... here's what we're planning to add. :)
195+
Additions since [[CSS3BG]]</h3>
195196

196-
<ul>
197-
<li>logical 'background-position' values (''background-position/start'', ''background-position/end'')
198-
<li>the ''extend'' keyword of 'background-repeat'
199-
</ul>
197+
* turned 'background-position' into a shorthand and added physical and logical longhands
198+
* added logical keywords to <<bg-position>>
199+
* added 'background-clip'
200200

201201
<h2 id="acknowledgments">Acknowledgments</h2>
202202

css-borders-4/Overview.bs

+12-13
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,11 @@ Introduction</h2>
3636
<h2 id="borders">
3737
Borders</h2>
3838

39+
<p class="issue">
40+
Should logical border properties be moved from
41+
<a href="https://www.w3.org/TR/css-logical-1/#border-properties">CSS Logical</a>
42+
to here?
43+
3944
<h3 id="the-border-color">Line Colors: the 'border-color' properties</h3>
4045

4146
<pre class=propdef>
@@ -767,19 +772,13 @@ Animation type: by computed value,
767772
Changes</h2>
768773

769774
<h3 id="level-changes">
770-
Additions Since [[CSS3BG]]</h3>
771-
772-
<p class="issue">Additions are a work in progress... here's what we're planning to add. :)
773-
774-
<ul>
775-
<li>'corner-shape'
776-
<li><<image-1D>> as value for ''border-color'' and its longhands
777-
<li>multiple border colors per border
778-
<li>logical border properties
779-
<li><a href="#partial-borders">Partial Borders</a> (make part of border shorthand as well!)
780-
<li><a href="http://lists.w3.org/Archives/Public/www-style/2012Oct/0314.html">More <css>border-radius</css> shorthands</a> for doing both corners on a side at once.
781-
<li>Splitting horizontal / vertical spread radius for box-shadow, if we can come up with a sane syntax for it.
782-
</ul>
775+
Additions since [[CSS3BG]]</h3>
776+
777+
* <<image-1D>> as value for 'border-color' and its longhands
778+
* added physical and logical 'border-*-radius' shorthands
779+
* added 'corner-shape' and related 'corners' shorthand
780+
* added <a href="#partial-borders">partial borders</a> via 'border-limit' and 'border-*-clip' properties
781+
* turned 'box-shadow' into a shorthand and added longhands
783782

784783
<h2 id="acknowledgments">Acknowledgments</h2>
785784

0 commit comments

Comments
 (0)