RESOLVED FIXED 137846
AX: Tables with <colgroups> are not reporting table column headers
https://bugs.webkit.org/show_bug.cgi?id=137846
Summary AX: Tables with <colgroups> are not reporting table column headers
chris fleizach
Reported 2014-10-17 22:01:18 PDT
The table in this webpage does not report its column headers. http://www.aritamba.de/index.php?ueb=20070220095949 This seems to happen when we have a caption and an empty colgroup <table id="table" width="100%" border="0" cellspacing="2" cellpadding="1"> <caption>caption</caption> <colgroup width="100%" span="2"><col width="50%"><col width="50%"></colgroup> <rdar://problem/18135133>
Attachments
patch (6.58 KB, patch)
2014-10-17 22:22 PDT, chris fleizach
no flags
patch (6.58 KB, patch)
2014-10-17 22:24 PDT, chris fleizach
no flags
chris fleizach
Comment 1 2014-10-17 22:22:17 PDT
WebKit Commit Bot
Comment 2 2014-10-17 22:23:52 PDT
Attachment 240059 [details] did not pass style-queue: ERROR: Source/WebCore/accessibility/AccessibilityTableColumn.cpp:101: Declaration has space between type name and * in RenderTableSection *bodySection [whitespace/declaration] [3] Total errors found: 1 in 5 files If any of these errors are false positives, please file a bug against check-webkit-style.
chris fleizach
Comment 3 2014-10-17 22:24:34 PDT
WebKit Commit Bot
Comment 4 2014-10-18 08:20:42 PDT
Comment on attachment 240060 [details] patch Clearing flags on attachment: 240060 Committed r174860: <http://trac.webkit.org/changeset/174860>
WebKit Commit Bot
Comment 5 2014-10-18 08:20:47 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.