generated at
Window.getComputedStyle()
指定したDOM要素の全てのcss属性を取得する函数
HTMLElement.styleとは違い、最終的に適用されるcssの値を取得することが出来る
特定の属性値は getPropertyValue('{propertyName}') で取得する

引数
Window.getComputedStyle(element, [, pseudoElt])

Reference
#2020-10-04 23:12:12