jplevene opened a new issue, #8268:
URL: https://github.com/apache/netbeans/issues/8268
### Apache NetBeans version
Apache NetBeans 24
### What happened
Small CSS parsing bug, it doesn't like any of the below CSS, thinking the
last "}" on each line is an "Unexpected token RBRACE found"
```
@-moz-keyframes loading_spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes loading_spin { 100% { -webkit-transform: rotate(360deg);
} }
@keyframes loading_spin { 100% { -webkit-transform: rotate(360deg);
transform:rotate(360deg); } }
```
### Language / Project Type / NetBeans Component
_No response_
### How to reproduce
Just include any of the following CSS lines in a CSS file:
```
@-moz-keyframes loading_spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes loading_spin { 100% { -webkit-transform: rotate(360deg);
} }
@keyframes loading_spin { 100% { -webkit-transform: rotate(360deg);
transform:rotate(360deg); } }
```
### Did this work correctly in an earlier version?
No / Don't know
### Operating System
Windows 11
### JDK
22
### Apache NetBeans packaging
Apache NetBeans provided installer
### Anything else
_No response_
### Are you willing to submit a pull request?
No
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
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