Sorry. I was replying to Vincent's post about regions and such from the meeting, and didn't notice that his post was still bearing the subject line from the minutes. I just assumed he would have started a new thread. My bad.
Brad Kemper
On Feb 17, 2012, at 8:49 AM, Simon Fraser <smfr@me.com> wrote:
> 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)'.
>