File tree 3 files changed +6
-2
lines changed
3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -711,6 +711,7 @@ Additions Since Level 3</h3>
711
711
<li> logical 'background-position' values (''background-position/start'' , ''background-position/end'' )
712
712
<li> the ''extend'' keyword of 'background-repeat'
713
713
<li> 'corner-shape'
714
+ <li> <<stripes()>> as value for ''border-color'' and its longhands
714
715
<li> multiple border colors per border
715
716
<li> logical border properties
716
717
<li> <a href="#partial-borders">Partial Borders</a> (make part of border shorthand as well!)
Original file line number Diff line number Diff line change @@ -2501,7 +2501,7 @@ Changes {#changes}
2501
2501
- Switched color-stop grammar to repeat at end for readability
2502
2502
- Clarified that object-fit and image-resolution use discrete animation
2503
2503
- Fixed definition of cross-fade() image blending
2504
- - Added placeholder section for the stripes() function
2504
+ - Added stripes() function and added it to <image> data type
2505
2505
- Moved interpolation of images from [[css3-images]]
2506
2506
- Clarifed that cross-fade() takes 1+ arguments. Defined sizing and painting of the new function arguments in detail.
2507
2507
- Moved cross-fade() from [[css3-images]]
Original file line number Diff line number Diff line change @@ -2542,12 +2542,15 @@ the following normative changes have been made:
2542
2542
2543
2543
<ul>
2544
2544
<li>
2545
- Introduce a definition for the 'pointer-events' property.
2545
+ Introduced a definition for the 'pointer-events' property.
2546
2546
2547
2547
<li>
2548
2548
Extend the image types required to be supported for the 'cursor' property
2549
2549
from just <<url>> to <<url>> and <<url-set>> .
2550
2550
(Support for the broader <<image>> type remains allowed but optional.)
2551
+
2552
+ <li>
2553
+ Added <<stripes()>> as value for the 'outline-color' property.
2551
2554
</ul>
2552
2555
2553
2556
<h3 id=changes-24-1-2020 class=no-num>Changes from the
You can’t perform that action at this time.
0 commit comments