getParsedPropertyList method
Returns an ordered list of properties that were parsed when the style declaration was created.
Note These APIs can only be used with F12 developer tools and the Diagnostics Script Engine, and can't be called from JavaScript.
Syntax
var retVal = DiagnosticsStyles.getParsedPropertyList(style);
Parameters
style [in]
Type: CSSStyleDeclarationThe style declaration (typically element.style format).
Return value
Type: any
Array of DiagnosticStyleProperty objects.
Remarks
This list may contain shorthand or multiple values (e.g. margins vs margin.left or margin.top) for a single property, as per the original source.