[
https://issues.apache.org/jira/browse/NETBEANS-1458?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16752648#comment-16752648
]
Pete Whelpton commented on NETBEANS-1458:
-----------------------------------------
Added PR [https://github.com/apache/incubator-netbeans/pull/1103] which changes
perspective property parser rule to:
none | <length>
and the perspective() function parser rule to:
perspective(<length>)
> CSS3 perspective property doesn't support pixels value
> ------------------------------------------------------
>
> Key: NETBEANS-1458
> URL: https://issues.apache.org/jira/browse/NETBEANS-1458
> Project: NetBeans
> Issue Type: Bug
> Components: web - CSS Editor
> Affects Versions: 9.0
> Environment: Windows 10
> Reporter: Artur Stępień
> Priority: Minor
> Labels: easyfix, pull-request-available
> Attachments: perspectiveerror.PNG
>
> Time Spent: 10m
> Remaining Estimate: 0h
>
> The following code causes warning cause of pixels value in perspective
> attribute
> {code:java}
> .carousel-item {
> perspective: 1000px;
> }
> {code}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists