HTML_CSS::getAtRuleStyle()
Description
Retrieve arguments or style value of an existing At-Rule. See HTML_CSS::getAtRulesList() for a full list of supported At-Rules.
Parameter
- string $atKeyword
at-rule keyword
- string $arguments
argument list (optional for @font-face)
- string $selectors
selectors of declaration style block (optional for @media, @page, @font-face)
- string $property
property of a single declaration style block
