You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2019/03/31 18:44:00 UTC

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

     [ https://issues.apache.org/jira/browse/NETBEANS-1691?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

ASF GitHub Bot updated NETBEANS-1691:
-------------------------------------
    Labels: pull-request-available  (was: )

> 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
>            Priority: Major
>              Labels: pull-request-available
>         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