Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1933)

Unified Diff: Source/modules/accessibility/AXTableCell.h

Issue 869253002: Aria table row and column headers are not exposed in accessibility (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: Source/modules/accessibility/AXTableCell.h
diff --git a/Source/modules/accessibility/AXTableCell.h b/Source/modules/accessibility/AXTableCell.h
index ea9644a0ae6d047d053cec2c75e1b344018c4d76..18f41c7b53d44e463aaaf053111944fff112ad5e 100644
--- a/Source/modules/accessibility/AXTableCell.h
+++ b/Source/modules/accessibility/AXTableCell.h
@@ -51,7 +51,7 @@ public:
// fills in the start location and column span of cell
virtual void columnIndexRange(pair<unsigned, unsigned>& columnRange);
- AccessibilityRole scanToDecideHeaderRole();
+ virtual AccessibilityRole scanToDecideHeaderRole();
protected:
virtual AXObject* parentTable() const;
int m_rowIndex;
« LayoutTests/accessibility/aria-tables.html ('K') | « Source/modules/accessibility/AXARIAGridCell.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698