pub fn table_cell_node(
id: NodeId,
row: usize,
col: usize,
text: &str,
) -> A11yNodeExpand description
Create a table-cell A11yNode carrying the cell’s text and coordinates.
The description encodes the row and column (1-based) so assistive
technologies can announce the cell position in addition to its content.