- From: Brian Kardell <bkardell@gmail.com>
- Date: Fri, 7 Oct 2011 09:21:52 -0400
- To: Øyvind Stenhaug <oyvinds@opera.com>
- Cc: Rudolph Gottesheim <r.gottesheim@loot.at>, www-style@w3.org
Received on Friday, 7 October 2011 13:22:27 UTC
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