Bug 16963 - Web Inspector: Computed styles for table-related elements should show additionalAttributeStyle
Summary: Web Inspector: Computed styles for table-related elements should show additio...
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2008-01-21 16:02 PST by Timothy Hatcher
Modified: 2016-12-23 18:33 PST (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Timothy Hatcher 2008-01-21 16:02:37 PST
Table related elements share style properties with their enclosing table and those properties and values are not shown in the Inspector Style pane. This means the Web Inspector will not always show all the properties that end up in the computer style, causing a mismatch. This information is available from additionalAttributeStyleDecls on the elements.

It is not clear what the best way to show this information is.
Comment 1 Adam Roben (:aroben) 2008-01-29 11:13:05 PST
<rdar://problem/5712918>
Comment 2 Timothy Hatcher 2012-03-17 08:36:33 PDT
This is now called additionalAttributeStyle(). And it can be shown with the other attribute styles now that we group them in one section.
Comment 3 Brian Burg 2014-12-14 19:47:39 PST
It's now called additionalPresentationAttributeStyle(), it seems to only concern some border properties that leak from the table group.

I would need a test case to be sure if this is still an issue.