@supports (selector(:has(a:target))) {
	section:has(a:target) > h3 > span {
		background-color: yellow;
	}
}
