Tuesday, September 27, 2011

SOFT7001 Class 05

Still in section 8 of the W3 specification

I asked students to get to grips with sibling combinators
8.3 
div + p
h1 ~ div
 
We looked at psuedo classes
a:link    /* unvisited links */
a:visited /* visited links */
a:hover   /* user hovers */
a:active  /* active links */ 
 
6.6.3 :lang
6.6.4 not for us
6.6.5
:nth-child is very complicated. I doubt we'll use it
:first-child is very useful 
6.6.6 nothing for us
6.6.7 nothing for us
7.1 ::first-line 
7.2 ::first-letter
7.3 nothing for us
7.4 nothing for us

No comments: