This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 252804

Summary: Support Experimental and Non Standard in CSS Hints and CSS Completion
Product: web Reporter: Milutin Kristofic <mkristofic>
Component: CSS EditorAssignee: Milutin Kristofic <mkristofic>
Status: NEW ---    
Severity: normal CC: gtzabari, Shdck
Priority: P3    
Version: 8.1   
Hardware: PC   
OS: Linux   
Issue Type: ENHANCEMENT Exception Reporter:

Description Milutin Kristofic 2015-06-04 13:32:30 UTC
Properties like:
touch-action: none;
https://developer.mozilla.org/en-US/docs/Web/CSS/touch-action
https://dvcs.w3.org/hg/pointerevents/raw-file/tip/pointerEvents.html#the-touch-action-css-property

user-select: none;
https://developer.mozilla.org/en-US/docs/Web/CSS/user-select
is not currently part of any W3C CSS specification

text-rendering
This is an SVG property, it is not defined in any CSS standard. Gecko (Firefox) and WebKit apply text-rendering also to HTML and XML content.
Comment 1 Milutin Kristofic 2015-06-04 13:42:07 UTC
*** Bug 243031 has been marked as a duplicate of this bug. ***