Re: Should the base svg element support CSS or trigger events?

On Wed, Sep 8, 2010 at 6:17 AM, fantasai <fantasai.lists@inkedblade.net>wrote:

> On a related note, for the sake of argument let's assume that blocking
>
>> content underneath is the correct behavior for svg in html (or xml+css).
>> Then consider this hypothetical question:
>> Which spec would you change to accomodate an svg element that does not
>> block access to content underneath it? Would you introduce some special
>> CSS property? Maybe add pointer-events to CSS and specify how it affects
>> svg elements?
>>
>
> That's the plan. We want to extend 'pointer-events' to apply in CSS.


Note that Gecko and Webkit already implement this. 'pointer-events:none'
applied to the <svg> element would stop it from receiving mouse events in
Gecko and Webkit.

Rob
-- 
"Now the Bereans were of more noble character than the Thessalonians, for
they received the message with great eagerness and examined the Scriptures
every day to see if what Paul said was true." [Acts 17:11]

Received on Tuesday, 7 September 2010 18:56:58 UTC