Skip to content

Commit 6f450ab

Browse files
committed
Added stripes() function to Changes sections
1 parent 5423bc7 commit 6f450ab

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

css-backgrounds-4/Overview.bs

+1
Original file line numberDiff line numberDiff line change
@@ -711,6 +711,7 @@ Additions Since Level 3</h3>
711711
<li>logical 'background-position' values (''background-position/start'', ''background-position/end'')
712712
<li>the ''extend'' keyword of 'background-repeat'
713713
<li>'corner-shape'
714+
<li><<stripes()>> as value for ''border-color'' and its longhands
714715
<li>multiple border colors per border
715716
<li>logical border properties
716717
<li><a href="#partial-borders">Partial Borders</a> (make part of border shorthand as well!)

css-images-4/Overview.bs

+1-1
Original file line numberDiff line numberDiff line change
@@ -2501,7 +2501,7 @@ Changes {#changes}
25012501
- Switched color-stop grammar to repeat at end for readability
25022502
- Clarified that object-fit and image-resolution use discrete animation
25032503
- Fixed definition of cross-fade() image blending
2504-
- Added placeholder section for the stripes() function
2504+
- Added stripes() function and added it to &lt;image> data type
25052505
- Moved interpolation of images from [[css3-images]]
25062506
- Clarifed that cross-fade() takes 1+ arguments. Defined sizing and painting of the new function arguments in detail.
25072507
- Moved cross-fade() from [[css3-images]]

css-ui-4/Overview.bs

+4-1
Original file line numberDiff line numberDiff line change
@@ -2542,12 +2542,15 @@ the following normative changes have been made:
25422542

25432543
<ul>
25442544
<li>
2545-
Introduce a definition for the 'pointer-events' property.
2545+
Introduced a definition for the 'pointer-events' property.
25462546

25472547
<li>
25482548
Extend the image types required to be supported for the 'cursor' property
25492549
from just <<url>> to <<url>> and <<url-set>>.
25502550
(Support for the broader <<image>> type remains allowed but optional.)
2551+
2552+
<li>
2553+
Added <<stripes()>> as value for the 'outline-color' property.
25512554
</ul>
25522555

25532556
<h3 id=changes-24-1-2020 class=no-num>Changes from the

0 commit comments

Comments
 (0)