mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-26 11:38:51 +01:00
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:
@@ -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" />
|
||||
|
||||
Reference in New Issue
Block a user