From 1386fed7d38652d5848d315927e7e23a66cffd13 Mon Sep 17 00:00:00 2001 From: Alexey Pyltsyn Date: Wed, 20 Oct 2021 13:28:52 +0300 Subject: [RU] Remove `name` attribute from headings (#2788) --- files/ru/web/api/htmltablecellelement/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'files/ru/web/api/htmltablecellelement') diff --git a/files/ru/web/api/htmltablecellelement/index.html b/files/ru/web/api/htmltablecellelement/index.html index ef4dda7ea6..b3dd7bd327 100644 --- a/files/ru/web/api/htmltablecellelement/index.html +++ b/files/ru/web/api/htmltablecellelement/index.html @@ -9,7 +9,7 @@ translation_of: Web/API/HTMLTableCellElement

Интерфейс HTMLTableCellElement содержит специальные свойства и методы (beyond the regular {{domxref("HTMLElement")}} interface it also has available to it by inheritance) for manipulating the layout and presentation of table cells, either header or data cells, in an HTML document.

-

Properties

+

Properties

Inherits properties from its parent, {{domxref("HTMLElement")}}.

@@ -42,7 +42,7 @@ translation_of: Web/API/HTMLTableCellElement
Is a {{domxref("DOMString")}} representing an enumerated value indicating how the content of the cell must be vertically aligned. It reflects the {{htmlattrxref("valign", "td")}} attribute and can have one of the following values: "top", "middle", "bottom", or "baseline".
-

Methods

+

Methods

No specific method; inherits methods from its parent, {{domxref("HTMLElement")}}.

-- cgit v1.2.3-54-g00ecf