Re: Selecting the parent of an element

On Fri, 07 Oct 2011 08:46:29 +0200, Rudolph Gottesheim  
<r.gottesheim@loot.at> wrote:

> Has = been proposed yet? Would that conflict with any other syntax? I  
> think it would kind of make some sense: "This *IS* the element I want to  
> target"
>
> form =.form-row input:focus { outline: solid 1px #ccc; }

I note that although = usually parses as a DELIM per the  
forward-compatible syntax, the general sibling combinator can change that;  
"E~=F" parses as "IDENT INCLUDES IDENT". It's not clear to me if this is a  
problem.

-- 
Øyvind Stenhaug
Core Norway, Opera Software ASA

Received on Friday, 7 October 2011 09:01:36 UTC