Skip to content

Commit

Permalink
[ru] remove all blink HTML element occurrences (#17147)
Browse files Browse the repository at this point in the history
[ru] remove all 'blink' HTML element occurrences
  • Loading branch information
leon-win authored Dec 3, 2023
1 parent 761b092 commit c5ce781
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion files/ru/web/api/htmlunknownelement/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ _Нет специфичных методов; наследует методы

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

- Устаревшие или нестандартные HTML-элементы реализующие этот интерфейс: {{HTMLElement("bgsound")}}, {{HTMLElement("blink")}}, {{HTMLElement("isindex")}}, {{HTMLElement("multicol")}}, {{HTMLElement("nextid")}}, {{HTMLElement("rb")}}, {{HTMLElement("spacer")}}
- Устаревшие или нестандартные HTML-элементы реализующие этот интерфейс: {{HTMLElement("bgsound")}}, {{HTMLElement("isindex")}}, {{HTMLElement("multicol")}}, {{HTMLElement("nextid")}}, {{HTMLElement("rb")}}, {{HTMLElement("spacer")}}
1 change: 0 additions & 1 deletion files/ru/web/html/element/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,6 @@ HTML содержит в себе элементы, которые помога
| {{HTMLElement("applet")}} | Определяет включение апплета Java. |
| {{HTMLElement("bgsound")}} | Sets up a sound file to play in the background while the page is used; use {{HTMLElement("audio")}} instead. |
| {{HTMLElement("big")}} | Renders the enclosed text at a font size one level larger than the surrounding text (`medium` becomes `large`, for example). The size is capped at the browser's maximum permitted font size. |
| {{HTMLElement("blink")}} | Causes the enclosed text to flash slowly. |
| {{HTMLElement("center")}} | Displays its block-level or inline contents centered horizontally within its containing element. |
| {{HTMLElement("content")}} | An obsolete part of the [Web Components](/ru/docs/Web/Web_Components) suite of technologies—was used inside of [Shadow DOM](/ru/docs/Web/Web_Components/Using_shadow_DOM) as an insertion point, and wasn't meant to be used in ordinary HTML. It has now been replaced by the {{HTMLElement("slot")}} element, which creates a point in the DOM at which a shadow DOM can be inserted. |
| {{HTMLElement("dir")}} | Container for a directory of files and/or folders, potentially with styles and icons applied by the user agent. Do not use this obsolete element; instead, you should use the {{HTMLElement("ul")}} element for lists, including lists of files. |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ slug: Web/JavaScript/Reference/Global_Objects/String/blink

## Сводка

Метод **`blink()`** создаёт HTML-элемент {{HTMLElement("blink")}}, заставляющий строку мерцать.
Метод **`blink()`** создаёт HTML-элемент `<blink>`, заставляющий строку мерцать.

> **Предупреждение:** мерцающий текст осуждается некоторыми стандартами доступности. Сам элемент `<blink>` является нестандартным и устаревшим!
Expand Down

0 comments on commit c5ce781

Please sign in to comment.