mdn / content

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

Add HTMLTable*Element members for col and row spans #33328

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 (7 pages) - [`/en-US/docs/Web/API/HTMLTableCellElement/colSpan`](https://pr33328.content.dev.mdn.mozit.cloud/en-US/docs/Web/API/HTMLTableCellElement/colSpan) - [`/en-US/docs/Web/API/HTMLTableCellElement/rowSpan`](https://pr33328.content.dev.mdn.mozit.cloud/en-US/docs/Web/API/HTMLTableCellElement/rowSpan) - [`/en-US/docs/Web/API/HTMLTableCellElement`](https://pr33328.content.dev.mdn.mozit.cloud/en-US/docs/Web/API/HTMLTableCellElement) - [`/en-US/docs/Web/API/HTMLTableColElement/span`](https://pr33328.content.dev.mdn.mozit.cloud/en-US/docs/Web/API/HTMLTableColElement/span) - [`/en-US/docs/Web/API/HTMLTableColElement`](https://pr33328.content.dev.mdn.mozit.cloud/en-US/docs/Web/API/HTMLTableColElement) - [`/en-US/docs/Web/API/HTMLTableRowElement/rowIndex`](https://pr33328.content.dev.mdn.mozit.cloud/en-US/docs/Web/API/HTMLTableRowElement/rowIndex) - [`/en-US/docs/Web/API/HTMLTableRowElement/sectionRowIndex`](https://pr33328.content.dev.mdn.mozit.cloud/en-US/docs/Web/API/HTMLTableRowElement/sectionRowIndex)
Flaws (11) Note! *5 documents with no flaws that don't need to be listed. 🎉* URL: [`/en-US/docs/Web/API/HTMLTableCellElement`](https://pr33328.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/cellIndex does not exist` - `/en-US/docs/Web/API/HTMLTableRowElement/cells does not exist` - `/en-US/docs/Web/API/HTMLTableCellElement/headers does not exist` - `/en-US/docs/Web/API/HTMLTableCellElement/scope does not exist` - *and 3 more flaws omitted* --- URL: [`/en-US/docs/Web/API/HTMLTableColElement`](https://pr33328.content.dev.mdn.mozit.cloud/en-US/docs/Web/API/HTMLTableColElement) Title: `HTMLTableColElement` Flaw count: 3 - **macros**: - `/en-US/docs/Web/API/HTMLTableColElement/align does not exist` - `/en-US/docs/Web/API/HTMLTableColElement/vAlign does not exist` - `/en-US/docs/Web/API/HTMLTableColElement/width does not exist`

(comment last updated: 2024-04-30 11:29:40)