gradient-line
), the starting point of which is the center of the container. However, if one wants to draw a gradient more cunningly, one cannot do without additional crutches in the form of JS. For example, there is a gradient with three colors: A, B, B. I wanted to fill the container so that color A was “tied” to the upper left corner, color B to the upper right, and color B to the lower right. And when you change the size of the container, the result was always the same.
@media print
, or add a new property that would uniquely indicate the background print. Then a clarification was received that print without demand only those fills that are !important
But, after a lengthy discussion, the offering party was never able to invent a normal way to manage the printing of backgrounds. Protection is still in its opinion - it is better to manage printing from the browser, not from the page.
display: none
, or visibility: hidden
should behave. Gecko and WebKit have slightly different behavior when an element is hidden during an animation: WebKit does not start the animation and sets it to zero if the element is invisible, and Gecko continues to iterate the properties of even invisible elements. As a result, the conversation came to the conclusion that there is a lack of a special API for more precise control of the animation, to which there was a reasonable objection that all animation perversions should be done on the JS side, and the simplest possibilities in CSS.
grid-template
property has been slightly simplified, in which the grid-cell
pseudo-element and the grid-cell-stacking
property have been removed. Fixed grammar for grid-columns
and grid-rows
properties.
Source: https://habr.com/ru/post/124499/