Home | Trees | Indices | Help |
|
---|
|
SelectorList is a list of CSS Selector objects.
remove duplicate Selectors. -> CSSOM canonicalize
However, since it is not known if the comma may acquire other meanings in future versions of CSS, the whole statement should be ignored if there is an error anywhere in the selector, even though the rest of the selector may look reasonable in CSS2.
Illegal example(s):
For example, since the "&" is not a valid token in a CSS2 selector, a CSS2 user agent must ignore the whole second line, and not set the color of H3 to red:
Version: $Id: selectorlist.py 1174 2008-03-20 17:43:07Z cthedot $
|
|||
SelectorList (cssutils) a list of Selectors of a CSSStyleRule |
Imports: xml, cssutils, Selector
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Wed Jul 30 13:52:04 2008 | http://epydoc.sourceforge.net |