mdn / content

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

Add HTMLTable*Element member to add/remove rows #33307

Closed teoli2003 closed 3 weeks ago

teoli2003 commented 3 weeks ago

Description

This PR adds docs for the following properties and methods:

and does minor fixes to related page

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 (7 pages) - [`/en-US/docs/Web/API/HTMLTableElement/deleteRow`](https://pr33307.content.dev.mdn.mozit.cloud/en-US/docs/Web/API/HTMLTableElement/deleteRow) - [`/en-US/docs/Web/API/HTMLTableElement/insertRow`](https://pr33307.content.dev.mdn.mozit.cloud/en-US/docs/Web/API/HTMLTableElement/insertRow) - [`/en-US/docs/Web/API/HTMLTableRowElement/rowIndex`](https://pr33307.content.dev.mdn.mozit.cloud/en-US/docs/Web/API/HTMLTableRowElement/rowIndex) - [`/en-US/docs/Web/API/HTMLTableRowElement/sectionRowIndex`](https://pr33307.content.dev.mdn.mozit.cloud/en-US/docs/Web/API/HTMLTableRowElement/sectionRowIndex) - [`/en-US/docs/Web/API/HTMLTableSectionElement/deleteRow`](https://pr33307.content.dev.mdn.mozit.cloud/en-US/docs/Web/API/HTMLTableSectionElement/deleteRow) - [`/en-US/docs/Web/API/HTMLTableSectionElement/insertRow`](https://pr33307.content.dev.mdn.mozit.cloud/en-US/docs/Web/API/HTMLTableSectionElement/insertRow) - [`/en-US/docs/Web/API/HTMLTableSectionElement/rows`](https://pr33307.content.dev.mdn.mozit.cloud/en-US/docs/Web/API/HTMLTableSectionElement/rows)