diff --git a/common.blocks/z-index-group/z-index-group.en.md b/common.blocks/z-index-group/z-index-group.en.md index 6a5ee7975..6c7646d28 100644 --- a/common.blocks/z-index-group/z-index-group.en.md +++ b/common.blocks/z-index-group/z-index-group.en.md @@ -12,7 +12,7 @@ ## Block overview -`z-index-group` block places the blocks in layers one above the others. [level](#index-level) modifier controls the layer position on the `z`-axis. +`z-index-group` block places the blocks in layers one above the others. [level](#index-level) modifier controls the block layer position on the `z`-axis. ### Modifiers of the block @@ -20,14 +20,12 @@ #### `level` modifier -Available values: Integer number from 0 to 9. +Available values: integer number from 0 to 9. Use cases: `BEMJSON`, `JS`. When blocks overlap, `level` modifier determines which one covers the other. -Чем больше значение модификатора `level`, тем выше находится слой. При равном значении `level` на переднем плане находится тот слой, который в BEMJSON задекларирован позже. - A block with a larger `level` value covers a block with a lower one. If two blocks have the same `level` value, a block that is declared in BEMJSON declaration later will cover the other one. ```js diff --git a/common.blocks/z-index-group/z-index-group.ru.md b/common.blocks/z-index-group/z-index-group.ru.md index 81a073b4a..b52a030f8 100644 --- a/common.blocks/z-index-group/z-index-group.ru.md +++ b/common.blocks/z-index-group/z-index-group.ru.md @@ -12,7 +12,7 @@ ## Обзор блока -Блок `z-index-group` располагает блоки слоями друг над другом. Их размещением по z-оси управляет модификатор [level}(#index-level). +Блок `z-index-group` располагает блоки слоями друг над другом. Их размещением по z-оси управляет модификатор [level](#index-level). ### Модификаторы блока @@ -20,7 +20,7 @@ #### Модификатор `level` -Допустимые значения: Целые числа от 0 до 9. +Допустимые значения: целые числа от 0 до 9. Способы использования: `BEMJSON`, `JS`. @@ -38,6 +38,3 @@ content : 'I am under the block with { level : 2 } value!' } ``` -nt : 'I am under the block with { level : 2 } value!' -} -```