pub fn table_row_node(id: NodeId, row_index: usize) -> A11yNodeExpand description
Create a table-row A11yNode with a human-readable row description.
The description is set to "Row N" (1-based) so screen readers can
announce the row position when the row itself has no label.