奇妙なCSSのCSS 3の新しい特性の総括

2283 ワード

      CSS3     ,               CSS  ,               ,                CSS3 ,         !  l     CSS3       ,      。
1: CSS3
E[att^="val"] att 、 val E
E[att$="val"] att 、 val E
E[att*="val"] att 、 val E
E:root 。 HTML , HTML
E:nth-child(n) n E
E:nth-last-child(n) n E
E:nth-of-type(n) n E
E:nth-last-of-type(n) n E
E:last-child E
E:first-of-type E
E:only-child E
E:only-of-type E
E:empty ( text ) E
:target URL E
E:enabled (form ) E
E:disabled (form ) E
E:checked (form ) E
E::selection E
E:not(s) s E
E ~ F E F

2、 CSS3 1: , ,
border-radius
box-shadow
text-shadow
-webkit-gradient

3、 CSS3 2: ,
background-origin
background-clip
background-size
multiple backgrounds
border-image

4、 CSS3 3:
rotate
X/Y/Z
scale
translate
transform-origin,transition-property,transition-duration,
transition-timing-function,transition-delay'
skew
matrix

5、 CSS3 4:
animation-name
animation-duration
animation-timing-function
animation-delay
animation-iteration-count
-webkit-animation-direction