2 changes: 1 addition & 1 deletion files/ru/web/api/console/group_static/index.md
Expand Up @@ -56,7 +56,7 @@ console.log("Back to the outer level");

{{Specifications}}

## Поддержка в браузерах
## Совместимость с браузерами

{{Compat}}

Expand Down
2 changes: 1 addition & 1 deletion files/ru/web/api/console/trace_static/index.md
Expand Up @@ -43,7 +43,7 @@ foo

{{Specifications}}

## Браузерная совместимость
## Совместимость с браузерами

{{Compat}}

Expand Down
2 changes: 1 addition & 1 deletion files/ru/web/api/cssrule/index.md
Expand Up @@ -54,7 +54,7 @@ An up-to-date informal list of constants can be found on the [CSSWG Wiki](http:/

{{Specifications}}

## Browser compatibility
## Совместимость с браузерами

{{Compat}}

Expand Down
2 changes: 1 addition & 1 deletion files/ru/web/api/cssstylesheet/index.md
Expand Up @@ -60,7 +60,7 @@ A (possibly incomplete) list of ways a style sheet can be associated with a docu

{{Specifications}}

## Browser compatibility
## Совместимость с браузерами

{{Compat}}

Expand Down
2 changes: 1 addition & 1 deletion files/ru/web/api/cssvalue/index.md
Expand Up @@ -26,7 +26,7 @@ slug: Web/API/CSSValue

{{Specifications}}

## Browser compatibility
## Совместимость с браузерами

{{Compat}}

Expand Down
2 changes: 1 addition & 1 deletion files/ru/web/api/document/alinkcolor/index.md
Expand Up @@ -26,6 +26,6 @@ Color - строка, содержащая имя цвета (например,

[Gecko](en/Gecko) поддерживает оба варианта `alinkColor`/`:active` and {{ Cssxref(":focus") }}. Internet Explorer 6 и 7 поддерживает `alinkColor` / `:active` только для [HTML ссылок с якорем (\<a>)](en/HTML/Element/a) и поведение у них такое же, как `:focus` в Gecko. В IE нет поддержки `:focus`.

## Браузерная поддержка
## Совместимость с браузерами

{{Compat}}
2 changes: 1 addition & 1 deletion files/ru/web/api/document/bgcolor/index.md
Expand Up @@ -30,6 +30,6 @@ document.bgColor = "darkblue";

`Поле document.bgColor` признано устаревшим в [DOM Level 2 HTML](http://www.w3.org/TR/DOM-Level-2-HTML/html.html#ID-26809268). В качестве альтернативы рекомендуется использовать CSS стиль {{Cssxref("background-color")}} который доступен через DOM как `document.body.style.backgroundColor`. Другой альтернативой доступа является `document.body.bgColor`, хотя этот вариант также признан устаревшим в HTML 4.01 и также рекомендуется использовать CSS.

## Браузерная поддержка
## Совместимость с браузерами

{{Compat}}
2 changes: 1 addition & 1 deletion files/ru/web/api/document/close/index.md
Expand Up @@ -28,6 +28,6 @@ document.close();

{{Specifications}}

## Браузерная поддержка
## Совместимость с браузерами

{{Compat}}
2 changes: 1 addition & 1 deletion files/ru/web/api/document/createtextnode/index.md
Expand Up @@ -49,6 +49,6 @@ function addTextNode(text) {

{{Specifications}}

## Совместимость
## Совместимость с браузерами

{{Compat}}
2 changes: 1 addition & 1 deletion files/ru/web/api/document/createtreewalker/index.md
Expand Up @@ -69,7 +69,7 @@ while (treeWalker.nextNode()) nodeList.push(treeWalker.currentNode);

{{Specifications}}

## Browser compatibility
## Совместимость с браузерами

{{Compat}}

Expand Down
2 changes: 1 addition & 1 deletion files/ru/web/api/document/defaultview/index.md
Expand Up @@ -19,6 +19,6 @@ var win = document.defaultView;

{{Specifications}}

## Браузерная поддержка
## Совместимость с браузерами

{{Compat}}
2 changes: 1 addition & 1 deletion files/ru/web/api/document/forms/index.md
Expand Up @@ -88,7 +88,7 @@ var selectFormElement = document.forms[index].elements[index];

{{Specifications}}

## Браузерная поддержка
## Совместимость с браузерами

{{Compat}}

Expand Down
2 changes: 1 addition & 1 deletion files/ru/web/api/document/getelementsbyname/index.md
Expand Up @@ -49,7 +49,7 @@ The returned {{domxref("NodeList")}} Collection contains _all_ elements with the

{{Specifications}}

## Browser compatibility
## Совместимость с браузерами

{{Compat}}

Expand Down
2 changes: 1 addition & 1 deletion files/ru/web/api/document/importnode/index.md
Expand Up @@ -51,7 +51,7 @@ Firefox doesn't currently enforce this rule (it did for a while during the devel

{{Specifications}}

## Browser compatibility
## Совместимость с браузерами

{{Compat}}

Expand Down
4 changes: 2 additions & 2 deletions files/ru/web/api/document/readystatechange_event/index.md
Expand Up @@ -47,9 +47,9 @@ document.onreadystatechange = function () {
};
```

## Поддержка браузерами
## Совместимость с браузерами

Данное событие давно поддерживается Internet Explorer и может быть использовано в качестве альтернативы событию [`DOMContentLoaded`](/ru/docs/Web/Events/DOMContentLoaded) (см. примечание \[2] в разделе [Поддержка браузерами](/ru/docs/Web/Events/DOMContentLoaded#Поддержка_браузерами)).
{{Compat}}

## Связанные события

Expand Down
2 changes: 1 addition & 1 deletion files/ru/web/api/document/referrer/index.md
Expand Up @@ -23,6 +23,6 @@ var referrer = document.referrer;

- [DOM Level 2: referrer](http://www.w3.org/TR/DOM-Level-2-HTML/html.html#ID-95229140)

## Браузерная поддержка
## Совместимость с браузерами

{{Compat}}
2 changes: 1 addition & 1 deletion files/ru/web/api/documentfragment/index.md
Expand Up @@ -53,7 +53,7 @@ _Этот интерфейс наследует методы его родите

{{Specifications}}

## Поддержка браузерами
## Совместимость с браузерами

{{Compat}}

Expand Down
2 changes: 1 addition & 1 deletion files/ru/web/api/domparser/index.md
Expand Up @@ -108,7 +108,7 @@ doc = parser.parseFromString(stringContainingHTMLSource, "text/html");

{{Specifications}}

## Поддержка браузерами
## Совместимость с браузерами

{{Compat}}

Expand Down
2 changes: 1 addition & 1 deletion files/ru/web/api/domstringmap/index.md
Expand Up @@ -63,7 +63,7 @@ void removeProp(
- `attr`
- : The property to remove from the dataset.

## Поддержка браузерами
## Совместимость с браузерами

{{Compat}}

Expand Down
2 changes: 1 addition & 1 deletion files/ru/web/api/element/animationcancel_event/index.md
Expand Up @@ -175,7 +175,7 @@ If your browser supports `animationcancel`, hiding the box using the button will

{{Specifications}}

## Browser compatibility
## Совместимость с браузерами

{{Compat}}

Expand Down
2 changes: 1 addition & 1 deletion files/ru/web/api/element/append/index.md
Expand Up @@ -77,7 +77,7 @@ with (div) {

{{Specifications}}

## Поддержка браузерами
## Совместимость с браузерами

{{Compat}}

Expand Down
2 changes: 1 addition & 1 deletion files/ru/web/api/element/attachshadow/index.md
Expand Up @@ -118,6 +118,6 @@ customElements.define("word-count", WordCount, { extends: "p" });

{{Specifications}}

## Совместимость браузеров
## Совместимость с браузерами

{{Compat}}
2 changes: 1 addition & 1 deletion files/ru/web/api/element/attributes/index.md
Expand Up @@ -73,7 +73,7 @@ var atts = para.attributes;

{{Specifications}}

## Browser compatibility
## Совместимость с браузерами

{{Compat}}

Expand Down
2 changes: 1 addition & 1 deletion files/ru/web/api/element/childelementcount/index.md
Expand Up @@ -31,6 +31,6 @@ if (foo.childElementCount > 0) {

{{Specifications}}

## Поддержка браузерами
## Совместимость с браузерами

{{Compat}}
2 changes: 1 addition & 1 deletion files/ru/web/api/element/classname/index.md
Expand Up @@ -37,7 +37,7 @@ alert(elm.className); //"class1 class2 class3"

> **Примечание:** ##### Примечание:Свойство получило необычное название **`className`** из-за того, что во многих языках, работающих с DOM, слово _class_ является зарезервированным*.*
## Поддержка браузерами
## Совместимость с браузерами

{{Compat}}

Expand Down
2 changes: 1 addition & 1 deletion files/ru/web/api/element/focusin_event/index.md
Expand Up @@ -30,7 +30,7 @@ slug: Web/API/Element/focusin_event
| `cancelable` {{readonlyInline}} | {{jsxref("Boolean")}} | Whether the event is cancellable or not. |
| `relatedTarget` {{readonlyInline}} | {{domxref("EventTarget")}} (DOM element) | Event target receiving focus. |

## Browser compatibility
## Совместимость с браузерами

{{Compat}}

Expand Down
2 changes: 1 addition & 1 deletion files/ru/web/api/element/focusout_event/index.md
Expand Up @@ -30,7 +30,7 @@ slug: Web/API/Element/focusout_event
| `cancelable` {{readonlyInline}} | {{jsxref("Boolean")}} | Возможно ли отменить событие. |
| `relatedTarget` {{readonlyInline}} | {{domxref("EventTarget")}} (DOM-элемент) | Цель события, получающая фокус. |

## Browser compatibility
## Совместимость с браузерами

{{Compat}}

Expand Down
2 changes: 1 addition & 1 deletion files/ru/web/api/element/getelementsbytagname/index.md
Expand Up @@ -39,6 +39,6 @@ for (var i = 0; i < cells.length; i++) {

{{Specifications}}

## Совместимость браузеров
## Совместимость с браузерами

{{Compat}}
2 changes: 1 addition & 1 deletion files/ru/web/api/element/pointerover_event/index.md
Expand Up @@ -60,7 +60,7 @@ para.onpointerover = (event) => {

{{Specifications}}

## Браузерная совместимость
## Совместимость с браузерами

{{Compat}}

Expand Down
2 changes: 1 addition & 1 deletion files/ru/web/api/element/queryselectorall/index.md
Expand Up @@ -50,7 +50,7 @@ querySelectorAll() был представлен как часть WebApps API.

Помните, что возвращённый в качестве результата список [NodeList](/ru/docs/Web/API/NodeList) не рекомендуется для использования в циклах (например, в for(...)) в качестве массива, т.к., это не массив в «традиционном» понятии Javascript, а объект типа [NodeList](/ru/docs/Web/API/NodeList), который, хоть и схож по свойствам с массивом, но не является таковым в полной мере (не поддерживает все методы, доступные массиву), так что будьте осторожны.

## Поддержка браузерами
## Совместимость с браузерами

{{Compat}}

Expand Down
2 changes: 1 addition & 1 deletion files/ru/web/api/element/remove/index.md
Expand Up @@ -44,7 +44,7 @@ with (node) {

{{Specifications}}

## Поддержка браузерами
## Совместимость с браузерами

{{Compat}}

Expand Down
2 changes: 1 addition & 1 deletion files/ru/web/api/element/requestpointerlock/index.md
Expand Up @@ -19,7 +19,7 @@ instanceOfElement.requestPointerLock();

{{Specifications}}

## Поддержка браузерами
## Совместимость с браузерами

{{Compat}}

Expand Down
2 changes: 1 addition & 1 deletion files/ru/web/api/element/scrollto/index.md
Expand Up @@ -43,7 +43,7 @@ element.scrollTo({

{{Specifications}}

## Браузерная совместимость
## Совместимость с браузерами

{{Compat}}

Expand Down
2 changes: 1 addition & 1 deletion files/ru/web/api/element/shadowroot/index.md
Expand Up @@ -27,6 +27,6 @@ var shadowroot = element.createShadowRoot();

Эта функция больше не определяется никакими спецификациями

## Совместимость браузеров
## Совместимость с браузерами

{{Compat}}
2 changes: 1 addition & 1 deletion files/ru/web/api/event/index.md
Expand Up @@ -130,7 +130,7 @@ slug: Web/API/Event

{{Specifications}}

## Совместимость браузеров
## Совместимость с браузерами

{{Compat}}

Expand Down
14 changes: 1 addition & 13 deletions files/ru/web/api/event/target/index.md
Expand Up @@ -46,22 +46,10 @@ ul.addEventListener('click', hide, false);

{{Specifications}}

## Поддержка браузеров
## Совместимость с браузерами

{{Compat}}

## Примечания

В IE 6-8 модель событий отличается. Обработчики событий назначаются с помощью нестандартного {{domxref('EventTarget.attachEvent')}} метода. При этом в объекте события есть свойство {{domxref('Event.srcElement')}}, вместо `target` свойства, но по смыслу оно идентично `event.target`.

```js
function hide(e) {
// Поддержка IE 6-8
var target = e.target || e.srcElement;
target.style.visibility = "hidden";
}
```

## Смотрите также

- [Comparison of Event Targets](/ru/docs/Web/API/Event/Comparison_of_Event_Targets)
2 changes: 1 addition & 1 deletion files/ru/web/api/event/timestamp/index.md
Expand Up @@ -74,6 +74,6 @@ In Firefox, you can also enabled `privacy.resistFingerprinting`, the precision w

{{Specifications}}

## Browser compatibility
## Совместимость с браузерами

{{Compat}}
12 changes: 0 additions & 12 deletions files/ru/web/api/eventtarget/addeventlistener/index.md
Expand Up @@ -515,18 +515,6 @@ elem.addEventListener(

Установка `passive` не имеет значения для основного события {{event ("scroll")}}, поскольку его нельзя отменить, поэтому его обработчик в любом случае не может блокировать показ страницы.

## Совместимость

{{Compat}}

### Примечания по Gecko

- До Firefox 6, браузер выбросит исключение, если параметр `useCapture` не был точно равен `false`. До Gecko 9.0, `addEventListener()` выбросит исключение, если параметр `listener` был равен `null`; сейчас метод завершается без ошибки, но ничего не делает.

### Примечания по WebKit

- Несмотря на то, что в WebKit параметр `useCapture` был объявлен необязательным [только в июне 2011 года](http://trac.webkit.org/changeset/89781), это работало и до этого изменения. Новые изменения были добавлены в Safari 5.1 и Chrome 13.

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

{{Specifications}}
Expand Down
2 changes: 1 addition & 1 deletion files/ru/web/api/eventtarget/dispatchevent/index.md
Expand Up @@ -46,6 +46,6 @@ dispatchEvent является последним шагом для процес

Смотрите также [справку по Event object](/en/DOM/event).

## Поддержка браузерами
## Совместимость с браузерами

{{Compat}}
2 changes: 1 addition & 1 deletion files/ru/web/api/eventtarget/removeeventlistener/index.md
Expand Up @@ -62,7 +62,7 @@ div.addEventListener("click", listener, false);
div.removeEventListener("click", listener, false);
```

## Совместимость браузеров
## Совместимость с браузерами

{{Compat}}

Expand Down
18 changes: 8 additions & 10 deletions files/ru/web/api/fetch_api/using_fetch/index.md
Expand Up @@ -387,19 +387,17 @@ fetch("/login", {
Поддержка Fetch API может быть обнаружена путём проверки наличия {{domxref("Headers")}}, {{domxref("Request")}}, {{domxref("Response")}} или {{domxref("GlobalFetch.fetch","fetch()")}} в области видимости {{domxref("Window")}} или {{domxref("Worker")}}. Для примера:

```js
if (self.fetch) {
if (window.fetch) {
// запустить мой fetch запрос здесь
} else {
// Сделать что-то с XMLHttpRequest?
// сделать что-то с XMLHttpRequest?
}
```

## Полифил
## Смотрите также

Для того, чтобы использовать Fetch в неподдерживаемых браузерах, существует Fetch Polyfill , который воссоздаёт функциональность для не поддерживающих браузеров.

СпецификацииSpecification Status Comment [Fetch](https://fetch.spec.whatwg.org/) Живой стандарт Initial definitionСовместимость браузера

{{Compat}}

Смотрите такжеServiceWorker APIHTTP access control (CORS)HTTPFetch polyfillFetch examples on Github`
- [ServiceWorker API](/ru/docs/Web/API/Service_Worker_API)
- [HTTP CORS](/ru/docs/Web/HTTP/CORS)
- [HTTP](/ru/docs/Web/HTTP)
- [Полифил Fetch](https://github.com/github/fetch)
- [Примеры работы с Fetch](https://github.com/mdn/dom-examples/tree/main/fetch) на GitHub
2 changes: 1 addition & 1 deletion files/ru/web/api/filereader/error/index.md
Expand Up @@ -23,7 +23,7 @@ var error = instanceOfFileReader.error

{{Specifications}}

## Совместимость браузера
## Совместимость с браузерами

{{Compat}}

Expand Down
2 changes: 1 addition & 1 deletion files/ru/web/api/filereader/index.md
Expand Up @@ -72,7 +72,7 @@ FileReader FileReader();

{{Specifications}}

## Поддержка браузерами
## Совместимость с браузерами

{{Compat}}

Expand Down
2 changes: 1 addition & 1 deletion files/ru/web/api/fontface/index.md
Expand Up @@ -48,6 +48,6 @@ _Этот интерфейс не наследует методы._

{{Specifications}}

## Поддержка браузерами
## Совместимость с браузерами

{{Compat}}
2 changes: 1 addition & 1 deletion files/ru/web/api/formdata/formdata/index.md
Expand Up @@ -71,6 +71,6 @@ formData.set(name, value, filename);

{{Specifications}}

## Поддержка браузерами
## Совместимость с браузерами

{{Compat}}
2 changes: 1 addition & 1 deletion files/ru/web/api/formdata/has/index.md
Expand Up @@ -44,7 +44,7 @@ formData.has("username"); // Returns true

{{Specifications}}

## Поддержка браузерами
## Совместимость с браузерами

{{Compat}}

Expand Down
2 changes: 1 addition & 1 deletion files/ru/web/api/formdata/index.md
Expand Up @@ -43,7 +43,7 @@ FormData использует такой же формат на выходе, к

{{Specifications}}

## Совместимость
## Совместимость с браузерами

{{Compat}}

Expand Down
2 changes: 1 addition & 1 deletion files/ru/web/api/formdata/keys/index.md
Expand Up @@ -44,7 +44,7 @@ key2

{{Specifications}}

## Поддержка браузерами
## Совместимость с браузерами

{{Compat}}

Expand Down
2 changes: 1 addition & 1 deletion files/ru/web/api/formdata/values/index.md
Expand Up @@ -44,7 +44,7 @@ value2

{{Specifications}}

## Поддержка браузерами
## Совместимость с браузерами

{{Compat}}

Expand Down
2 changes: 1 addition & 1 deletion files/ru/web/api/gamepad/mapping/index.md
Expand Up @@ -30,7 +30,7 @@ A {{domxref("string")}}.

{{Specifications}}

## Браузерная совместимость
## Совместимость с браузерами

{{Compat}}

Expand Down
Expand Up @@ -379,6 +379,6 @@ if (!haveEvents) {

{{Specifications}}

## Browser compatibility
## Совместимость с браузерами

{{Compat}}
2 changes: 1 addition & 1 deletion files/ru/web/api/geolocationposition/index.md
Expand Up @@ -24,7 +24,7 @@ _Интерфейс `GeolocationPosition` не наследует свойств

{{Specifications}}

## Браузерная совместимость
## Совместимость с браузерами

{{Compat}}

Expand Down
2 changes: 1 addition & 1 deletion files/ru/web/api/geolocationpositionerror/index.md
Expand Up @@ -32,7 +32,7 @@ _Интерфейс **PositionError** не наследует никаких с

{{Specifications}}

## Browser compatibility
## Совместимость с браузерами

{{Compat}}

Expand Down
2 changes: 1 addition & 1 deletion files/ru/web/api/gyroscope/index.md
Expand Up @@ -44,6 +44,6 @@ gyroscope.start();

{{Specifications}}

## Поддержка браузерами
## Совместимость с браузерами

{{Compat}}
2 changes: 1 addition & 1 deletion files/ru/web/api/htmlcanvaselement/height/index.md
Expand Up @@ -37,7 +37,7 @@ console.log(canvas.height); // 300

{{Specifications}}

## Поддержка браузерами
## Совместимость с браузерами

{{Compat}}

Expand Down
2 changes: 1 addition & 1 deletion files/ru/web/api/htmlcanvaselement/toblob/index.md
Expand Up @@ -143,7 +143,7 @@ canvas.toBlob(

{{Specifications}}

## Поддержка браузерами
## Совместимость с браузерами

{{Compat}}

Expand Down
Expand Up @@ -50,7 +50,7 @@ gl.getExtension("WEBGL_lose_context").loseContext();

{{Specifications}}

## Поддержка браузерами
## Совместимость с браузерами

{{Compat}}

Expand Down
2 changes: 1 addition & 1 deletion files/ru/web/api/htmlcanvaselement/width/index.md
Expand Up @@ -37,7 +37,7 @@ console.log(canvas.width); // 300

{{Specifications}}

## Поддержка браузерами
## Совместимость с браузерами

{{Compat}}

Expand Down
9 changes: 4 additions & 5 deletions files/ru/web/api/htmlcollection/index.md
Expand Up @@ -47,14 +47,13 @@ alert(elem1 === elem2); // выводит "true"
elem1 = document.forms["named.item.with.periods"];
```

## Поддержка браузерами
## Спецификации

Браузеры по разному ведут себя при наличии нескольких элементов с одинаковыми индексами, либо значениями свойств `namedItem`. Firefox 8 действует в соответствии с DOM2 и DOM4, возвращая первое совпадение. Internet Explorer и браузеры на основе WebKit возвращают новый экземпляр `HTMLCollection`. Opera возвращает {{domxref("NodeList")}} со всеми найденными элементами.
{{Specifications}}

## Спецификации
## Совместимость с браузерами

- [DOM Level 2 HTML, Section 1.4, Miscellaneous Object Definitions](http://www.w3.org/TR/DOM-Level-2-HTML/html.html#ID-75708506)
- [DOM4: HTMLCollection](http://www.w3.org/TR/domcore/#interface-htmlcollection)
{{Compat}}

## Смотрите также

Expand Down
2 changes: 1 addition & 1 deletion files/ru/web/api/htmlelement/contenteditable/index.md
Expand Up @@ -24,7 +24,7 @@ element.contentEditable = "true"

{{Specifications}}

## Browser compatibility
## Совместимость с браузерами

{{Compat}}

Expand Down
2 changes: 1 addition & 1 deletion files/ru/web/api/htmlelement/dragstart_event/index.md
Expand Up @@ -80,7 +80,7 @@ function dragover_handler(ev) {

{{Specifications}}

## Поддержка браузерами
## Совместимость с браузерами

{{Compat}}

Expand Down
2 changes: 1 addition & 1 deletion files/ru/web/api/htmlelement/index.md
Expand Up @@ -110,7 +110,7 @@ _Inherits methods from its parent, {{domxref("Element")}}._

{{Specifications}}

## Browser compatibility
## Совместимость с браузерами

{{Compat}}

Expand Down
2 changes: 1 addition & 1 deletion files/ru/web/api/htmlelement/innertext/index.md
Expand Up @@ -19,7 +19,7 @@ slug: Web/API/HTMLElement/innerText

{{Specifications}}

## Поддержка браузерами
## Совместимость с браузерами

{{Compat}}

Expand Down
2 changes: 1 addition & 1 deletion files/ru/web/api/htmlelement/offsetheight/index.md
Expand Up @@ -36,7 +36,7 @@ The example image above shows a scrollbar and an offsetHeight which fits on the

`offsetHeight` is a property of the DHTML object model which was first introduced by MSIE. It is sometimes referred to as an element's physical/graphical dimensions, or an element's border-box height.

## Browser compatibility
## Совместимость с браузерами

{{Compat}}

Expand Down
2 changes: 1 addition & 1 deletion files/ru/web/api/htmlelement/offsetleft/index.md
Expand Up @@ -59,7 +59,7 @@ This example shows a 'long' sentence that wraps within a div with a blue border,

{{Specifications}}

## Browser compatibility
## Совместимость с браузерами

{{Compat}}

Expand Down
2 changes: 1 addition & 1 deletion files/ru/web/api/htmlimageelement/srcset/index.md
Expand Up @@ -109,7 +109,7 @@ For additional examples, see our guide to [responsive images](/ru/docs/Learn/HTM

{{Specifications}}

## Браузерная поддержка
## Совместимость с браузерами

{{Compat}}

Expand Down
2 changes: 1 addition & 1 deletion files/ru/web/api/htmllinkelement/index.md
Expand Up @@ -61,7 +61,7 @@ _Не имеет методов; наследует методы от своег

{{Specifications}}

## Совместимость браузера
## Совместимость с браузерами

{{Compat}}

Expand Down
2 changes: 1 addition & 1 deletion files/ru/web/api/htmlscriptelement/index.md
Expand Up @@ -268,7 +268,7 @@ affixScriptToHead("myScript2.js", function () {

{{Specifications}}

## Поддержка браузерами
## Совместимость с браузерами

{{Compat}}

Expand Down
Expand Up @@ -21,7 +21,7 @@ selectElt.setCustomValidity(string);

{{Specifications}}

## Поддержка браузеров
## Совместимость с браузерами

{{Compat}}

Expand Down
2 changes: 1 addition & 1 deletion files/ru/web/api/htmlslotelement/index.md
Expand Up @@ -27,7 +27,7 @@ _This interface inherits the methods of {{domxref("HTMLElement")}}._

This feature is no longer defined by any standards.

## Поддержка браузерами
## Совместимость с браузерами

{{Compat}}

Expand Down
2 changes: 1 addition & 1 deletion files/ru/web/api/htmltableelement/index.md
Expand Up @@ -68,7 +68,7 @@ _Наследует методы от своего родителя, {{domxref("

{{Specifications}}

## Browser compatibility
## Совместимость с браузерами

{{Compat}}

Expand Down
2 changes: 1 addition & 1 deletion files/ru/web/api/htmltableelement/insertrow/index.md
Expand Up @@ -57,7 +57,7 @@ var row = HTMLTableElement.insertRow(optional index = -1);

{{Specifications}}

## Поддержка браузерами
## Совместимость с браузерами

{{Compat}}

Expand Down
2 changes: 1 addition & 1 deletion files/ru/web/api/htmltimeelement/index.md
Expand Up @@ -24,7 +24,7 @@ _Нет определённого метода; наследует его у р

{{Specifications}}

## Браузерная совместимость
## Совместимость с браузерами

{{Compat}}

Expand Down
2 changes: 1 addition & 1 deletion files/ru/web/api/htmlvideoelement/index.md
Expand Up @@ -52,7 +52,7 @@ _Inherits methods from its parent,_ _{{domxref("HTMLMediaElement")}}, and_ _{{do

{{Specifications}}

## Совместимость браузеров
## Совместимость с браузерами

{{Compat}}

Expand Down
2 changes: 1 addition & 1 deletion files/ru/web/api/idbindex/locale/index.md
Expand Up @@ -76,7 +76,7 @@ function displayDataByIndex() {

Not currently part of any specification.

## Browser compatibility
## Совместимость с браузерами

{{Compat}}

Expand Down
2 changes: 1 addition & 1 deletion files/ru/web/api/imagebitmap/index.md
Expand Up @@ -23,7 +23,7 @@ slug: Web/API/ImageBitmap

{{Specifications}}

## Совместимость
## Совместимость с браузерами

{{Compat}}

Expand Down
2 changes: 1 addition & 1 deletion files/ru/web/api/intersectionobserver/index.md
Expand Up @@ -53,7 +53,7 @@ intersectionObserver.observe(document.querySelector(".scrollerFooter"));

{{Specifications}}

## Browser compatibility
## Совместимость с браузерами

{{Compat}}

Expand Down
2 changes: 1 addition & 1 deletion files/ru/web/api/keyboardevent/altkey/index.md
Expand Up @@ -46,7 +46,7 @@ function showChar(e){

{{Specifications}}

## Совместимость браузеров
## Совместимость с браузерами

{{Compat}}

Expand Down
2 changes: 1 addition & 1 deletion files/ru/web/api/keyboardevent/key/index.md
Expand Up @@ -224,6 +224,6 @@ window.addEventListener(

{{Specifications}}

## Browser compatibility
## Совместимость с браузерами

{{Compat}}
2 changes: 1 addition & 1 deletion files/ru/web/api/keyframeeffect/keyframeeffect/index.md
Expand Up @@ -32,7 +32,7 @@ slug: Web/API/KeyframeEffect/KeyframeEffect

{{Specifications}}

## Browser compatibility
## Совместимость с браузерами

{{Compat}}

Expand Down
2 changes: 1 addition & 1 deletion files/ru/web/api/mediaelementaudiosourcenode/index.md
Expand Up @@ -43,7 +43,7 @@ _Наследует методы родителя,_ _{{domxref("AudioNode")}}_.

{{Specifications}}

## Поддержка в браузерах
## Совместимость с браузерами

{{Compat}}

Expand Down
2 changes: 1 addition & 1 deletion files/ru/web/api/mediaerror/code/index.md
Expand Up @@ -42,7 +42,7 @@ obj.src = "https://example.com/blahblah.mp4";

{{Specifications}}

## Совместимость браузера
## Совместимость с браузерами

{{Compat}}

Expand Down
2 changes: 1 addition & 1 deletion files/ru/web/api/mediarecorder/requestdata/index.md
Expand Up @@ -42,7 +42,7 @@ An `InvalidState` error is raised if the `requestData()` method is called while

{{Specifications}}

## Browser compatibility
## Совместимость с браузерами

{{Compat}}

Expand Down
2 changes: 1 addition & 1 deletion files/ru/web/api/mediastreamtrack/index.md
Expand Up @@ -82,7 +82,7 @@ slug: Web/API/MediaStreamTrack

{{Specifications}}

## Поддержка браузерами
## Совместимость с браузерами

{{Compat}}

Expand Down
2 changes: 1 addition & 1 deletion files/ru/web/api/mouseevent/button/index.md
Expand Up @@ -70,7 +70,7 @@ var whichButton = function (e) {

{{Specifications}}

## Поддерживается браузерами
## Совместимость с браузерами

{{Compat}}

Expand Down
2 changes: 1 addition & 1 deletion files/ru/web/api/mouseevent/ctrlkey/index.md
Expand Up @@ -43,7 +43,7 @@ document.addEventListener('click', function(e) {

{{Specifications}}

## Поддержка браузеров
## Совместимость с браузерами

{{Compat}}

Expand Down
2 changes: 1 addition & 1 deletion files/ru/web/api/mutationobserver/index.md
Expand Up @@ -86,7 +86,7 @@ observer.disconnect();

{{Specifications}}

## Поддержка браузерами
## Совместимость с браузерами

{{Compat}}

Expand Down
2 changes: 1 addition & 1 deletion files/ru/web/api/namednodemap/getnameditem/index.md
Expand Up @@ -17,6 +17,6 @@ myAttr = attrs.getNamedItem(name)

- `name` имя нужного атрибута

## Browser compatibility
## Совместимость с браузерами

{{Compat}}
2 changes: 1 addition & 1 deletion files/ru/web/api/namednodemap/index.md
Expand Up @@ -41,7 +41,7 @@ slug: Web/API/NamedNodeMap

{{Specifications}}

## Browser compatibility
## Совместимость с браузерами

{{Compat}}

Expand Down
2 changes: 1 addition & 1 deletion files/ru/web/api/navigator/connection/index.md
Expand Up @@ -19,7 +19,7 @@ connectionInfo = navigator.connection

{{Specifications}}

## Доступность в браузере
## Совместимость с браузерами

{{Compat}}

Expand Down
2 changes: 1 addition & 1 deletion files/ru/web/api/navigator/geolocation/index.md
Expand Up @@ -19,7 +19,7 @@ geo = navigator.geolocation

{{Specifications}}

## Доступность в браузере
## Совместимость с браузерами

{{Compat}}

Expand Down
2 changes: 1 addition & 1 deletion files/ru/web/api/navigator/getgamepads/index.md
Expand Up @@ -32,7 +32,7 @@ window.addEventListener("gamepadconnected", function (e) {

{{Specifications}}

## Совместимость браузеров
## Совместимость с браузерами

{{Compat}}

Expand Down
2 changes: 1 addition & 1 deletion files/ru/web/api/networkinformation/index.md
Expand Up @@ -24,7 +24,7 @@ _`Интерфейс NetworkInformation`_ _не наследует других

{{Specifications}}

## Доступность в браузерах
## Совместимость с браузерами

{{Compat}}

Expand Down
2 changes: 1 addition & 1 deletion files/ru/web/api/node/contains/index.md
Expand Up @@ -28,7 +28,7 @@ function isInPage(node) {

{{Specifications}}

## Поддержка браузерами
## Совместимость с браузерами

{{Compat}}

Expand Down
2 changes: 1 addition & 1 deletion files/ru/web/api/node/isconnected/index.md
Expand Up @@ -67,6 +67,6 @@ console.log(style.isConnected); // returns true

{{Specifications}}

## Поддержка Браузерами
## Совместимость с браузерами

{{Compat}}
2 changes: 1 addition & 1 deletion files/ru/web/api/node/issamenode/index.md
Expand Up @@ -30,7 +30,7 @@ var isSameNode = node.isSameNode(other);

{{Specifications}}

## Совместимость в браузерах
## Совместимость с браузерами

{{Compat}}

Expand Down
2 changes: 1 addition & 1 deletion files/ru/web/api/node/textcontent/index.md
Expand Up @@ -51,7 +51,7 @@ document.getElementById("block").textContent = "Это — просто текс
// <div id="block">Это — просто текст</div>
```

## Поддержка браузерами
## Совместимость с браузерами

{{Compat}}

Expand Down
2 changes: 1 addition & 1 deletion files/ru/web/api/notifications_api/index.md
Expand Up @@ -45,7 +45,7 @@ Notifications API позволяют web-страницам контролиро
| --------------------------------------------------------------------------- |
| [Notifications API Living Standard](https://notifications.spec.whatwg.org/) |

## Поддержка браузерами
## Совместимость с браузерами

{{Compat}}

Expand Down
2 changes: 1 addition & 1 deletion files/ru/web/api/page_visibility_api/index.md
Expand Up @@ -155,7 +155,7 @@ document.addEventListener("visibilitychange", handleVisibilityChange, false);

{{Specifications}}

## Browser compatibility
## Совместимость с браузерами

{{Compat}}

Expand Down
2 changes: 1 addition & 1 deletion files/ru/web/api/pannernode/index.md
Expand Up @@ -98,7 +98,7 @@ slug: Web/API/PannerNode

{{Specifications}}

## Browser compatibility
## Совместимость с браузерами

{{Compat}}

Expand Down
2 changes: 1 addition & 1 deletion files/ru/web/api/pointer_events/index.md
Expand Up @@ -352,7 +352,7 @@ Here are some _best practices_ to consider when using pointer events:

{{Specifications}}

## Browser compatibility
## Совместимость с браузерами

{{Compat}}

Expand Down
2 changes: 1 addition & 1 deletion files/ru/web/api/pointer_lock_api/index.md
Expand Up @@ -281,7 +281,7 @@ While iframes work by default, "sandboxed" iframes block Pointer lock. The abili

{{Specifications}}

## Browser compatibility
## Совместимость с браузерами

{{Compat}}

Expand Down
8 changes: 1 addition & 7 deletions files/ru/web/api/push_api/index.md
Expand Up @@ -58,13 +58,7 @@ slug: Web/API/Push_API
| ------------------------------------------- |
| [Push API](https://w3c.github.io/push-api/) |

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

### `PushEvent`

{{Compat}}

### `PushMessageData`
## Совместимость с браузерами

{{Compat}}

Expand Down
2 changes: 1 addition & 1 deletion files/ru/web/api/range/collapsed/index.md
Expand Up @@ -29,7 +29,7 @@ isCollapsed = range.collapsed;

{{Specifications}}

## Browser compatibility
## Совместимость с браузерами

{{Compat}}

Expand Down
2 changes: 1 addition & 1 deletion files/ru/web/api/range/index.md
Expand Up @@ -93,7 +93,7 @@ _Не имеют унаследованных свойств._

{{Specifications}}

## Browser compatibility
## Совместимость с браузерами

{{Compat}}

Expand Down
2 changes: 1 addition & 1 deletion files/ru/web/api/range/surroundcontents/index.md
Expand Up @@ -36,7 +36,7 @@ range.surroundContents(newNode);

{{Specifications}}

## Совместимость
## Совместимость с браузерами

{{Compat}}

Expand Down
2 changes: 1 addition & 1 deletion files/ru/web/api/request/index.md
Expand Up @@ -130,7 +130,7 @@ fetch(request)

{{Specifications}}

## Browser compatibility
## Совместимость с браузерами

{{Compat}}

Expand Down
2 changes: 1 addition & 1 deletion files/ru/web/api/request/mode/index.md
Expand Up @@ -45,7 +45,7 @@ var myMode = myRequest.mode; // вернёт "cors" по умолчанию

{{Specifications}}

## Browser compatibility
## Совместимость с браузерами

{{Compat}}

Expand Down
2 changes: 1 addition & 1 deletion files/ru/web/api/response/index.md
Expand Up @@ -119,7 +119,7 @@ doAjax().then(console.log).catch(console.log);

{{Specifications}}

## Browser compatibility
## Совместимость с браузерами

{{Compat}}

Expand Down
2 changes: 1 addition & 1 deletion files/ru/web/api/response/response/index.md
Expand Up @@ -48,7 +48,7 @@ var myResponse = new Response(myBlob, init);

{{Specifications}}

## Совместимость в браузерах
## Совместимость с браузерами

{{Compat}}

Expand Down
Expand Up @@ -122,7 +122,7 @@ pc.onicecandidate = (ev) => {

{{Specifications}}

## Browser compatibility
## Совместимость с браузерами

{{Compat}}

Expand Down
2 changes: 1 addition & 1 deletion files/ru/web/api/selection/tostring/index.md
Expand Up @@ -36,7 +36,7 @@ alert(window.getSelection().toString()); // What is actually being effectively c

{{Specifications}}

## Browser compatibility
## Совместимость с браузерами

{{Compat}}

Expand Down
2 changes: 1 addition & 1 deletion files/ru/web/api/sensor/index.md
Expand Up @@ -59,6 +59,6 @@ l10n:

{{Specifications}}

## Браузерная совместимость
## Совместимость с браузерами

{{Compat}}
2 changes: 1 addition & 1 deletion files/ru/web/api/server-sent_events/index.md
Expand Up @@ -24,7 +24,7 @@ slug: Web/API/Server-sent_events

{{Specifications}}

## Browser compatibility
## Совместимость с браузерами

{{Compat}}

Expand Down
2 changes: 1 addition & 1 deletion files/ru/web/api/serviceworker/index.md
Expand Up @@ -71,7 +71,7 @@ if ("serviceWorker" in navigator) {

{{Specifications}}

## Поддержка
## Совместимость с браузерами

{{Compat}}

Expand Down
2 changes: 1 addition & 1 deletion files/ru/web/api/serviceworker/scripturl/index.md
Expand Up @@ -27,6 +27,6 @@ TBD;

{{Specifications}}

## Поддержка в браузерах
## Совместимость с браузерами

{{Compat}}
2 changes: 1 addition & 1 deletion files/ru/web/api/serviceworker/state/index.md
Expand Up @@ -46,6 +46,6 @@ if (serviceWorker) {

{{Specifications}}

## Поддержка в браузерах
## Совместимость с браузерами

{{Compat}}
2 changes: 1 addition & 1 deletion files/ru/web/api/serviceworker/statechange_event/index.md
Expand Up @@ -57,6 +57,6 @@ navigator.serviceWorker.register(..).then(function(swr) {

{{Specifications}}

## Совместимость
## Совместимость с браузерами

{{Compat}}
Expand Up @@ -38,6 +38,6 @@ if ("serviceWorker" in navigator) {

{{Specifications}}

## Совместимость
## Совместимость с браузерами

{{Compat}}
2 changes: 1 addition & 1 deletion files/ru/web/api/serviceworkercontainer/index.md
Expand Up @@ -76,7 +76,7 @@ if ("serviceWorker" in navigator) {

{{Specifications}}

## Browser compatibility
## Совместимость с браузерами

{{Compat}}

Expand Down
2 changes: 1 addition & 1 deletion files/ru/web/api/serviceworkercontainer/register/index.md
Expand Up @@ -77,6 +77,6 @@ if ("serviceWorker" in navigator) {

{{Specifications}}

## Браузерная совместимость
## Совместимость с браузерами

{{Compat}}
2 changes: 1 addition & 1 deletion files/ru/web/api/serviceworkerregistration/index.md
Expand Up @@ -84,7 +84,7 @@ if ("serviceWorker" in navigator) {

{{Specifications}}

## Совместимость
## Совместимость с браузерами

{{Compat}}

Expand Down
Expand Up @@ -76,6 +76,6 @@ You can also retrieve details of the {{domxref("Notification")}}s have have been

{{Specifications}}

## Browser compatibility
## Совместимость с браузерами

{{Compat}}
2 changes: 1 addition & 1 deletion files/ru/web/api/sharedworker/index.md
Expand Up @@ -151,7 +151,7 @@ index2.html

{{Specifications}}

## Совместимость браузеров
## Совместимость с браузерами

{{Compat}}

Expand Down
2 changes: 1 addition & 1 deletion files/ru/web/api/speechsynthesisutterance/index.md
Expand Up @@ -88,7 +88,7 @@ inputForm.onsubmit = function (event) {

{{Specifications}}

## Browser compatibility
## Совместимость с браузерами

{{Compat}}

Expand Down
2 changes: 1 addition & 1 deletion files/ru/web/api/storage/clear/index.md
Expand Up @@ -41,7 +41,7 @@ function populateStorage() {

{{Specifications}}

## Поддержка браузерами
## Совместимость с браузерами

{{Compat}}

Expand Down
2 changes: 1 addition & 1 deletion files/ru/web/api/storage/getitem/index.md
Expand Up @@ -48,7 +48,7 @@ function setStyles() {

{{Specifications}}

## Поддержка браузерами
## Совместимость с браузерами

{{Compat}}

Expand Down
2 changes: 1 addition & 1 deletion files/ru/web/api/storage/key/index.md
Expand Up @@ -48,7 +48,7 @@ for (var i = 0; i < localStorage.length; i++) {

{{Specifications}}

## Поддержка браузерами
## Совместимость с браузерами

{{Compat}}

Expand Down
6 changes: 2 additions & 4 deletions files/ru/web/api/storage_access_api/index.md
Expand Up @@ -3,7 +3,7 @@ title: Storage Access API
slug: Web/API/Storage_Access_API
---

{{DefaultAPISidebar("Storage Access API")}}{{seecompattable}}
{{DefaultAPISidebar("Storage Access API")}}

The Storage Access API provides a way for embedded, cross-origin content to gain unrestricted access to storage that it would normally only have access to in a first-party context (we refer to this as an origin's _first-party_ storage). The API provides methods that allow embedded resources to check whether they currently have access to their first-party storage, and to request access to their first-party storage from the user agent.

Expand Down Expand Up @@ -70,9 +70,7 @@ API методы реализованы в интерфейсе {{domxref("Docum

API на стадии обсуждения — стандартизация не начата. Сейчас вы можете ознакомиться с подробной спецификацией API в блоге Apple [Introducing Storage Access API](https://webkit.org/blog/8124/introducing-storage-access-api/) и [WHATWG HTML issue 3338 — Proposal: Storage Access API](https://github.com/whatwg/html/issues/3338).

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

{{Compat}}
## Совместимость с браузерами

{{Compat}}

Expand Down
2 changes: 1 addition & 1 deletion files/ru/web/api/stylesheet/disabled/index.md
Expand Up @@ -28,6 +28,6 @@ if (stylesheet.disabled) {

{{Specifications}}

## Поддержка браузерами
## Совместимость с браузерами

{{Compat}}
2 changes: 1 addition & 1 deletion files/ru/web/api/subtlecrypto/index.md
Expand Up @@ -44,7 +44,7 @@ _Интерфейс не наследует и не определяет соб

{{Specifications}}

## Browser compatibility
## Совместимость с браузерами

{{Compat}}

Expand Down
2 changes: 1 addition & 1 deletion files/ru/web/api/svgaelement/target/index.md
Expand Up @@ -37,7 +37,7 @@ linkRef.target ='_blank';

{{Specifications}}

## Browser compatibility
## Совместимость с браузерами

{{Compat}}

Expand Down
2 changes: 1 addition & 1 deletion files/ru/web/api/svggraphicselement/index.md
Expand Up @@ -33,6 +33,6 @@ _Этот элемент наследует методы своего родит

{{Specifications}}

## Поддержка браузерами
## Совместимость с браузерами

{{Compat}}
2 changes: 1 addition & 1 deletion files/ru/web/api/svgtextcontentelement/index.md
Expand Up @@ -62,6 +62,6 @@ _Этот интерфейс также наследует методы от е

{{Specifications}}

## Совместимость с браузером
## Совместимость с браузерами

{{Compat}}
2 changes: 1 addition & 1 deletion files/ru/web/api/svgtextelement/index.md
Expand Up @@ -21,7 +21,7 @@ _Этот интерфейс не реализует никаких конкре

{{Specifications}}

## Совместимость с браузером
## Совместимость с браузерами

{{Compat}}

Expand Down
2 changes: 1 addition & 1 deletion files/ru/web/api/touch_events/index.md
Expand Up @@ -336,7 +336,7 @@ function onTouch(evt) {
| --------------------------------------------------- |
| [Touch Events](https://w3c.github.io/touch-events/) |

## Совместимость с браузером
## Совместимость с браузерами

### Touch

Expand Down
2 changes: 1 addition & 1 deletion files/ru/web/api/touch_events/using_touch_events/index.md
Expand Up @@ -107,7 +107,7 @@ function process_touchmove(ev) {
- Добавляйте обработчики событий {{event("touchmove")}}, {{event("touchend")}} и {{event("touchcancel")}} внутрь {{event("touchstart")}}.
- Целевой элемент или узел для события касания должен быть достаточно большим, для касания пальцем. Если целевая область слишком мала, прикосновений к ней может привести к вызову событий для других прилегающих элементов.

## Поддержка браузерами
## Информация о совместимости с браузерами

Согласно [данным о совместимости с браузерами](/ru/docs/Web/API/Touch_events#Browser_compatibility), поддержка событий касания среди мобильных браузеров относительно неплохая. Десктопные браузеры немного отстают, хотя над этим уже ведётся работа.

Expand Down
2 changes: 1 addition & 1 deletion files/ru/web/api/touchevent/altkey/index.md
Expand Up @@ -51,6 +51,6 @@ someElement.addEventListener(

{{Specifications}}

## Поддержка браузерами
## Совместимость с браузерами

{{Compat}}
2 changes: 1 addition & 1 deletion files/ru/web/api/touchevent/changedtouches/index.md
Expand Up @@ -55,6 +55,6 @@ someElement.addEventListener(

{{Specifications}}

## Поддержка браузерами
## Совместимость с браузерами

{{Compat}}
2 changes: 1 addition & 1 deletion files/ru/web/api/touchevent/index.md
Expand Up @@ -122,7 +122,7 @@ _Данный интерфейс наследует свойства своих

{{Specifications}}

## Поддержка браузерами
## Совместимость с браузерами

{{Compat}}

Expand Down
2 changes: 1 addition & 1 deletion files/ru/web/api/touchevent/touches/index.md
Expand Up @@ -55,6 +55,6 @@ someElement.addEventListener(

{{Specifications}}

## Поддержка браузерами
## Совместимость с браузерами

{{Compat}}
2 changes: 1 addition & 1 deletion files/ru/web/api/touchlist/index.md
Expand Up @@ -27,7 +27,7 @@ slug: Web/API/TouchList

{{Specifications}}

## Доступность в браузерах
## Совместимость с браузерами

{{Compat}}

Expand Down
2 changes: 1 addition & 1 deletion files/ru/web/api/uievent/which/index.md
Expand Up @@ -66,7 +66,7 @@ var keyResult = event.which;

{{Specifications}}

## Browser compatibility
## Совместимость с браузерами

{{Compat}}

Expand Down
2 changes: 1 addition & 1 deletion files/ru/web/api/url/createobjecturl_static/index.md
Expand Up @@ -34,7 +34,7 @@ objectURL = URL.createObjectURL(blob);

{{Specifications}}

## Поддержка браузерами
## Совместимость с браузерами

{{Compat}}

Expand Down
2 changes: 1 addition & 1 deletion files/ru/web/api/url/hash/index.md
Expand Up @@ -37,7 +37,7 @@ console.log(url.hash); // Выведет: '#Examples'

{{Specifications}}

## Поддержка браузерами
## Совместимость с браузерами

{{Compat}}

Expand Down
2 changes: 1 addition & 1 deletion files/ru/web/api/url/index.md
Expand Up @@ -105,7 +105,7 @@ const response = await fetch(

{{Specifications}}

## Поддержка браузерами
## Совместимость с браузерами

{{Compat}}

Expand Down
2 changes: 1 addition & 1 deletion files/ru/web/api/url/url/index.md
Expand Up @@ -66,7 +66,7 @@ new URL("//foo.com", "https://example.com"); // => 'https://foo.com' (см. от

{{Specifications}}

## Поддержка браузерами
## Совместимость с браузерами

{{Compat}}

Expand Down
2 changes: 1 addition & 1 deletion files/ru/web/api/urlsearchparams/delete/index.md
Expand Up @@ -38,6 +38,6 @@ params.delete("foo"); //Строка запроса теперь: 'bar=2'

{{Specifications}}

## Совместимые браузеры
## Совместимость с браузерами

{{Compat}}
2 changes: 1 addition & 1 deletion files/ru/web/api/urlsearchparams/index.md
Expand Up @@ -77,7 +77,7 @@ searchParams.toString(); // "q=URLUtils.searchParams"

{{Specifications}}

## Совместимость с браузером
## Совместимость с браузерами

{{Compat}}

Expand Down
2 changes: 1 addition & 1 deletion files/ru/web/api/usb/requestdevice/index.md
Expand Up @@ -55,6 +55,6 @@ navigator.usb

{{Specifications}}

## Совместимость
## Совместимость с браузерами

{{Compat}}
2 changes: 1 addition & 1 deletion files/ru/web/api/validitystate/index.md
Expand Up @@ -38,7 +38,7 @@ slug: Web/API/ValidityState

{{Specifications}}

## Совместимость с браузером
## Совместимость с браузерами

{{Compat}}

Expand Down
2 changes: 1 addition & 1 deletion files/ru/web/api/vrdisplay/requestanimationframe/index.md
Expand Up @@ -94,7 +94,7 @@ function drawVRScene() {

{{Specifications}}

## Browser compatibility
## Совместимость с браузерами

{{Compat}}

Expand Down
2 changes: 1 addition & 1 deletion files/ru/web/api/vrdisplay/requestpresent/index.md
Expand Up @@ -86,7 +86,7 @@ if (navigator.getVRDisplays) {

{{Specifications}}

## Browser compatibility
## Совместимость с браузерами

{{Compat}}

Expand Down
2 changes: 1 addition & 1 deletion files/ru/web/api/vrdisplayevent/index.md
Expand Up @@ -39,7 +39,7 @@ window.addEventListener("vrdisplaypresentchange", function (e) {

{{Specifications}}

## Browser compatibility
## Совместимость с браузерами

{{Compat}}

Expand Down
Expand Up @@ -14,10 +14,6 @@ Web Animations API позволяет нам создать анимацию и

С Web Animations API, мы можем управлять интерактивной анимацией со стилями JavaScript, отделяя представление от действия. Нам больше не нужно полагаться на DOM-heavy методики написания CSS-свойств и обзорных классов для элементов контроля воспроизведения направления. И в отличии от чисто декларативного CSS, JavaScript также позволяет устанавливать динамические значения свойств и их продолжительность. Для создания пользовательских библиотек и интерактивной анимации Web Animations API может стать прекрасным инструментом в работе. Давайте посмотрим, что он может сделать!

## Поддержка Браузеров

Основы и компоненты Web Animations API, описанные в этой статье доступны в Firefox 48+ и Chrome 36+. Webkit и Edge перешли на API соответственно, но пока нет полной поддержки во всех браузерах, есть удобная служба проверки [handy maintained polyfill](https://github.com/web-animations/web-animations-js) которая тестирует и добавляет её при необходимости.

## Написание CSS Animations вместе с Web Animations API

Самый простой способ в обучении Web Animations API это начать с чего начинало большинство веб-разработчиков: CSS Animations. В CSS Animations есть знакомый синтаксис, который хорошо раскрывает структуры демонстрационных примеров.
Expand Down
36 changes: 2 additions & 34 deletions files/ru/web/api/web_authentication_api/index.md
Expand Up @@ -179,41 +179,9 @@ navigator.credentials

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

| Specification |
| -------------------------------------------------------------------------------------------------- |
| [Web Authentication: An API for accessing Public Key Credentials](https://w3c.github.io/webauthn/) |
{{Specifications}}

## Совместимость

### Credential

{{Compat}}

### CredentialsContainer

{{Compat}}

### PublicKeyCredential

{{Compat}}

### AuthenticatorResponse

{{Compat}}

### AuthenticatorAttestationResponse

{{Compat}}

### AuthenticatorAssertionResponse

{{Compat}}

### PublicKeyCredentialCreationOptions

{{Compat}}

### PublicKeyCredentialRequestOptions
## Совместимость с браузерами

{{Compat}}

Expand Down
33 changes: 2 additions & 31 deletions files/ru/web/api/web_speech_api/index.md
Expand Up @@ -3,7 +3,7 @@ title: Web Speech API
slug: Web/API/Web_Speech_API
---

{{DefaultAPISidebar("Web Speech API")}}{{seecompattable}}
{{DefaultAPISidebar("Web Speech API")}}

Web Speech API позволяет взаимодействовать с голосовыми интерфейсами в ваших веб приложениях. Web Speech API состоит из двух частей: SpeechSynthesis (Текст-в-Речь), и SpeechRecognition (Асинхронное распознавание речи)

Expand Down Expand Up @@ -65,39 +65,10 @@ Web Speech API позволяет веб приложениям управлят
| -------------- |
| Web Speech API |

## Browser compatibility

### `SpeechRecognition`
## Совместимость с браузерами

{{Compat}}

### `SpeechSynthesis`

{{Compat}}

## Firefox OS permissions

To use speech recognition in an app, you need to specify the following permissions in your [manifest](/ru/docs/Web/Apps/Build/Manifest):

```json
"permissions": {
"audio-capture" : {
"description" : "Audio capture"
},
"speech-recognition" : {
"description" : "Speech recognition"
}
}
```

You also need a privileged app, so you need to include this as well:

```json
"type": "privileged"
```

Speech synthesis needs no permissions to be set.

## Смотрите также

- [Using the Web Speech API](/ru/docs/Web/API/Web_Speech_API/Using_the_Web_Speech_API)
Expand Down
20 changes: 0 additions & 20 deletions files/ru/web/api/web_speech_api/using_the_web_speech_api/index.md
Expand Up @@ -23,15 +23,6 @@ Web Speech API предоставляет 2 основных типа функц

![](https://pp.userapi.com/c831409/v831409509/1c022e/uWRjlOvjopk.jpg)

### Браузерная поддержка

Поддержка интерфейса ещё только распространяется на основные браузеры, и на текущий момент ограничена следующим образом:

- Мобильный и десктопный Firefox поддерживает его в Gecko 44+ без префиксов, и его можно включить, установив значение флага `media.webspeech.recognition.enable` на `true` в `about:config`
- Chrome для настольных компьютеров и версия для Android поддерживали его с версии 33, но с прописанными префиксами, поэтому вам нужно использовать префиксную версию, например `webkitSpeechRecognition`

Традиционно, самая актуальная информация по поддержке чего-либо в браузерах на [caniuse](https://caniuse.com/#search=speech).

### HTML и CSS

Разметка и стили предельно просты. У нас есть значок микрофона, на который мы можем кликнуть для начала записи, анимация звукозаписи, которая включается после клика, и фоновый контейнер, который будет изменять свой цвет, в зависимости от того, что озвучит пользователь.
Expand Down Expand Up @@ -206,17 +197,6 @@ recognition.onerror = function(event) {

![](https://pp.userapi.com/c847220/v847220505/1103b9/Jlnq5hDThyQ.jpg)

### Браузерная поддержка

Поддержка интерфейса ещё только распространяется на основные браузеры, и на текущий момент ограничена следующим образом:

- Мобильный и десктопный Firefox поддерживает его в Gecko 44+ без префиксов, и его можно включить, установив значение флага media.webspeech.synth.enabled на true в about:config
- Chrome для настольных компьютеров и версия для Android поддерживали его с версии 33 без префиксов

<!---->

- Традиционно, самая актуальная информация по поддержке чего-либо в браузерах на [caniuse](https://caniuse.com/#search=SpeechSynthesis).

### HTML и CSS

HTML и CSS снова достаточно тривиальны.
Expand Down
8 changes: 1 addition & 7 deletions files/ru/web/api/web_storage_api/index.md
Expand Up @@ -41,13 +41,7 @@ Web Storage API предоставляет механизмы, при помощ
| ------------------------------------------------------------------------------------------------------ |
| [HTML Living Standard # webstorage](https://html.spec.whatwg.org/multipage/webstorage.html#webstorage) |

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

### `Window.localStorage`

{{Compat}}

### `Window.sessionStorage`
## Совместимость с браузерами

{{Compat}}

Expand Down
Expand Up @@ -162,7 +162,7 @@ Web Storage также предоставляет несколько прост

{{Specifications}}

## Browser compatibility
## Совместимость с браузерами

{{Compat}}

Expand Down
6 changes: 0 additions & 6 deletions files/ru/web/api/webgl_api/index.md
Expand Up @@ -218,12 +218,6 @@ WebGL (Web Graphics Library) - программная библиотека дл

## Совместимость с браузерами

### WebGL 1

{{Compat}}

### WebGL 2

{{Compat}}

### Замечания по Gecko
Expand Down
2 changes: 1 addition & 1 deletion files/ru/web/api/webgl_compressed_texture_pvrtc/index.md
Expand Up @@ -53,7 +53,7 @@ gl.compressedTexImage2D(

{{Specifications}}

## Браузерная совместимость
## Совместимость с браузерами

{{Compat}}

Expand Down
2 changes: 1 addition & 1 deletion files/ru/web/api/webglrenderingcontext/bindbuffer/index.md
Expand Up @@ -66,7 +66,7 @@ gl.getParameter(gl.ELEMENT_ARRAY_BUFFER_BINDING);

{{Specifications}}

## Browser compatibility
## Совместимость с браузерами

{{Compat}}

Expand Down
2 changes: 1 addition & 1 deletion files/ru/web/api/webglrenderingcontext/canvas/index.md
Expand Up @@ -49,7 +49,7 @@ gl.canvas; // OffscreenCanvas

{{Specifications}}

## Browser compatibility
## Совместимость с браузерами

{{Compat}}

Expand Down
2 changes: 1 addition & 1 deletion files/ru/web/api/webglrenderingcontext/clearcolor/index.md
Expand Up @@ -47,7 +47,7 @@ gl.getParameter(gl.COLOR_CLEAR_VALUE);

{{Specifications}}

## Browser compatibility
## Совместимость с браузерами

{{Compat}}

Expand Down
2 changes: 1 addition & 1 deletion files/ru/web/api/webglrenderingcontext/enable/index.md
Expand Up @@ -58,7 +58,7 @@ gl.isEnabled(gl.DITHER);

{{Specifications}}

## Browser compatibility
## Совместимость с браузерами

{{Compat}}

Expand Down
2 changes: 1 addition & 1 deletion files/ru/web/api/webglrenderingcontext/index.md
Expand Up @@ -295,7 +295,7 @@ These methods manage WebGL extensions:

{{Specifications}}

## Browser compatibility
## Совместимость с браузерами

{{Compat}}

Expand Down
2 changes: 1 addition & 1 deletion files/ru/web/api/webvtt_api/index.md
Expand Up @@ -587,7 +587,7 @@ Where p and a are the tags which are used in HTML for paragraph and link, respec

{{Specifications}}

## Browser compatibility
## Совместимость с браузерами

{{Compat}}

Expand Down
2 changes: 1 addition & 1 deletion files/ru/web/api/webxr_device_api/index.md
Expand Up @@ -160,7 +160,7 @@ WebGL API расширяется спецификацией WebXR для тог
| [**WebXR Layers API**](https://immersive-web.github.io/layers/) ([Source](https://github.com/immersive-web/layers), [Issues](https://github.com/immersive-web/layers/issues), [Explainer](https://github.com/immersive-web/layers/blob/master/explainer.md)) |
| [**WebXR Lighting Estimation API**](https://immersive-web.github.io/lighting-estimation/) ([Source](https://github.com/immersive-web/lighting-estimation), [Issues](https://github.com/immersive-web/lighting-estimation/issues), [Explainer](https://github.com/immersive-web/lighting-estimation/blob/master/lighting-estimation-explainer.md)) |

## Совместимость
## Совместимость с браузерами

{{Compat}}

Expand Down
2 changes: 1 addition & 1 deletion files/ru/web/api/window/devicepixelratio/index.md
Expand Up @@ -29,6 +29,6 @@ window.screen.deviceXDPI / window.screen.logicalXDPI

{{Specifications}}

## Поддержка браузерами
## Совместимость с браузерами

{{Compat}}
2 changes: 1 addition & 1 deletion files/ru/web/api/window/frames/index.md
Expand Up @@ -32,6 +32,6 @@ for (var i = 0; i < frames.length; i++) {

{{Specifications}}

## Browser compatibility
## Совместимость с браузерами

{{Compat}}
8 changes: 4 additions & 4 deletions files/ru/web/api/window/getcomputedstyle/index.md
Expand Up @@ -111,15 +111,15 @@ During a CSS transition, `getComputedStyle` returns the original property value

In Firefox, properties with the value `auto` return the used value, not the value `auto`. So if you apply `top:auto;` and `bottom:0`; on an element with `height:30px` and its containing block is `height:100px;`, upon requesting the computed style for `top`, Firefox will return `top:70px`, as `100px-30px=70px`.

## Браузерная поддержка

{{Compat}}

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

- [DOM Level 2 Style: getComputedStyle](https://www.w3.org/TR/DOM-Level-2-Style/css.html#CSS-CSSview-getComputedStyle)
- [CSS Object Model specification](https://drafts.csswg.org/cssom/#dom-window-getcomputedstyle)

## Совместимость с браузерами

{{Compat}}

## Смотреть также

- {{domxref("window.getDefaultComputedStyle")}}
Expand Down
2 changes: 1 addition & 1 deletion files/ru/web/api/window/getselection/index.md
Expand Up @@ -59,7 +59,7 @@ var selectedText = selObj.toString();

{{Specifications}}

## Совместимость с браузером
## Совместимость с браузерами

{{Compat}}

Expand Down
2 changes: 1 addition & 1 deletion files/ru/web/api/window/localstorage/index.md
Expand Up @@ -58,7 +58,7 @@ localStorage.clear();

{{Specifications}}

## Поддержка браузерами
## Совместимость с браузерами

{{Compat}}

Expand Down
2 changes: 1 addition & 1 deletion files/ru/web/api/window/matchmedia/index.md
Expand Up @@ -31,7 +31,7 @@ if (window.matchMedia("(min-width: 400px)").matches) {

Смотрите [Использование медиавыражений из кода](/ru/docs/DOM/Using_media_queries_from_code) для дополнительных примеров.

## Поддержка браузерами
## Совместимость с браузерами

{{Compat}}

Expand Down
2 changes: 1 addition & 1 deletion files/ru/web/api/window/pagehide_event/index.md
Expand Up @@ -78,7 +78,7 @@ window.onpagehide = (event) => {

{{Specifications}}

## Поддержка браузерами
## Совместимость с браузерами

{{Compat}}

Expand Down
2 changes: 1 addition & 1 deletion files/ru/web/api/window/pageshow_event/index.md
Expand Up @@ -82,7 +82,7 @@ events.forEach((eventName) => window.addEventListener(eventName, eventLogger));

{{Specifications}}

## Поддержка браузерами
## Совместимость с браузерами

{{Compat}}

Expand Down
2 changes: 1 addition & 1 deletion files/ru/web/api/window/popstate_event/index.md
Expand Up @@ -34,7 +34,7 @@ slug: Web/API/Window/popstate_event
| `cancelable` {{readonlyInline}} | {{jsxref("Boolean")}} | Whether the event is cancellable or not. |
| `state` {{readonlyInline}} | _any_ | The current history entry's state object (if any). |

## Browser compatibility
## Совместимость с браузерами

{{Compat}}

Expand Down
2 changes: 1 addition & 1 deletion files/ru/web/api/window/postmessage/index.md
Expand Up @@ -133,7 +133,7 @@ The value of the `origin` property when the sending window contains a `javascrip

{{Specifications}}

## Browser compatibility
## Совместимость с браузерами

{{Compat}}

Expand Down
2 changes: 1 addition & 1 deletion files/ru/web/api/window/screenx/index.md
Expand Up @@ -75,7 +75,7 @@ if (!window.screenLeft) {

{{Specifications}}

## Совместимость браузера
## Совместимость с браузерами

{{Compat}}

Expand Down
2 changes: 1 addition & 1 deletion files/ru/web/api/window/sessionstorage/index.md
Expand Up @@ -56,7 +56,7 @@ field.addEventListener("change", function () {

{{Specifications}}

## Поддержка браузерами
## Совместимость с браузерами

{{Compat}}

Expand Down
2 changes: 1 addition & 1 deletion files/ru/web/api/window/unload_event/index.md
Expand Up @@ -29,6 +29,6 @@ You _can_ and _should_ handle this event through {{domxref("EventTarget.addEvent

{{Specifications}}

### Поддержка браузерами
## Совместимость с браузерами

{{Compat}}
2 changes: 1 addition & 1 deletion files/ru/web/api/windowclient/index.md
Expand Up @@ -57,7 +57,7 @@ self.addEventListener("notificationclick", function (event) {

{{Specifications}}

## Совместимость с браузером
## Совместимость с браузерами

{{Compat}}

Expand Down
2 changes: 1 addition & 1 deletion files/ru/web/api/workerglobalscope/importscripts/index.md
Expand Up @@ -42,7 +42,7 @@ importScripts("foo.js");

{{Specifications}}

## Поддержка браузерами
## Совместимость с браузерами

{{Compat}}

Expand Down
2 changes: 1 addition & 1 deletion files/ru/web/api/xmlhttprequest/abort/index.md
Expand Up @@ -38,7 +38,7 @@ xhr.abort();

{{Specifications}}

## Совместимость браузеров
## Совместимость с браузерами

{{Compat}}

Expand Down
2 changes: 1 addition & 1 deletion files/ru/web/api/xmlhttprequest/getresponseheader/index.md
Expand Up @@ -39,7 +39,7 @@ client.onreadystatechange = function () {

{{Specifications}}

## Совместимость браузеров
## Совместимость с браузерами

{{Compat}}

Expand Down
2 changes: 1 addition & 1 deletion files/ru/web/api/xmlhttprequest/open/index.md
Expand Up @@ -36,7 +36,7 @@ XMLHttpRequest.open(method, url[, async[, user[, password]]])

{{Specifications}}

## Браузерная совместимость
## Совместимость с браузерами

{{Compat}}

Expand Down
2 changes: 1 addition & 1 deletion files/ru/web/api/xmlhttprequest/readystate/index.md
Expand Up @@ -52,6 +52,6 @@ xhr.send(null);

{{Specifications}}

## Совместимость браузеров
## Совместимость с браузерами

{{Compat}}
Expand Up @@ -41,6 +41,6 @@ xhr.send();

{{Specifications}}

## Совместимость браузеров
## Совместимость с браузерами

{{Compat}}
2 changes: 1 addition & 1 deletion files/ru/web/api/xmlhttprequest/response/index.md
Expand Up @@ -59,7 +59,7 @@ function load(url, callback) {

{{Specifications}}

## Совместимость браузера
## Совместимость с браузерами

{{Compat}}

Expand Down
2 changes: 1 addition & 1 deletion files/ru/web/api/xmlhttprequest/responsetype/index.md
Expand Up @@ -24,6 +24,6 @@ slug: Web/API/XMLHttpRequest/responseType

{{Specifications}}

## Поддержка браузерами
## Совместимость с браузерами

{{Compat}}
2 changes: 1 addition & 1 deletion files/ru/web/api/xmlhttprequest/responseurl/index.md
Expand Up @@ -22,6 +22,6 @@ xhr.send(null);

{{Specifications}}

## Браузерная совместимость
## Совместимость с браузерами

{{Compat}}
2 changes: 1 addition & 1 deletion files/ru/web/api/xmlhttprequest/responsexml/index.md
Expand Up @@ -54,7 +54,7 @@ xhr.send(null);

{{Specifications}}

## Браузерная совместимость
## Совместимость с браузерами

{{Compat}}

Expand Down
2 changes: 1 addition & 1 deletion files/ru/web/api/xmlhttprequest/send/index.md
Expand Up @@ -83,7 +83,7 @@ xhr.send("foo=bar&lorem=ipsum");

{{Specifications}}

## Поддержка браузерами
## Совместимость с браузерами

{{Compat}}

Expand Down
2 changes: 1 addition & 1 deletion files/ru/web/api/xmlhttprequest/setrequestheader/index.md
Expand Up @@ -30,7 +30,7 @@ XMLHttpRequest.setRequestHeader(header, value)

{{Specifications}}

## Совместимость браузеров
## Совместимость с браузерами

{{Compat}}

Expand Down
2 changes: 1 addition & 1 deletion files/ru/web/api/xmlhttprequest/status/index.md
Expand Up @@ -42,7 +42,7 @@ xhr.send();

{{Specifications}}

## Совместимость браузера
## Совместимость с браузерами

{{Compat}}

Expand Down
2 changes: 1 addition & 1 deletion files/ru/web/api/xmlhttprequest/statustext/index.md
Expand Up @@ -42,7 +42,7 @@ xhr.send(null);

{{Specifications}}

## Совместимость браузера
## Совместимость с браузерами

{{Compat}}

Expand Down
2 changes: 1 addition & 1 deletion files/ru/web/api/xmlhttprequest/upload/index.md
Expand Up @@ -23,6 +23,6 @@ slug: Web/API/XMLHttpRequest/upload

{{Specifications}}

## Поддержка браузерами
## Совместимость с браузерами

{{Compat}}
2 changes: 1 addition & 1 deletion files/ru/web/api/xmlhttprequest/withcredentials/index.md
Expand Up @@ -26,6 +26,6 @@ xhr.send(null);

{{Specifications}}

## Браузерная совместимость
## Совместимость с браузерами

{{Compat}}
Expand Up @@ -836,7 +836,7 @@ req.send(null);

{{Specifications}}

## Поддержка браузерами
## Совместимость с браузерами

{{Compat}}

Expand Down
2 changes: 1 addition & 1 deletion files/ru/web/api/xmlserializer/index.md
Expand Up @@ -34,7 +34,7 @@ var inp_xmls = XMLS.serializeToString(inp); // Конвертируем DOM-эл
document.body.insertAdjacentHTML("afterbegin", inp_xmls);
```

## Браузерная совместимость
## Совместимость с браузерами

{{Compat}}

Expand Down
2 changes: 1 addition & 1 deletion files/ru/web/css/@document/index.md
Expand Up @@ -66,7 +66,7 @@ slug: Web/CSS/@document

[Initially](http://www.w3.org/TR/2012/WD-css3-conditional-20120911/#at-document) in [CSS Conditional Rules Module Level 3](https://drafts.csswg.org/css-conditional-3/), `@document` has been [postponed](http://www.w3.org/TR/2012/WD-css3-conditional-20121213/#changes) to Level 4.

## Browser compatibility
## Совместимость с браузерами

{{Compat}}

Expand Down
2 changes: 1 addition & 1 deletion files/ru/web/css/@font-face/font-display/index.md
Expand Up @@ -68,6 +68,6 @@ font-display: optional;

{{Specifications}}

## Поддержка браузерами
## Совместимость с браузерами

{{Compat}}
2 changes: 1 addition & 1 deletion files/ru/web/css/@font-face/font-family/index.md
Expand Up @@ -42,6 +42,6 @@ font-family: examplefont;

{{Specifications}}

## Поддержка браузерами
## Совместимость с браузерами

{{Compat}}
2 changes: 1 addition & 1 deletion files/ru/web/css/@media/orientation/index.md
Expand Up @@ -62,6 +62,6 @@ div {

{{Specifications}}

## Совместимость браузеров
## Совместимость с браузерами

{{Compat}}
2 changes: 1 addition & 1 deletion files/ru/web/css/@page/index.md
Expand Up @@ -57,7 +57,7 @@ slug: Web/CSS/@page

{{Specifications}}

## Поддержка браузерами
## Совместимость с браузерами

{{Compat}}

Expand Down
2 changes: 1 addition & 1 deletion files/ru/web/css/_colon_-moz-only-whitespace/index.md
Expand Up @@ -59,7 +59,7 @@ div {

{{Specifications}}

## Поддержка браузерами
## Совместимость с браузерами

{{Compat}}

Expand Down
2 changes: 1 addition & 1 deletion files/ru/web/css/_colon_any-link/index.md
Expand Up @@ -51,7 +51,7 @@ a:-webkit-any-link {

{{Specifications}}

## Поддержка браузерами
## Совместимость с браузерами

{{Compat}}

Expand Down
2 changes: 1 addition & 1 deletion files/ru/web/css/_colon_checked/index.md
Expand Up @@ -174,6 +174,6 @@ option:checked {

{{Specifications}}

## Поддержка браузерами
## Совместимость с браузерами

{{Compat}}
2 changes: 1 addition & 1 deletion files/ru/web/css/_colon_defined/index.md
Expand Up @@ -95,7 +95,7 @@ simple-custom:defined {

{{Specifications}}

## Поддержка браузерами
## Совместимость с браузерами

{{Compat}}

Expand Down
2 changes: 1 addition & 1 deletion files/ru/web/css/_colon_disabled/index.md
Expand Up @@ -69,7 +69,7 @@ function toggleBilling() {

{{Specifications}}

## Поддержка браузерами
## Совместимость с браузерами

{{Compat}}

Expand Down
2 changes: 1 addition & 1 deletion files/ru/web/css/_colon_empty/index.md
Expand Up @@ -41,6 +41,6 @@ slug: Web/CSS/:empty

{{Specifications}}

## Поддержка браузерами
## Совместимость с браузерами

{{Compat}}
2 changes: 1 addition & 1 deletion files/ru/web/css/_colon_enabled/index.md
Expand Up @@ -44,7 +44,7 @@ input:disabled {

{{Specifications}}

## Поддержка браузерами
## Совместимость с браузерами

{{Compat}}

Expand Down
2 changes: 1 addition & 1 deletion files/ru/web/css/_colon_first-child/index.md
Expand Up @@ -94,7 +94,7 @@ ul li:first-child {

{{Specifications}}

## Поддержка браузерами
## Совместимость с браузерами

{{Compat}}

Expand Down
2 changes: 1 addition & 1 deletion files/ru/web/css/_colon_first-of-type/index.md
Expand Up @@ -45,7 +45,7 @@ div :first-of-type {

{{Specifications}}

## Поддержка браузерами
## Совместимость с браузерами

{{Compat}}

Expand Down
2 changes: 1 addition & 1 deletion files/ru/web/css/_colon_first/index.md
Expand Up @@ -60,7 +60,7 @@ document.querySelector("button").onclick = function () {

{{Specifications}}

## Поддержка браузерами
## Совместимость с браузерами

{{Compat}}

Expand Down
2 changes: 1 addition & 1 deletion files/ru/web/css/_colon_focus-visible/index.md
Expand Up @@ -101,7 +101,7 @@ It may not be obvious as to why the focus indicator is appearing and disappearin

{{Specifications}}

## Browser compatibility
## Совместимость с браузерами

{{Compat}}

Expand Down
2 changes: 1 addition & 1 deletion files/ru/web/css/_colon_focus/index.md
Expand Up @@ -61,7 +61,7 @@ input:focus {

{{Specifications}}

## Поддержка браузерами
## Совместимость с браузерами

{{Compat}}

Expand Down
2 changes: 1 addition & 1 deletion files/ru/web/css/_colon_fullscreen/index.md
Expand Up @@ -59,7 +59,7 @@ HTML выглядит так:

{{Specifications}}

## Поддержка браузерами
## Совместимость с браузерами

{{Compat}}

Expand Down
2 changes: 1 addition & 1 deletion files/ru/web/css/_colon_host_function/index.md
Expand Up @@ -63,7 +63,7 @@ style.textContent =

{{Specifications}}

## Поддержка браузерами
## Совместимость с браузерами

{{Compat}}

Expand Down
2 changes: 1 addition & 1 deletion files/ru/web/css/_colon_hover/index.md
Expand Up @@ -81,6 +81,6 @@ div.menu-bar li:hover > ul {

{{Specifications}}

## Поддержка браузерами
## Совместимость с браузерами

{{Compat}}
2 changes: 1 addition & 1 deletion files/ru/web/css/_colon_in-range/index.md
Expand Up @@ -56,7 +56,7 @@ input:out-of-range + label::after {

{{Specifications}}

## Поддержка браузерами
## Совместимость с браузерами

{{Compat}}

Expand Down
2 changes: 1 addition & 1 deletion files/ru/web/css/_colon_indeterminate/index.md
Expand Up @@ -93,6 +93,6 @@ progress:indeterminate {

{{Specifications}}

## Поддержка браузерами
## Совместимость с браузерами

{{Compat}}
2 changes: 1 addition & 1 deletion files/ru/web/css/_colon_invalid/index.md
Expand Up @@ -81,7 +81,7 @@ input:required {

{{Specifications}}

## Поддержка браузерами
## Совместимость с браузерами

{{Compat}}

Expand Down
2 changes: 1 addition & 1 deletion files/ru/web/css/_colon_is/index.md
Expand Up @@ -298,7 +298,7 @@ h1 {

{{Specifications}}

## Браузерная совместимость
## Совместимость с браузерами

{{Compat}}

Expand Down
2 changes: 1 addition & 1 deletion files/ru/web/css/_colon_lang/index.md
Expand Up @@ -67,7 +67,7 @@ In this example, the `:lang()` pseudo-class is used to match the parents of quot

{{Specifications}}

## Поддержка браузерами
## Совместимость с браузерами

{{Compat}}

Expand Down
2 changes: 1 addition & 1 deletion files/ru/web/css/_colon_last-child/index.md
Expand Up @@ -41,7 +41,7 @@ li:last-child {

{{Specifications}}

## Поддержка браузерами
## Совместимость с браузерами

{{Compat}}

Expand Down
2 changes: 1 addition & 1 deletion files/ru/web/css/_colon_last-of-type/index.md
Expand Up @@ -81,7 +81,7 @@ article :last-of-type {

{{Specifications}}

## Поддержка браузерами
## Совместимость с браузерами

{{Compat}}

Expand Down
2 changes: 1 addition & 1 deletion files/ru/web/css/_colon_left/index.md
Expand Up @@ -36,7 +36,7 @@ slug: Web/CSS/:left

{{Specifications}}

## Поддержка браузерами
## Совместимость с браузерами

{{Compat}}

Expand Down
2 changes: 1 addition & 1 deletion files/ru/web/css/_colon_link/index.md
Expand Up @@ -28,7 +28,7 @@ a:link {

{{Specifications}}

## Поддержка браузерами
## Совместимость с браузерами

{{Compat}}

Expand Down
2 changes: 1 addition & 1 deletion files/ru/web/css/_colon_not/index.md
Expand Up @@ -49,6 +49,6 @@ CSS выше и HTML ниже...

{{Specifications}}

## Поддержка браузерами
## Совместимость с браузерами

{{Compat}}
2 changes: 1 addition & 1 deletion files/ru/web/css/_colon_nth-child/index.md
Expand Up @@ -153,7 +153,7 @@ div em {

{{Specifications}}

## Поддержка браузерами
## Совместимость с браузерами

{{Compat}}

Expand Down
2 changes: 1 addition & 1 deletion files/ru/web/css/_colon_nth-last-child/index.md
Expand Up @@ -74,7 +74,7 @@ tr:nth-last-child(-n + 3) {

{{Specifications}}

## Поддержка браузерами
## Совместимость с браузерами

{{Compat}}

Expand Down
2 changes: 1 addition & 1 deletion files/ru/web/css/_colon_nth-last-of-type/index.md
Expand Up @@ -59,7 +59,7 @@ span:nth-last-of-type(2) {

{{Specifications}}

## Поддержка браузерами
## Совместимость с браузерами

{{Compat}}

Expand Down
2 changes: 1 addition & 1 deletion files/ru/web/css/_colon_nth-of-type/index.md
Expand Up @@ -69,7 +69,7 @@ p:nth-of-type(1) {

{{Specifications}}

## Поддержка браузерами
## Совместимость с браузерами

{{Compat}}

Expand Down
2 changes: 1 addition & 1 deletion files/ru/web/css/_colon_only-child/index.md
Expand Up @@ -90,6 +90,6 @@ li:only-child {

{{Specifications}}

## Поддержка браузерами
## Совместимость с браузерами

{{Compat}}
2 changes: 1 addition & 1 deletion files/ru/web/css/_colon_only-of-type/index.md
Expand Up @@ -55,7 +55,7 @@ main :only-of-type {

{{Specifications}}

## Поддержка браузерами
## Совместимость с браузерами

{{Compat}}

Expand Down
2 changes: 1 addition & 1 deletion files/ru/web/css/_colon_optional/index.md
Expand Up @@ -19,7 +19,7 @@ CSS [псевдокласс](/ru/docs/Web/CSS/Псевдо-классы) `:optio

{{Specifications}}

## Поддержка браузерами
## Совместимость с браузерами

{{Compat}}

Expand Down
2 changes: 1 addition & 1 deletion files/ru/web/css/_colon_out-of-range/index.md
Expand Up @@ -56,7 +56,7 @@ input:out-of-range + label::after {

{{Specifications}}

## Поддержка браузерами
## Совместимость с браузерами

{{Compat}}

Expand Down
2 changes: 1 addition & 1 deletion files/ru/web/css/_colon_read-only/index.md
Expand Up @@ -24,7 +24,7 @@ input:read-only {

{{Specifications}}

## Поддержка браузерами
## Совместимость с браузерами

{{Compat}}

Expand Down
2 changes: 1 addition & 1 deletion files/ru/web/css/_colon_read-write/index.md
Expand Up @@ -24,7 +24,7 @@ input:read-write {

{{Specifications}}

## Поддержка браузерами
## Совместимость с браузерами

{{Compat}}

Expand Down
2 changes: 1 addition & 1 deletion files/ru/web/css/_colon_required/index.md
Expand Up @@ -19,7 +19,7 @@ CSS [псевдокласс](/ru/docs/Web/CSS/Псевдо-классы) `:requi

{{Specifications}}

## Поддержка браузерами
## Совместимость с браузерами

{{Compat}}

Expand Down
2 changes: 1 addition & 1 deletion files/ru/web/css/_colon_root/index.md
Expand Up @@ -24,6 +24,6 @@ CSS [псевдокласс](/ru/docs/Web/CSS/Псевдо-классы) `:root`

{{Specifications}}

## Поддержка браузерами
## Совместимость с браузерами

{{Compat}}
2 changes: 1 addition & 1 deletion files/ru/web/css/_colon_target/index.md
Expand Up @@ -193,7 +193,7 @@ p:target i {

{{Specifications}}

## Поддержка браузерами
## Совместимость с браузерами

{{Compat}}

Expand Down
2 changes: 1 addition & 1 deletion files/ru/web/css/_colon_valid/index.md
Expand Up @@ -57,7 +57,7 @@ input:required {

{{Specifications}}

## Поддержка браузерами
## Совместимость с браузерами

{{Compat}}

Expand Down
2 changes: 1 addition & 1 deletion files/ru/web/css/_colon_visited/index.md
Expand Up @@ -26,7 +26,7 @@ a:visited {

{{Specifications}}

## Поддержка браузерами
## Совместимость с браузерами

{{Compat}}

Expand Down
2 changes: 1 addition & 1 deletion files/ru/web/css/_doublecolon_after/index.md
Expand Up @@ -140,7 +140,7 @@ span[data-descr]:hover::after {

{{Specifications}}

## Поддержка браузерами
## Совместимость с браузерами

{{Compat}}

Expand Down
2 changes: 1 addition & 1 deletion files/ru/web/css/_doublecolon_backdrop/index.md
Expand Up @@ -44,7 +44,7 @@ video::backdrop {

{{Specifications}}

## Поддержка браузерами
## Совместимость с браузерами

{{Compat}}

Expand Down
2 changes: 1 addition & 1 deletion files/ru/web/css/_doublecolon_before/index.md
Expand Up @@ -203,7 +203,7 @@ list.addEventListener(

{{Specifications}}

## Поддержка браузерами
## Совместимость с браузерами

{{Compat}}

Expand Down
2 changes: 1 addition & 1 deletion files/ru/web/css/_doublecolon_first-letter/index.md
Expand Up @@ -88,7 +88,7 @@ p::first-letter {

{{Specifications}}

## Поддержка браузерами
## Совместимость с браузерами

{{Compat}}

Expand Down
2 changes: 1 addition & 1 deletion files/ru/web/css/_doublecolon_first-line/index.md
Expand Up @@ -68,7 +68,7 @@ p::first-line {

{{Specifications}}

## Поддержка браузерами
## Совместимость с браузерами

{{Compat}}

Expand Down
2 changes: 1 addition & 1 deletion files/ru/web/css/_doublecolon_grammar-error/index.md
Expand Up @@ -55,7 +55,7 @@ slug: Web/CSS/::grammar-error

{{Specifications}}

## Поддержка браузерами
## Совместимость с браузерами

{{Compat}}

Expand Down
2 changes: 1 addition & 1 deletion files/ru/web/css/_doublecolon_marker/index.md
Expand Up @@ -60,7 +60,7 @@ ul li::marker {

{{Specifications}}

## Browser compatibility
## Совместимость с браузерами

{{Compat}}

Expand Down
2 changes: 1 addition & 1 deletion files/ru/web/css/_doublecolon_selection/index.md
Expand Up @@ -81,6 +81,6 @@ p::selection {

{{Specifications}}

## Поддержка браузерами
## Совместимость с браузерами

{{Compat}}
2 changes: 1 addition & 1 deletion files/ru/web/css/_doublecolon_slotted/index.md
Expand Up @@ -88,7 +88,7 @@ customElements.define(

{{Specifications}}

## Поддержка браузерами
## Совместимость с браузерами

{{Compat}}

Expand Down
6 changes: 0 additions & 6 deletions files/ru/web/css/align-content/index.md
Expand Up @@ -241,12 +241,6 @@ display.addEventListener("change", function (evt) {

## Совместимость с браузерами

### Support in Flex layout

{{Compat}}

### Support in Grid layout

{{Compat}}

## Смотрите также
Expand Down
6 changes: 0 additions & 6 deletions files/ru/web/css/align-items/index.md
Expand Up @@ -67,12 +67,6 @@ align-items: unset;

## Совместимость с браузерами

### Support in Flex layout

{{Compat}}

### Support in Grid layout

{{Compat}}

## Смотрите также
Expand Down
11 changes: 1 addition & 10 deletions files/ru/web/css/align-self/index.md
Expand Up @@ -86,23 +86,14 @@ align-self: unset;

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

{{Specifications("css.properties.align-self.grid_context")}}
{{Specifications}}

## Совместимость с браузерами

### Support in Flex layout

{{Compat}}

### Support in Grid layout

{{Compat}}

{{CSSRef}}

## Смотрите также

- [Using CSS flexible boxes](/ru/docs/CSS/Using_CSS_flexible_boxes)
- CSS Flexbox Guide: _[Basic Concepts of Flexbox](/ru/docs/Web/CSS/CSS_Flexible_Box_Layout/Basic_Concepts_of_Flexbox)_
- CSS Flexbox Guide: _[Aligning items in a flex container](/ru/docs/Web/CSS/CSS_Flexible_Box_Layout/Aligning_Items_in_a_Flex_Container)_
- CSS Grid Guide: _[Box alignment in CSS Grid layouts](/ru/docs/Web/CSS/CSS_Grid_Layout/Box_Alignment_in_CSS_Grid_Layout)_
Expand Down
2 changes: 1 addition & 1 deletion files/ru/web/css/appearance/index.md
Expand Up @@ -262,7 +262,7 @@ The following values may be operational on historical browser versions using **`

{{CSSInfo}}

## Поддержка браузерами
## Совместимость с браузерами

{{Compat}}

Expand Down
2 changes: 1 addition & 1 deletion files/ru/web/css/background-attachment/index.md
Expand Up @@ -107,7 +107,7 @@ p {

{{Specifications}}

## Совместимость браузеров
## Совместимость с браузерами

{{Compat}}

Expand Down
2 changes: 1 addition & 1 deletion files/ru/web/css/background-image/index.md
Expand Up @@ -84,7 +84,7 @@ p {

{{Specifications}}

## Совместимость браузеров
## Совместимость с браузерами

{{Compat}}

Expand Down
2 changes: 1 addition & 1 deletion files/ru/web/css/background-origin/index.md
Expand Up @@ -80,7 +80,7 @@ div {

{{cssinfo}}

## Совместимость браузеров
## Совместимость с браузерами

{{Compat}}

Expand Down
2 changes: 1 addition & 1 deletion files/ru/web/css/background-position/index.md
Expand Up @@ -114,7 +114,7 @@ div {

{{cssinfo}}

## Совместимость браузеров
## Совместимость с браузерами

{{Compat}}

Expand Down
2 changes: 1 addition & 1 deletion files/ru/web/css/background-repeat/index.md
Expand Up @@ -129,7 +129,7 @@ div {

{{cssinfo}}

## Поддержка браузеров
## Совместимость с браузерами

{{Compat}}

Expand Down
2 changes: 1 addition & 1 deletion files/ru/web/css/border-bottom/index.md
Expand Up @@ -91,7 +91,7 @@ div {

{{Specifications}}

## Browser compatibility
## Совместимость с браузерами

{{Compat}}

Expand Down
2 changes: 1 addition & 1 deletion files/ru/web/css/border-width/index.md
Expand Up @@ -89,7 +89,7 @@ p {

{{Specifications}}

## Browser compatibility
## Совместимость с браузерами

{{Compat}}

Expand Down
2 changes: 1 addition & 1 deletion files/ru/web/css/border/index.md
Expand Up @@ -69,7 +69,7 @@ style {

{{cssinfo}}

## Совместимость браузеров
## Совместимость с браузерами

{{Compat}}

Expand Down
2 changes: 1 addition & 1 deletion files/ru/web/css/bottom/index.md
Expand Up @@ -108,7 +108,7 @@ div {

{{Specifications}}

## Совместимость с браузером
## Совместимость с браузерами

{{Compat}}

Expand Down
2 changes: 1 addition & 1 deletion files/ru/web/css/box-shadow/index.md
Expand Up @@ -157,7 +157,7 @@ p {

{{Specifications}}

## Поддержка браузерами
## Совместимость с браузерами

{{Compat}}

Expand Down
2 changes: 1 addition & 1 deletion files/ru/web/css/calc/index.md
Expand Up @@ -114,7 +114,7 @@ input {

{{Specifications}}

## Поддержка браузерами
## Совместимость с браузерами

{{Compat}}

Expand Down
2 changes: 1 addition & 1 deletion files/ru/web/css/child_combinator/index.md
Expand Up @@ -42,6 +42,6 @@ div > span {

{{Specifications}}

## Поддержка браузерами
## Совместимость с браузерами

{{Compat}}
2 changes: 1 addition & 1 deletion files/ru/web/css/clamp/index.md
Expand Up @@ -82,7 +82,7 @@ TBD

{{Specifications}}

## Browser compatibility
## Совместимость с браузерами

{{Compat}}

Expand Down
2 changes: 1 addition & 1 deletion files/ru/web/css/class_selectors/index.md
Expand Up @@ -44,6 +44,6 @@ span.classy {

{{Specifications}}

## Поддержка браузерами
## Совместимость с браузерами

{{Compat}}
2 changes: 1 addition & 1 deletion files/ru/web/css/clear/index.md
Expand Up @@ -218,7 +218,7 @@ p {

{{Specifications}}

## Совместимость с браузером
## Совместимость с браузерами

{{Compat}}

Expand Down
2 changes: 1 addition & 1 deletion files/ru/web/css/color-scheme/index.md
Expand Up @@ -60,7 +60,7 @@ color-scheme: unset;

{{Specifications}}

## Поддержка браузерами
## Совместимость с браузерами

{{Compat}}

Expand Down
2 changes: 1 addition & 1 deletion files/ru/web/css/color_value/index.md
Expand Up @@ -1337,7 +1337,7 @@ hsla(240 100% 50% / 5%) /* непрозрачный синий на 5% */

{{Specifications}}

## Совместимость браузера
## Совместимость с браузерами

{{Compat}}

Expand Down
2 changes: 1 addition & 1 deletion files/ru/web/css/column-count/index.md
Expand Up @@ -64,7 +64,7 @@ column-count: unset;

{{cssinfo}}

## Поддержка браузерами
## Совместимость с браузерами

{{Compat}}

Expand Down
2 changes: 1 addition & 1 deletion files/ru/web/css/column-fill/index.md
Expand Up @@ -47,6 +47,6 @@ column-fill: unset;

{{Specifications}}

## Поддержка браузерами
## Совместимость с браузерами

{{Compat}}
2 changes: 1 addition & 1 deletion files/ru/web/css/column-gap/index.md
Expand Up @@ -148,7 +148,7 @@ column-gap: unset;

{{Specifications}}

## Поддержка браузерами
## Совместимость с браузерами

{{Compat}}

Expand Down
2 changes: 1 addition & 1 deletion files/ru/web/css/column-rule-color/index.md
Expand Up @@ -67,7 +67,7 @@ p {

{{cssinfo}}

## Поддержка браузерами
## Совместимость с браузерами

{{Compat}}

Expand Down
2 changes: 1 addition & 1 deletion files/ru/web/css/column-rule-style/index.md
Expand Up @@ -72,6 +72,6 @@ p {

{{cssinfo}}

## Поддержка браузерами
## Совместимость с браузерами

{{Compat}}
2 changes: 1 addition & 1 deletion files/ru/web/css/column-rule/index.md
Expand Up @@ -100,6 +100,6 @@ p.abc {

{{cssinfo}}

## Поддержка браузерами
## Совместимость с браузерами

{{Compat}}
2 changes: 1 addition & 1 deletion files/ru/web/css/column_combinator/index.md
Expand Up @@ -68,7 +68,7 @@ col.selected||td {

{{Specifications}}

## Поддержка браузерами
## Совместимость с браузерами

{{Compat}}

Expand Down
2 changes: 1 addition & 1 deletion files/ru/web/css/content/index.md
Expand Up @@ -275,7 +275,7 @@ li {

{{Specifications}}

## Поддержка браузерами
## Совместимость с браузерами

{{Compat}}

Expand Down
2 changes: 1 addition & 1 deletion files/ru/web/css/css_animations/index.md
Expand Up @@ -35,7 +35,7 @@ slug: Web/CSS/CSS_animations

{{Specifications}}

## Browser compatibility
## Совместимость с браузерами

{{Compat}}

Expand Down
12 changes: 1 addition & 11 deletions files/ru/web/css/css_colors/index.md
Expand Up @@ -26,17 +26,7 @@ _Нет._

{{Specifications}}

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

### `color` property

{{Compat}}

### `color-adjust` property

{{Compat}}

### `opacity` property
## Совместимость с браузерами

{{Compat}}

Expand Down
Expand Up @@ -21,14 +21,9 @@ Flexbox был реализован экспериментальным путё

Существует несколько старых статей, которые описывают более ранние версии flexbox, их довольно легко вычислить по тому, как они описывают создание flex-контейнера. Если вы нашли что-то вроде `display: box` или `display: flexbox`, то это уже устаревшая информация.

## Поддержка браузерами
## Информация о совместимости с браузерами

Браузеры отлично поддерживают flexbox, и на данный момент большинству из них не нужны префиксы для этого. Safari последним из основных браузеров избавился от префиксов после релиза Safari 9 в 2015. Два браузера, о которых вам нужно помнить для обеспечения кроссбраузерности, это:

- Internet Explorer 10, который внедрил `display: flexbox` версию спецификации с префиксом `-ms-`.
- UC Browser, который все ещё поддерживает спецификацию версии 2009 год с `display: box` и префиксом `-webkit-`.

Также возьмите на заметку, что Explorer 11 поддерживает современный `display: flex,` однако не без багов.
Браузеры отлично поддерживают flexbox, и на данный момент большинству из них не нужны префиксы для этого. Safari последним из основных браузеров избавился от префиксов после релиза Safari 9 в 2015.

## Common issues

Expand Down
Expand Up @@ -67,9 +67,7 @@ function handleOrientationChange(evt) {
mediaQueryList.removeListener(handleOrientationChange);
```

## Поддержка браузеров

### `MediaQueryList` interface
## Совместимость с браузерами

{{Compat}}

Expand Down
4 changes: 0 additions & 4 deletions files/ru/web/css/css_scroll_snap/basic_concepts/index.md
Expand Up @@ -58,7 +58,3 @@ slug: Web/CSS/CSS_scroll_snap/Basic_concepts
Данное свойство может быть полезно в ситуации, когда нужно, чтобы пользователь гарантированно увидел каждую прокручиваемую секцию, случайно не пролистав какую-то из них. С другой сторона, такое поведение прокрутки может только мешать и замедлять пользователя, который ищет конкретную секцию.

> **Примечание:** на данный момент свойство `scroll-snap-stop` помечено рискованным для использования в данной версии спецификации, следовательно может быть вообще удалено.

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

На страницах каждого свойства Scroll Snap содержатся подробности поддержки браузерами. Обратите внимание, что до версии 68, в браузере Firefox была реализована поддержка старой версии спецификации. [Читайте следующее руководство](/ru/docs/Web/CSS/CSS_Scroll_Snap/compat), чтобы узнать, как писать код, который будет поддерживаться всеми браузерами.
5 changes: 3 additions & 2 deletions files/ru/web/css/custom-ident/index.md
Expand Up @@ -78,8 +78,9 @@ bili.bob Только буквы, цифры, _ и - можно не э

## Совместимость с браузерами

_As this type is not a real type but a convenience type used to simplify the description of allowed values, there is no browser compatibility information as such._
_Поскольку этот тип не является реальным типом, а служит соглашением, используемым для упрощения описания допустимых значений, информация о совместимости браузера как таковая отсутствует._

## Смотрите также

- {{CSSxRef("&lt;ident&gt;")}}
- [&lt;ident&gt;](/ru/docs/Web/CSS/ident)
- [&lt;dashed-ident&gt;](/ru/docs/Web/CSS/dashed-ident)
2 changes: 1 addition & 1 deletion files/ru/web/css/descendant_combinator/index.md
Expand Up @@ -42,6 +42,6 @@ div span {

{{Specifications}}

## Поддержка браузерами
## Совместимость с браузерами

{{Compat}}
2 changes: 1 addition & 1 deletion files/ru/web/css/direction/index.md
Expand Up @@ -61,7 +61,7 @@ blockquote {

{{Specifications}}

## Browser compatibility
## Совместимость с браузерами

{{Compat}}

Expand Down
2 changes: 1 addition & 1 deletion files/ru/web/css/filter-function/invert/index.md
Expand Up @@ -34,7 +34,7 @@ invert(100%) /* Полностью инвертированный цвет */

{{Specifications}}

## Поддержка браузерами
## Совместимость с браузерами

{{Compat}}

Expand Down
2 changes: 1 addition & 1 deletion files/ru/web/css/flex-basis/index.md
Expand Up @@ -167,7 +167,7 @@ flex-basis: unset;

{{Specifications}}

## Browser compatibility
## Совместимость с браузерами

{{Compat}}

Expand Down
2 changes: 1 addition & 1 deletion files/ru/web/css/flex/index.md
Expand Up @@ -116,7 +116,7 @@ flex.addEventListener("click", function () {

{{Specifications}}

## Поддержка браузерами
## Совместимость с браузерами

{{Compat}}

Expand Down
2 changes: 1 addition & 1 deletion files/ru/web/css/float/index.md
Expand Up @@ -120,7 +120,7 @@ p.withRedBoxes {

{{Specifications}}

## Browser compatibility
## Совместимость с браузерами

{{Compat}}

Expand Down
2 changes: 1 addition & 1 deletion files/ru/web/css/font-size/index.md
Expand Up @@ -200,6 +200,6 @@ span {

{{Specifications}}

## Совместимость браузеров
## Совместимость с браузерами

{{Compat}}
2 changes: 1 addition & 1 deletion files/ru/web/css/font-style/index.md
Expand Up @@ -71,6 +71,6 @@ font-style: unset;

{{cssinfo}}

## Browser compatibility
## Совместимость с браузерами

{{Compat}}
2 changes: 1 addition & 1 deletion files/ru/web/css/font-variant-numeric/index.md
Expand Up @@ -65,7 +65,7 @@ p {

{{Specifications}}

## Browser Compatibility
## Совместимость с браузерами

{{Compat}}

Expand Down
2 changes: 1 addition & 1 deletion files/ru/web/css/font-weight/index.md
Expand Up @@ -148,6 +148,6 @@ span {

{{cssinfo}}

## Совместимость браузеров
## Совместимость с браузерами

{{Compat}}