CSS3
input:invalid:not(:focus)
The CSS3 User Interface Module specifies some new interesting pseudo-class selectors that are useful for enhancing your HTML5 forms. One of them is invalid. Read more…
Tabbed navigation with :target
Using the CSS3 target pseudo-class, you can easily hide and show elements with a simple anchor link, without having to use any JavaScript at all! Read more…