// 'Simple'table with mlabeledtr
// At the moment we do not implement mlabeledtr but just hide the label
// with display: none. Thus we just test the role for now. See bug 689641.
idxes = [[0]];
testTableIndexes("simple_label", idxes);
cellsArray = [[kDataCell]];
rowsArray = [ROLE_MATHML_LABELED_ROW];
testTableStruct("simple_label", cellsArray, kNoColumnHeader, "", "", kMathTable, rowsArray);
// Test that a non-table display style still generates the proper
// roles in the accessibility tree.
const table_tree = {
MATHML_TABLE: [{
MATHML_TABLE_ROW: [{ MATHML_CELL: [{ TEXT_LEAF: [] }] }]
}],
};
testAccessibleTree("table_with_display_block_mtd", table_tree);
// Equivalent to the above test but with display: block mtr.
testAccessibleTree("table_with_display_block_mtr", table_tree);
// Equivalent to the above test but with display: block mtable.
testAccessibleTree("table_with_display_block", table_tree);
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.