Bug 137846

Summary: AX: Tables with <colgroups> are not reporting table column headers
Product: WebKit Reporter: chris fleizach <cfleizach>
Component: AccessibilityAssignee: chris fleizach <cfleizach>
Status: RESOLVED FIXED    
Severity: Normal CC: aboxhall, apinheiro, commit-queue, dmazzoni, jcraig, jdiggs, mario, samuel_white, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
patch
none
patch none

Description chris fleizach 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>
Comment 1 chris fleizach 2014-10-17 22:22:17 PDT
Created attachment 240059 [details]
patch
Comment 2 WebKit Commit Bot 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.
Comment 3 chris fleizach 2014-10-17 22:24:34 PDT
Created attachment 240060 [details]
patch
Comment 4 WebKit Commit Bot 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>
Comment 5 WebKit Commit Bot 2014-10-18 08:20:47 PDT
All reviewed patches have been landed.  Closing bug.