PointerEvents & pointer-events css style

Will PointerEvents honor the pointer-events CSS style property? http://www.w3.org/TR/SVG11/interact.html#PointerEventsProperty

If so, and an element, styled with a 'pointer-events: none;' style, has captured a pointer via setPointerCapture(), will it still receive the captured event?

Received on Friday, 28 September 2012 14:46:39 UTC