garthhenning opened a new issue, #9360: URL: https://github.com/apache/netbeans/issues/9360
### Apache NetBeans version Apache NetBeans 29 ### What happened The following HTML give errors in NB: `<script type="importmap"> ` NB says that importmap is not a valid script type. `<iframe width="100%" height="400" src="..."></iframe>` NB says that the width may not have a % in the property value. `<img src="..." width="80%" />` NB says that the width may not have a % in the property value. ### Language / Project Type / NetBeans Component HTML pages and JSP pages ### How to reproduce NB reports these errors if HTML validation is turned on and an HTML or JSP page includes the properties on the tags above. It will mark the line in red and the error can be identified in the tooltip that pops up when putting the mouse over the red line. ### Did this work correctly in an earlier version? No / Don't know ### Operating System MacOS ### JDK JDK25 ### Apache NetBeans packaging Community 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
