mdn / content

The content behind MDN Web Docs
https://developer.mozilla.org
Other
8.88k stars 22.43k forks source link

Add HTMLTable*Element members for cell position in a row #33326

Closed teoli2003 closed 2 weeks ago

teoli2003 commented 3 weeks ago

Description

This PR adds docs for the following properties and methods:

and does minor fixes to related pages

Motivation

All engines support these properties.

Related issues and pull requests

It is part of https://github.com/mdn/mdn/issues/520

github-actions[bot] commented 3 weeks ago
Preview URLs (8 pages) - [`/en-US/docs/Web/API/HTMLTableCellElement/cellIndex`](https://pr33326.content.dev.mdn.mozit.cloud/en-US/docs/Web/API/HTMLTableCellElement/cellIndex) - [`/en-US/docs/Web/API/HTMLTableCellElement`](https://pr33326.content.dev.mdn.mozit.cloud/en-US/docs/Web/API/HTMLTableCellElement) - [`/en-US/docs/Web/API/HTMLTableRowElement/cells`](https://pr33326.content.dev.mdn.mozit.cloud/en-US/docs/Web/API/HTMLTableRowElement/cells) - [`/en-US/docs/Web/API/HTMLTableRowElement/deleteCell`](https://pr33326.content.dev.mdn.mozit.cloud/en-US/docs/Web/API/HTMLTableRowElement/deleteCell) - [`/en-US/docs/Web/API/HTMLTableRowElement/insertCell`](https://pr33326.content.dev.mdn.mozit.cloud/en-US/docs/Web/API/HTMLTableRowElement/insertCell) - [`/en-US/docs/Web/API/HTMLTableRowElement/rowIndex`](https://pr33326.content.dev.mdn.mozit.cloud/en-US/docs/Web/API/HTMLTableRowElement/rowIndex) - [`/en-US/docs/Web/API/HTMLTableRowElement/sectionRowIndex`](https://pr33326.content.dev.mdn.mozit.cloud/en-US/docs/Web/API/HTMLTableRowElement/sectionRowIndex) - [`/en-US/docs/Web/API/HTMLTableRowElement`](https://pr33326.content.dev.mdn.mozit.cloud/en-US/docs/Web/API/HTMLTableRowElement)
Flaws (10) Note! *6 documents with no flaws that don't need to be listed. 🎉* URL: [`/en-US/docs/Web/API/HTMLTableRowElement`](https://pr33326.content.dev.mdn.mozit.cloud/en-US/docs/Web/API/HTMLTableRowElement) Title: `HTMLTableRowElement` Flaw count: 2 - **macros**: - `/en-US/docs/Web/API/HTMLTableRowElement/align does not exist` - `/en-US/docs/Web/API/HTMLTableRowElement/vAlign does not exist` --- URL: [`/en-US/docs/Web/API/HTMLTableCellElement`](https://pr33326.content.dev.mdn.mozit.cloud/en-US/docs/Web/API/HTMLTableCellElement) Title: `HTMLTableCellElement` Flaw count: 8 - **macros**: - `/en-US/docs/Web/API/HTMLTableCellElement/abbr does not exist` - `/en-US/docs/Web/API/HTMLTableCellElement/colSpan does not exist` - `/en-US/docs/Web/API/HTMLTableCellElement/headers does not exist` - `/en-US/docs/Web/API/HTMLTableCellElement/rowSpan does not exist` - `/en-US/docs/Web/API/HTMLTableCellElement/scope does not exist` - *and 3 more flaws omitted*