Update clip-path to use real description

…looks like the old description is a copy/paste error from pointer-event
This commit is contained in:
David Storey
2015-12-01 15:08:57 -08:00
parent b7c6b50fac
commit 92c94a09d8

View File

@@ -3088,7 +3088,7 @@
</values>
</entry>
<entry name="clip-path" restriction="url, enum" version="3.0" browsers="all" ref="http://www.w3.org/TR/css-masking/#the-clip-path">
<desc>Allows authors to control under what circumstances (if any) a particular graphic element can become the target of mouse events.</desc>
<desc>Specifies a clipping path where everything inside the path is visable and everything outside is clipped out.</desc>
<values>
<value name="none" version="3.0" browsers="all" />
<value name="inset()" version="3.0" browsers="none" />