March 2010
1 post
Every time you use CSS, you're doing...
Each AOP term and its HTML/CSS counterpart…
If you’re viewing this in your Dashboard, you may need to click through to see this table.
AOPHTML/CSSexplanation
join pointevery HTML elementplaces you could possibly apply behavior
pointcutCSS selector (e.g. #nav span.highlight)expression that specifies which places to apply behavior
adviceCSS declarations (e.g. color: blue; margin:...