File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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!)
Original file line number Diff line number Diff 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 <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]]
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments