[Bug 24678] is this reflected by data?

https://www.w3.org/Bugs/Public/show_bug.cgi?id=24678

--- Comment #3 from Leif Halvard Silli <xn--mlform-iua@xn--mlform-iua.no> ---
James pointed[1] to the source code of Webkit’s layout table heuristics.[2] 

It does not have do anything special with table@border. All it does is that it
looks for whether the table has borders, via CSS or via @border. (In both
cases, borders are implemented via CSS anyway.)

With the caveat that the borders thaat border=1 causes are not overruled via
CSS, this means that we have data, from one user agent, to back up the spec’s
claim that <table border="1"> indicates non-layout table.

[1] http://lists.w3.org/Archives/Public/public-html-a11y/2014Feb/0063.html
[2]
http://trac.webkit.org/browser/trunk/Source/WebCore/accessibility/AccessibilityTable.cpp#L93

-- 
You are receiving this mail because:
You are the QA Contact for the bug.

Received on Friday, 21 February 2014 22:54:26 UTC