This document shows DENG rendering complex pseudo selectors.

CSS style rule:

a[href][target]::after {
	color: green;
	text-decoration: none;
	content: " [links to \"" attr(href) "\" and opens in frame \"" attr(target) "\"]";
}