Bug 138436 - Web Inspector: Specificity not shown for pseudo element styles
Summary: Web Inspector: Specificity not shown for pseudo element styles
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Joseph Pecoraro
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2014-11-05 13:58 PST by Joseph Pecoraro
Modified: 2014-11-05 14:50 PST (History)
6 users (show)

See Also:


Attachments
[PATCH] Proposed Fix (2.08 KB, patch)
2014-11-05 14:00 PST, Joseph Pecoraro
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Joseph Pecoraro 2014-11-05 13:58:19 PST
* SUMMARY
Specificity not shown for pseudo element styles.

* STEPS TO REPRODUCE
1. Inspect <audio> on data:text/html,<audio%20controls>
2. Expand Shadow DOM and select ::webkit-media-text-track-container element
3. Show Styles Sidebar
4. Hover "video::-webkit-media-text-track-container, audio::-webkit-media-text-track-container" selectors
  => Expected specificity, was none.
Comment 1 Radar WebKit Bug Importer 2014-11-05 13:58:51 PST
<rdar://problem/18885675>
Comment 2 Joseph Pecoraro 2014-11-05 14:00:40 PST
Created attachment 241056 [details]
[PATCH] Proposed Fix
Comment 3 WebKit Commit Bot 2014-11-05 14:50:33 PST
Comment on attachment 241056 [details]
[PATCH] Proposed Fix

Clearing flags on attachment: 241056

Committed r175642: <http://trac.webkit.org/changeset/175642>
Comment 4 WebKit Commit Bot 2014-11-05 14:50:36 PST
All reviewed patches have been landed.  Closing bug.