You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by "Los Vitaly (JIRA)" <ji...@apache.org> on 2018/11/15 11:51:01 UTC

[jira] [Created] (NETBEANS-1691) Error in css syntax

Los Vitaly created NETBEANS-1691:
------------------------------------

             Summary: Error in css syntax
                 Key: NETBEANS-1691
                 URL: https://issues.apache.org/jira/browse/NETBEANS-1691
             Project: NetBeans
          Issue Type: Bug
          Components: web - CSS Editor
    Affects Versions: 10.0
            Reporter: Los Vitaly
         Attachments: netbeans_css.png

Reproducible code 
{code:java}
@supports ((perspective: 10px) or (-moz-perspective: 10px) or (-webkit-perspective: 10px) or
         (-ms-perspective: 10px) or (-o-perspective: 10px)) {
  … /* CSS applied when 3D transforms, prefixed or not, are supported */
}
{code}
 

I get example from here. 

[https://developer.mozilla.org/en-US/docs/Web/CSS/@supports]

And give screenshot from my NB10



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@netbeans.apache.org
For additional commands, e-mail: commits-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists