[Webkit-unassigned] [Bug 44803] Decompose computing an element's computed language

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Sep 1 04:54:34 PDT 2010


https://bugs.webkit.org/show_bug.cgi?id=44803





--- Comment #14 from Ilya Sherman <isherman at chromium.org>  2010-09-01 04:54:34 PST ---
(In reply to comment #13)
Update patch should build.

(In reply to comment #11)
> Alexey suggested that the value of the "lang" attribute can be accessed by JS via "document.defaultView.getComputedStyle(document.body, null).getPropertyValue("lang")"; and so we should be able to do something similar.  However, when I investigated this I found that |getComputedStyle| in JS does not include the "lang" attribute.  That seems like a bug which we should fix.

I take it back, I don't think this is a bug -- "lang" is a CSS selector, not a property.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list