From 6685b06b55a6892feba6fdea3d56888c89555aac Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Tue, 27 Jul 2021 12:32:34 -0400 Subject: remove link 'title' attributes that's just the 'href' (ru, part 2) (#1732) --- files/ru/web/css/background-size/index.html | 2 +- .../css/css_box_model/introduction_to_the_css_box_model/index.html | 4 ++-- files/ru/web/css/used_value/index.html | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) (limited to 'files/ru/web/css') diff --git a/files/ru/web/css/background-size/index.html b/files/ru/web/css/background-size/index.html index 84a762c0fa..ad011c7ce1 100644 --- a/files/ru/web/css/background-size/index.html +++ b/files/ru/web/css/background-size/index.html @@ -95,7 +95,7 @@ background-size: unset;

Замечания

-

Если вы указываете градиент в качестве фона и указали background-size, который будет использоваться вместе с ним, лучше не указывать размер, который использует единственную автоматическую составную часть, или задаётся с использованием только значения ширины (для примера, background-size: 50%). Рендеринг градиентов в таких случаях изменился в Firefox 8, и в настоящее время он обычно несовместим во всех браузерах, которые не реализуют рендеринг в соответствии с CSS3 спецификацией background-size и с CSS3 спецификацией градиента значений изображения.

+

Если вы указываете градиент в качестве фона и указали background-size, который будет использоваться вместе с ним, лучше не указывать размер, который использует единственную автоматическую составную часть, или задаётся с использованием только значения ширины (для примера, background-size: 50%). Рендеринг градиентов в таких случаях изменился в Firefox 8, и в настоящее время он обычно несовместим во всех браузерах, которые не реализуют рендеринг в соответствии с CSS3 спецификацией background-size и с CSS3 спецификацией градиента значений изображения.

.bar {
        width: 50px; height: 100px;
diff --git a/files/ru/web/css/css_box_model/introduction_to_the_css_box_model/index.html b/files/ru/web/css/css_box_model/introduction_to_the_css_box_model/index.html
index f5e1c962b0..6d66cab586 100644
--- a/files/ru/web/css/css_box_model/introduction_to_the_css_box_model/index.html
+++ b/files/ru/web/css/css_box_model/introduction_to_the_css_box_model/index.html
@@ -46,12 +46,12 @@ original_slug: Web/CSS/box_model
  
  
   
-   CSS Level 2 (revision 1)
+   CSS Level 2 (revision 1)
    {{ Spec2('CSS2.1') }}
    Though more precisely worded, there is no practical change
   
   
-   CSS Level 1
+   CSS Level 1
    {{ Spec2('CSS1') }}
     
   
diff --git a/files/ru/web/css/used_value/index.html b/files/ru/web/css/used_value/index.html
index 4ae8b7251b..423e80103e 100644
--- a/files/ru/web/css/used_value/index.html
+++ b/files/ru/web/css/used_value/index.html
@@ -84,7 +84,7 @@ window.addEventListener('resize', updateAllUsedWidths);

Difference from computed value

-

CSS 2.0 defined only computed value as the last step in a property's calculation. Then, CSS 2.1 introduced the distinct definition of used value. An element could then explicitly inherit a width/height of a parent, whose computed value is a percentage. For CSS properties that don't depend on layout (e.g., displayfont-size, or line-height), the computed values and used values are the same. The following are the CSS 2.1 properties that do depend on layout, so they have a different computed value and used value: (taken from CSS 2.1 Changes: Specified, computed, and actual values):

+

CSS 2.0 defined only computed value as the last step in a property's calculation. Then, CSS 2.1 introduced the distinct definition of used value. An element could then explicitly inherit a width/height of a parent, whose computed value is a percentage. For CSS properties that don't depend on layout (e.g., displayfont-size, or line-height), the computed values and used values are the same. The following are the CSS 2.1 properties that do depend on layout, so they have a different computed value and used value: (taken from CSS 2.1 Changes: Specified, computed, and actual values):