Use DOM/style interfaces to determine if table is for data/layout
Currently table layout interfaces are used in IsDataTable(), but unfortunately these interfaces will not work if a table is styled using another display type, e.g. display: block / flex, etc. This CL does not change how ordinary <table> elements are exposed. It only makes the display style irrelevant in how a table is exposed. Bug: 1011067 Change-Id: I2044015e1ec1345a9bc636f867526c7b75a78041 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2083602 Auto-Submit: Aaron Leventhal <aleventhal@chromium.org> Reviewed-by:Dominic Mazzoni <dmazzoni@chromium.org> Commit-Queue: Aaron Leventhal <aleventhal@chromium.org> Cr-Commit-Position: refs/heads/master@{#747428}
Showing
This diff is collapsed.
Please register or sign in to comment