Re: [CSSWG] Minutes and Resolutions Paris F2F 2012-02-06 Monday Afternoon: Functional Notation, Values and Units, Regions Scope

PLEASE CHANGE THE SUBJECT LINE WHEN REPLYING TO MINUTES

On Feb 17, 2012, at 7:42 am, Brad Kemper wrote:

> 
> On Feb 17, 2012, at 7:28 AM, Brad Kemper <brad.kemper@gmail.com> wrote:
> 
>>>    sylvaing: without dom elements, you can't receive clicks, etc.
>> 
>> That seems like a solvable problem that should be solved for all generated pseudo-elements (like ::before and ::after too). Something like 'getElementsByTagName("body")[0].pseudos.slot[0]'. 
> 
> I meant to say, for receiving clicks, you would do something like 'getElementsByTagName("body")[0].pseudos.slot[0].addEventListener(click, myfunction)'.

Received on Friday, 17 February 2012 16:50:33 UTC