JackTrapper opened a new issue, #4312:
URL: https://github.com/apache/netbeans/issues/4312
### Apache NetBeans version
Apache NetBeans 14
### What happened
For the CSS styling:
min-width: auto;
NetBeans reports that `auto` is invalid:

> Unexpected character(s) "auto" found.
The `min-width` can have the value `auto`:
- https://developer.mozilla.org/en-US/docs/Web/CSS/min-width
So it shouldn't be identified as an error.
Bonus Reading
------------
- https://bz.apache.org/netbeans/show_bug.cgi?id=271414
### How to reproduce
Create a `.css` file, and declare:
```
img {
min-width: auto;
}
```
### Did this work correctly in an earlier version?
No
### Operating System
Microsoft Windows [Version 10.0.19044.1766]
### JDK
Eclipse Adoptium jdk-17.0.3.7-hotspot
### Apache NetBeans packaging
Apache NetBeans provided installer
### Anything else
_No response_
### Are you willing to submit a pull request?
No
### Code of Conduct
Yes
--
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