matthiasblaesing commented on issue #2006: [NETBEANS-445] Update CSS display property to CSS display module level 3 URL: https://github.com/apache/netbeans/pull/2006#issuecomment-596251182 Work in progress as @junichi11 noticed, that there is another problem lurking in the CSS parser. The `org.netbeans.modules.css.lib.api.properties.GrammarResolver` should be able resolve "b c" against a grammar "a? && b && c" (the a value is optional), yet it is rejected. The handling of multiplicities in the resolver does not seem to be correct and if I'm not mistaken, there are more problems.
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- 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
