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 - Support Experimental and Non Standard in CSS Hints and CSS Completion
Summary: Support Experimental and Non Standard in CSS Hints and CSS Completion
Status: NEW
Alias: None
Product: web
Classification: Unclassified
Component: CSS Editor (show other bugs)
Version: 8.1
Hardware: PC Linux
: P3 normal (vote)
Assignee: Milutin Kristofic
URL:
Keywords:
: 243031 (view as bug list)
Depends on:
Blocks:
 
Reported: 2015-06-04 13:32 UTC by Milutin Kristofic
Modified: 2015-06-24 09:34 UTC (History)
2 users (show)

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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. ***