Resolves the CSS3 stylesheets that compose the end-style of an HTML5 element.
A CSS3 Selector string of the element we wish to inspect its style.
If you are unfamiliar with CSS3 Selectors have a look in Finding the correct CSS3 Selector article.
A Boolean if we prefer the output in XML format instead of JSON which is the default.
Resolves the CSS3 stylesheets that compose the end-style of an HTML5 element.
A CSS3 Selector string of the element we wish to inspect its style.
If you are unfamiliar with CSS3 Selectors have a look in Finding the correct CSS3 Selector article.
A Boolean if we prefer the output in XML format instead of JSON which is the default.
An XML or JSON string with all the CSS3 stylesheets, including User Agent styles, attribute styles and inline styles, that compose the end-style of an HTML5 element.
The result of this method provides the information required in order to generate a detailed list of stylesheets and how stylesheet rules compose the end-style of an HTML5 element.
The functionality can be used to reproduce the CSS3 inspector of Chromium DevTools.