Tests that contain the draft-watermark are under development and may be incorrectly testing a feature.

interact-pevents-09-f.svg

raster image of interact-pevents-09-f.svg

Operator Script

Slowly move the mouse over the rectangles in each row while checking the pass criteria.

Pass Criteria

The test is passed if the following conditions are met:

Test Description

Tests the pointer-events attribute with different painting values, same as the interact-pevents-202-t test but with script instead of declarative animation

The 2nd and 3rd columns represent respectively rects with no fill/stroke and transparent fill/stroke. The 4th column has visibility set to hidden.

The first row tests pointer-events="painted", i.e. event on fill and stroke that are set. The second row tests pointer-events="fill", i.e. event on a fill that is set. The third row tests pointer-events="stroke", i.e. even on a stroke that is et. The fourth row tests pointer-events="all", i.e. event on fill and stroke that are set. The fifth row tests pointer-events="none", i.e. no event.