Bug 16963
Summary: | Web Inspector: Computed styles for table-related elements should show additionalAttributeStyle | ||
---|---|---|---|
Product: | WebKit | Reporter: | Timothy Hatcher <timothy> |
Component: | Web Inspector | Assignee: | Nobody <webkit-unassigned> |
Status: | NEW | ||
Severity: | Normal | CC: | bburg, inspector-bugzilla-changes, webkit-bug-importer |
Priority: | P2 | Keywords: | InRadar |
Version: | 528+ (Nightly build) | ||
Hardware: | All | ||
OS: | All |
Timothy Hatcher
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.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Adam Roben (:aroben)
<rdar://problem/5712918>
Timothy Hatcher
This is now called additionalAttributeStyle(). And it can be shown with the other attribute styles now that we group them in one section.
Brian Burg
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.