HTML_CSS : The Definitive Guide |
HTML_CSS::setAtRuleStyle
— Define
a conditional/informative At-Rule
require_once 'HTML/CSS.php';
void|PEAR_Error HTML_CSS::setAtRuleStyle (
|
$atKeyword, | |
$arguments, | ||
$selectors, | ||
$property, | ||
$value, | ||
$duplicates = NULL ) ;
|
string | $atKeyword ; |
string | $arguments ; |
string | $selectors ; |
string | $property ; |
string | $value ; |
bool | $duplicates = NULL ; |
Set arguments and declaration style block for at-rules that follow : "@media, @page, @font-face"
$atKeyword
at-rule keyword
$arguments
argument list (optional for @font-face)
$selectors
selectors of declaration style block (optional for @media, @page, @font-face)
$property
property of a single declaration style block
$value
value of a single declaration style block
$duplicates
(optional) Allow or disallow duplicates
HTML_CSS : The Definitive Guide | v 1.5.0 : January 15, 2008 |