From 56817c1235a48d66c12ddf1c3d37a0e61977b875 Mon Sep 17 00:00:00 2001 From: Alexey Pyltsyn Date: Wed, 27 Oct 2021 15:58:36 +0300 Subject: [RU] Restore specs (#2880) --- files/ru/web/css/css_color/index.html | 32 ++++++++++++++- .../ru/web/css/css_flexible_box_layout/index.html | 17 +++++++- files/ru/web/css/css_grid_layout/index.html | 27 ++++++++++++- files/ru/web/css/css_images/index.html | 42 ++++++++++++++++++- .../using_css_counters/index.html | 22 +++++++++- files/ru/web/css/css_table/index.html | 17 +++++++- .../using_css_transitions/index.html | 17 +++++++- files/ru/web/css/css_writing_modes/index.html | 27 ++++++++++++- files/ru/web/css/custom-ident/index.html | 47 +++++++++++++++++++++- 9 files changed, 239 insertions(+), 9 deletions(-) (limited to 'files/ru/web/css') diff --git a/files/ru/web/css/css_color/index.html b/files/ru/web/css/css_color/index.html index aba2389581..8ddc7b6073 100644 --- a/files/ru/web/css/css_color/index.html +++ b/files/ru/web/css/css_color/index.html @@ -34,7 +34,37 @@ original_slug: Web/CSS/CSS_Colors

Спецификации

-{{Specifications}} + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
SpecificationStatusComment
{{SpecName('CSS4 Colors')}}{{Spec2('CSS4 Colors')}}
{{SpecName('CSS3 Colors')}}{{Spec2('CSS3 Colors')}}
{{SpecName('CSS2.1', 'colors.html')}}{{Spec2('CSS2.1')}}
{{SpecName('CSS1')}}{{Spec2('CSS1')}}Initial definition

Поддержка браузерами

diff --git a/files/ru/web/css/css_flexible_box_layout/index.html b/files/ru/web/css/css_flexible_box_layout/index.html index ac8e749a3c..55d4b7b556 100644 --- a/files/ru/web/css/css_flexible_box_layout/index.html +++ b/files/ru/web/css/css_flexible_box_layout/index.html @@ -54,4 +54,19 @@ translation_of: Web/CSS/CSS_Flexible_Box_Layout

Спецификации

-{{Specifications}} + + + + + + + + + + + + + + + +
SpecificationStatusComment
{{ SpecName('CSS3 Flexbox') }}{{ Spec2('CSS3 Flexbox') }}Initial definition.
diff --git a/files/ru/web/css/css_grid_layout/index.html b/files/ru/web/css/css_grid_layout/index.html index 7da5f38cd6..332813277d 100644 --- a/files/ru/web/css/css_grid_layout/index.html +++ b/files/ru/web/css/css_grid_layout/index.html @@ -160,7 +160,32 @@ translation_of: Web/CSS/CSS_Grid_Layout

Спецификации

-{{Specifications}} + + + + + + + + + + + + + + + + + + + + + + + + + +
SpecificationStatusComment
{{SpecName("CSS Grid 3")}}{{Spec2("CSS Grid 3")}}Adds masonry.
{{SpecName("CSS Grid 2")}}{{Spec2("CSS Grid 2")}}Added subgrids.
{{SpecName("CSS3 Grid")}}{{Spec2("CSS3 Grid")}}Initial definition.