dinec-lucv opened a new issue, #8013:
URL: https://github.com/apache/netbeans/issues/8013

   ### Description
   
   The css L4 range syntax expression is pretty nice to use and supported by 
all major browsers.
   Example :
   ```
   @media (min-width: 30em) and (max-width: 50em) { ... }
   ```
   can be replaced by
   ```
   /* Equivalent L4 syntax*/
   @media (30em <= width <= 50em ) { ... }
   ```
   These L4 expressions are not recognized by Netbeans 23 that generates a 
parser warning
   
   see
   
https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_media_queries/Using_media_queries
   https://drafts.csswg.org/mediaqueries/#width
   
   
   ### Use case/motivation
   
   _No response_
   
   ### Related issues
   
   _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

Reply via email to