haidubogdan commented on code in PR #8790:
URL: https://github.com/apache/netbeans/pull/8790#discussion_r2380087747


##########
ide/css.editor/src/org/netbeans/modules/css/editor/module/main/DefaultCssEditorModule.java:
##########
@@ -105,6 +106,8 @@ public class DefaultCssEditorModule extends CssEditorModule 
{
         module("alignment", "http://www.w3.org/TR/css-align-3";), //NOI18N
         module("fragmentation", "http://www.w3.org/TR/css-break-3";), //NOI18N
         module("positioning", "http://www.w3.org/TR/css-position-3";), //NOI18N
+        module("overflow", "https://www.w3.org/TR/css-overflow-3/";), //NOI18N
+        module("scroll_snap", "https://drafts.csswg.org/css-scroll-snap/";), 
//NOI18N

Review Comment:
   @matthiasblaesing
   I'm not familiar with this part.
   I have this error when testing : `testGetHelpForAllCSS3StandardProperties`
   
    java.io.FileNotFoundException: JAR entry 
www.w3.org/TR/css-scroll-snap-1/index.html not found in 
/Netbeans/Projects/netbeans/nbbuild/netbeans/ide/docs/css3-spec.zip



-- 
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