New issue
Advanced search Search tips
Note: Color blocks (like or ) mean that a user may not be available. Tooltip shows the reason.

Issue 647583 link

Starred by 2 users

Issue metadata

Status: Archived
Owner:
Last visit 29 days ago
Closed: Oct 31
Components:
EstimatedDays: ----
NextAction: ----
OS: All
Pri: 3
Type: Feature



Sign in to add a comment

Show 'lang' psuedo-class value (inherited or not) for DOM elements in DOM Inspector

Project Member Reported by js...@chromium.org, Sep 16 2016

Issue description

The value of :lang pseudo-class can affect the computed styles (font, quote, etc).
THerefore, showing the value of 'lang' pseudo-class will help developers debug/test their pages. 


 
Owner: lushnikov@chromium.org
Status: Assigned (was: Untriaged)
What do you mean by "show"? The :lang rules (if any) are currently shown along other pseudo-selector rules in styles sidebar.

Comment 3 by js...@chromium.org, Mar 5 2017

Summary: Show 'lang' psuedo-class value (inherited or not) for DOM elements in DOM Inspector (was: Show 'lang' psuedo-class value (inherited or not) for DOM elements in DOM Inspector)
For instance, https://www.google.com has <html .... lang="foo">, but I don't see anywhere (I could be missing something) what the value of 'lang' (in this case, 'foo') is for any element in the page (html, body, div, p, span, etc). 

When I select a DOM element in a page, I want to see the value (computed) of 'lang' for that dom element in 'Computed' tab just like I can see the value of font-family, height, display and so forth. 

Status: Archived (was: Assigned)
Bulk closing low-priority issues with no activity. Please re-file and refer to the closed issue if it's essential to fix.

Sign in to add a comment