space for Nesting Selectors
, for selector group
element selector:
element name
property selector:
special:
*# for id property
*. for class property
general:
*[property name]
*[property name][property name]
*[property name=property value]
*[property name~=key](~ indicate property value contains the key ,the key is a whole world )
*[property name^=key](^ indicate property value start with the key )
*[property name$=key]($ indicate property value end with the key )
*[property name*=key](* indicate property value contains the key )
, for selector group
element selector:
element name
property selector:
special:
*# for id property
*. for class property
general:
*[property name]
*[property name][property name]
*[property name=property value]
*[property name~=key](~ indicate property value contains the key ,the key is a whole world )
*[property name^=key](^ indicate property value start with the key )
*[property name$=key]($ indicate property value end with the key )
*[property name*=key](* indicate property value contains the key )