docrule ::= "@-moz-document" S+ url-list "{" S* ruleset* "}"url-list ::= url-item ( "," S* url-item )*url-item ::= ( "url(" | "url-prefix(" | "domain(" ) URL ")" S*where S is from the CSS2 tokenization, ruleset is from the CSS2 grammar,and URL is like the production URI in the CSS2 tokenization exceptwithout the 'url(' and ')'.To define the three functions by example:@-moz-document url(http://www.w3.org/), url-prefix(http://www.w3.org/Style/), domain(mozilla.org){ /* CSS rules here apply to: + The page "http://www.w3.org/". + Any page whose URL begins with "http://www.w3.org/Style/" + Any page whose URL's host is "mozilla.org" or ends with ".mozilla.org" */}
Remember Me
a@href@title, b, blockquote@cite, em, i, strike, strong, sub, super, u