Scene.getStylesheets() javadoc has the following problems:
1. It doesn't limit the URLs range (file, http, internal, external, zip/jar-files, classpath)
2. It doesn't specify what is relative URL origin. This looks to be classes root (not the particular class package as one may expect).
3. It doesn't specify what is root origin for URLs starting with "/". This looks to be classes root.
1. It doesn't limit the URLs range (file, http, internal, external, zip/jar-files, classpath)
2. It doesn't specify what is relative URL origin. This looks to be classes root (not the particular class package as one may expect).
3. It doesn't specify what is root origin for URLs starting with "/". This looks to be classes root.
- duplicates
-
JDK-8095646 [CSS] cssref contains incorrect and insufficient information about url
- Resolved
- relates to
-
JDK-8095603 cssref contains incorrect and insufficient information about url
- Closed