Re: Selecting the parent of an element

form =.form-row input:focus { outline: solid 1px #ccc; }

Couldn't you write that as:

form:matches(form .form-row input:focus) { outline: solid 1px #ccc; }
On Oct 7, 2011 9:04 AM, "Øyvind Stenhaug" <oyvinds@opera.com> wrote:

Received on Friday, 7 October 2011 13:22:27 UTC