lang - Kurs HTML i CSS
- Selektory pseudoklas CSS / Co to są pseudoklasy CSS?
...Pseudoklasy linków: :link, :visited Pseudoklasy akcji użytkownika: :active, :hover, :focus Pseudoklasa etykiety: :target Pseudoklasa języka: :lang() Pseudoklasy interfejsu użytkownika: :enabled, :disabled :checked Pseudoklasy strukturalne: :root :nth-child(), :nth-last-child(), :nth-of-type(), :nth-last-of-type() :first-child :last-child :only-child :first-of-type, :last-of-type, :only-of-type :empty Pseudoklasa negacji: :not()
- Tryb Quirks / X-UA-Compatible
...uzupełniona obsługa wartości: pre-line, pre-wrap Obsługa selektorów pseudoelementów: :after, :before Obsługa selektorów pseudoklas: :focus, :lang(...) Dodana pełna obsługa własności: border-spacing, caption-side, content, counter-increment, counter-reset, empty-cells, orphans, outline, outline-color, outline-style, outline-width, page-break-inside, quotes, widows Źródło: CSS Improvements in Internet Explorer 8 Inne przydatne artykuły: CSS Compatibility and Internet Explorer