Skip to main content

table_cell_node

Function table_cell_node 

Source
pub fn table_cell_node(
    id: NodeId,
    row: usize,
    col: usize,
    text: &str,
) -> A11yNode
Expand 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.