You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Apparently the inline style should be applied. (And getComputedStyle when called on an element from another global needs to consider style changes for that element, although how that works isn't really defined yet.)
The text was updated successfully, but these errors were encountered:
zcorpan
changed the title
[cssom-view] getComputedStyle for inline style and multiple globals
[cssom] getComputedStyle for inline style and multiple globals
Oct 5, 2016
See
https://lists.w3.org/Archives/Public/www-style/2014Dec/0137.html
https://bugzilla.mozilla.org/show_bug.cgi?id=1109033
jquery/jquery#2622
Test
http://software.hixie.ch/utilities/js/live-dom-viewer/saved/4279
http://software.hixie.ch/utilities/js/live-dom-viewer/saved/4280
Apparently the inline style should be applied. (And
getComputedStyle
when called on an element from another global needs to consider style changes for that element, although how that works isn't really defined yet.)The text was updated successfully, but these errors were encountered: