Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ru] update Global values title in Syntax section of CSS pages #17082

Merged
merged 6 commits into from
Dec 3, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion files/ru/web/css/@font-face/font-display/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ slug: Web/CSS/@font-face/font-display
## Синтаксис

```css
/* Значения свойства */
/* Ключевые слова */
font-display: auto;
font-display: block;
font-display: swap;
Expand Down
4 changes: 2 additions & 2 deletions files/ru/web/css/accent-color/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ slug: Web/CSS/accent-color
## Синтаксис

```css
/* Специальные значения */
/* Ключевые слова */
accent-color: auto;

/* <color> значения */
Expand All @@ -28,7 +28,7 @@ accent-color: #5729e9;
accent-color: rgb(0, 200, 0);
accent-color: hsl(228, 4%, 24%);

/* Общие значения */
/* Глобальные значения */
accent-color: inherit;
accent-color: initial;
accent-color: revert;
Expand Down
1 change: 1 addition & 0 deletions files/ru/web/css/animation-fill-mode/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ slug: Web/CSS/animation-fill-mode
## Синтаксис

```css
/* Ключевые слова */
animation-fill-mode: none;
animation-fill-mode: forwards;
animation-fill-mode: backwards;
Expand Down
2 changes: 1 addition & 1 deletion files/ru/web/css/animation-play-state/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ animation-play-state: paused;
/* Несколько анимаций */
animation-play-state: paused, running, running;

/* Глобальный значения */
/* Глобальные значения */
animation-play-state: inherited;
animation-play-state: initial;
animation-play-state: unset;
Expand Down
2 changes: 1 addition & 1 deletion files/ru/web/css/backface-visibility/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ slug: Web/CSS/backface-visibility
## Синтаксис

```css
/* Значения ключевых слов */
/* Ключевые слова */
backface-visibility: visible;
backface-visibility: hidden;

Expand Down
2 changes: 1 addition & 1 deletion files/ru/web/css/background-attachment/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ slug: Web/CSS/background-attachment
## Синтаксис

```css
/* Ключевые значения */
/* Ключевые слова */
background-attachment: scroll;
background-attachment: fixed;
background-attachment: local;
Expand Down
2 changes: 1 addition & 1 deletion files/ru/web/css/background-clip/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ slug: Web/CSS/background-clip
## Синтаксис

```css
/* Значения ключевых слов */
/* Ключевые слова */
background-clip: border-box;
background-clip: padding-box;
background-clip: content-box;
Expand Down
2 changes: 1 addition & 1 deletion files/ru/web/css/background-origin/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ slug: Web/CSS/background-origin
## Синтаксис

```css
/* Ключевые значения */
/* Ключевые слова */
background-origin: border-box;
background-origin: padding-box;
background-origin: content-box;
Expand Down
2 changes: 1 addition & 1 deletion files/ru/web/css/background-position/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ slug: Web/CSS/background-position
## Синтаксис

```css
/* Ключевые значения */
/* Ключевые слова */
background-position: top;
background-position: bottom;
background-position: left;
Expand Down
2 changes: 1 addition & 1 deletion files/ru/web/css/background-repeat/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ slug: Web/CSS/background-repeat
## Синтаксис

```css
/*Ключевые значения*/
/* Ключевые слова */
background-repeat: repeat-x;
background-repeat: repeat-y;
background-repeat: repeat;
Expand Down
6 changes: 3 additions & 3 deletions files/ru/web/css/bottom/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,16 +21,16 @@ slug: Web/CSS/bottom
## Синтаксис

```css
/* Ключевые слова */
bottom: auto;

/* Значения величин */
bottom: 3px;
bottom: 2.4em;

/* Процентные значения от высоты родительского блока */
bottom: 10%;

/* Ключевое слово */
bottom: auto;

/* Глобальные значения */
bottom: inherit;
bottom: initial;
Expand Down
2 changes: 1 addition & 1 deletion files/ru/web/css/clear/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ slug: Web/CSS/clear
## Синтаксис

```css
/* Значения ключевых слов */
/* Ключевые слова */
clear: none;
clear: left;
clear: right;
Expand Down
2 changes: 1 addition & 1 deletion files/ru/web/css/clip-path/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ slug: Web/CSS/clip-path
## Синтаксис

```css
/* Значения ключевых слов */
/* Ключевые слова */
clip-path: none;

/* Значения <clip-source> */
Expand Down
4 changes: 2 additions & 2 deletions files/ru/web/css/column-count/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ slug: Web/CSS/column-count
## Синтаксис

```css
/* Значение, заданное ключевым словом */
/* Ключевые слова */
column-count: auto;

/* целое значение */
column-count: 3;

/* глобальные значения */
/* Глобальные значения */
column-count: inherit;
column-count: initial;
column-count: unset;
Expand Down
2 changes: 1 addition & 1 deletion files/ru/web/css/column-rule-style/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ column-rule-style: ridge;
column-rule-style: inset;
column-rule-style: outset;

/* глобальные значения */
/* Глобальные значения */
column-rule-style: inherit;
column-rule-style: initial;
column-rule-style: unset;
Expand Down
2 changes: 1 addition & 1 deletion files/ru/web/css/column-rule/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ column-rule: solid 8px;
column-rule: solid blue;
column-rule: thick inset blue;

/* глобальные значения */
/* Глобальные значения */
column-rule: inherit;
column-rule: initial;
column-rule: unset;
Expand Down
18 changes: 9 additions & 9 deletions files/ru/web/css/content/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,34 +12,34 @@ slug: Web/CSS/content
content: normal;
content: none;

/* значение <url> */
/* Значение <url> */
content: url("http://www.example.com/test.png");

/* значение <image> */
/* Значение <image> */
content: linear-gradient(#e66465, #9198e5);

/* указанные ниже значения могут быть применены только к сгенерированному контенту с использованием ::before и ::after */
/* Указанные ниже значения могут быть применены только к сгенерированному контенту с использованием ::before и ::after */

/* значение <string> */
/* Значение <string> */
content: "prefix";

/* значения <counter> */
/* Значения <counter> */
content: counter(chapter_counter);
content: counters(section_counter, ".");

/* значение attr() связано со значением атрибута HTML */
/* Значение attr() связано со значением атрибута HTML */
content: attr(value string);

/* языко- и позиция-зависимые ключевые слова */
/* Значения <quote> */
content: open-quote;
content: close-quote;
content: no-open-quote;
content: no-close-quote;

/* несколько значений могут использоваться вместе */
/* Несколько значений могут использоваться вместе */
content: open-quote chapter_counter;

/* глобальные значения */
/* Глобальные значения */
content: inherit;
content: initial;
content: unset;
Expand Down
2 changes: 1 addition & 1 deletion files/ru/web/css/cursor/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ The **`cursor`** CSS property specifies the mouse cursor displayed when the mous
## Синтаксис

```css
/* Применение ключевых значений */
/* Ключевые слова */
cursor: pointer;
cursor: auto;

Expand Down
2 changes: 1 addition & 1 deletion files/ru/web/css/flex-basis/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ flex-basis: fit-content;
/* Автоматически изменяет размер на основе содержимого элемента */
flex-basis: content;

/* Глобальное значения */
/* Глобальные значения */
flex-basis: inherit;
flex-basis: initial;
flex-basis: unset;
Expand Down
2 changes: 1 addition & 1 deletion files/ru/web/css/flex-shrink/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ flex-shrink используется вместе со свойствами flex
flex-shrink: 2;
flex-shrink: 0.6;

/* Глобальное значение */
/* Глобальные значения */
flex-shrink: inherit;
flex-shrink: initial;
flex-shrink: unset;
Expand Down
2 changes: 1 addition & 1 deletion files/ru/web/css/grid-area/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ slug: Web/CSS/grid-area
CSS-свойство `grid-area` - это [сокращённая форма записи](/ru/docs/Web/CSS/Shorthand_properties) для свойств {{cssxref("grid-row-start")}}, {{cssxref("grid-column-start")}}, {{cssxref("grid-row-end")}} и {{cssxref("grid-column-end")}}. Определяет размер и местоположение грид-элемента в пределах {{glossary("grid rows", "grid row")}}. Задаёт края {{glossary("grid areas", "грид-области")}} грид-элемента.

```css
/* Ключевые слова в качестве значений */
/* Ключевые слова */
grid-area: auto;
grid-area: auto / auto;
grid-area: auto / auto / auto;
Expand Down
2 changes: 1 addition & 1 deletion files/ru/web/css/grid-auto-flow/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ CSS-свойство управляет поведением автоматич
## Синтаксис

```css
/* Ключевые свойства и значения */
/* Ключевые слова */
grid-auto-flow: row;
grid-auto-flow: column;
grid-auto-flow: dense;
Expand Down
2 changes: 1 addition & 1 deletion files/ru/web/css/grid-column/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ slug: Web/CSS/grid-column
## Syntax

```css
/* Значения с ключевыми словами */
/* Ключевые слова */
grid-column: auto;
grid-column: auto / auto;

Expand Down
2 changes: 1 addition & 1 deletion files/ru/web/css/grid-template-areas/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ CSS-свойство **`grid-template-areas`** создаёт {{glossary("grid a
## Синтаксис

```css
/* Ключевое слово в качестве значения */
/* Ключевые слова */
grid-template-areas: none;

/* Строка (<string>) в качестве значения */
Expand Down
2 changes: 1 addition & 1 deletion files/ru/web/css/grid-template-columns/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ CSS-свойство **`grid-template-columns`** определяет имена
## Синтаксис

```css
/* Ключевое слово в качестве значения */
/* Ключевые слова */
grid-template-columns: none;

/* Значения типа <track-list> */
Expand Down
2 changes: 1 addition & 1 deletion files/ru/web/css/grid-template-rows/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ CSS-свойство **`grid-template-rows`** определяет имена л
## Синтаксис

```css
/* Ключевое слово в качестве значения */
/* Ключевые слова */
grid-template-rows: none;

/* Значения <track-list> */
Expand Down
2 changes: 1 addition & 1 deletion files/ru/web/css/grid-template/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ slug: Web/CSS/grid-template
## Синтаксис

```css
/* Ключевые слова в качестве значения */
/* Ключевые слова */
grid-template: none;

/* Значения в формате grid-template-rows / grid-template-columns */
Expand Down
2 changes: 1 addition & 1 deletion files/ru/web/css/hanging-punctuation/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ slug: Web/CSS/hanging-punctuation
Свойство **`hanging-punctuation`** определяет как браузер будет отображать знаки пунктуации, попадающие в начало или в конец строки. Висячая пунктуация может располагаться за границами контейнера.

```css
/* Значения ключевых слов */
/* Ключевые слова */
hanging-punctuation: none;
hanging-punctuation: first;
hanging-punctuation: last;
Expand Down
2 changes: 1 addition & 1 deletion files/ru/web/css/height/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ CSS атрибут **`height`** позволят обозначать высот
## Синтаксис

```css
/* Значения-ключевые слова */
/* Ключевые слова */
height: auto;

/* <length> значения */
Expand Down
6 changes: 3 additions & 3 deletions files/ru/web/css/inset/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ slug: Web/CSS/inset
Свойство [CSS](/ru/docs/Web/CSS) **`inset`** определяет логический блок и встроенные начальное и конечное смещения элемента, которые отображают физическое смещение, зависящее от способа записи, направления и ориентации текста. Оно соответствует свойствам {{cssxref("top")}} и {{cssxref("bottom")}}, или {{cssxref("right")}} и {{cssxref("left")}}, в зависимости от значений, определённых для {{cssxref("writing-mode")}}, {{cssxref("direction")}}, и {{cssxref("text-orientation")}}.

```css
/* Ключевые слова */
inset: auto;

/* <length> значения */
inset: 3px 10px 3px 10px;
inset: 2.4em 3em 3em 3em;
Expand All @@ -16,9 +19,6 @@ inset: 10px; /* значение применяется ко всем сторо
/* <percentage> от ширины или высоты внешнего блока */
inset: 10% 5% 5% 5%;

/* Ключевое значение */
inset: auto;

/* Глобальные значения */
inset: inherit;
inset: initial;
Expand Down
2 changes: 1 addition & 1 deletion files/ru/web/css/isolation/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ slug: Web/CSS/isolation
## Синтаксис

```css
/* Значения ключевого слова */
/* Ключевые слова */
isolation: auto;
isolation: isolate;

Expand Down
2 changes: 1 addition & 1 deletion files/ru/web/css/justify-items/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ slug: Web/CSS/justify-items
## Синтаксис

```css
/* Основные ключевые слова */
/* Ключевые слова */
justify-items: auto;
justify-items: normal;
justify-items: stretch;
Expand Down
2 changes: 1 addition & 1 deletion files/ru/web/css/letter-spacing/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ slug: Web/CSS/letter-spacing
## Синтаксис

```css
/* Значения - ключевые слова */
/* Ключевые слова */
letter-spacing: normal;

/* Значения <length> */
Expand Down
2 changes: 1 addition & 1 deletion files/ru/web/css/line-break/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ slug: Web/CSS/line-break
CSS-свойство **`line-break`** устанавливает способ разрыва строки текста на китайском, японском или корейском (CJK) при работе с пунктуацией и символами.

```css
/* Значения ключевым словом */
/* Ключевые слова */
line-break: auto;
line-break: loose;
line-break: normal;
Expand Down
2 changes: 1 addition & 1 deletion files/ru/web/css/list-style-image/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ slug: Web/CSS/list-style-image
## Синтаксис

```css
/* Значение ключевым словом */
/* Ключевые слова */
list-style-image: none;

/* <url> значения */
Expand Down
Loading