A DESCRIPTION OF THE PROBLEM :
On page https://openjfx.io/javadoc/25/javafx.graphics/javafx/scene/doc-files/cssref.html is missing info about @media at-rule in section "Limitations" in 2nd point.
Now is content of 2nd point: "With the exception of @font‑face and @import, @-keyword statements are ignored."
But in JavaFX since version 25 is @media supported.
Proposed for fix:
Change content of 2nd point to "With the exception of @import, @font‑face and @media, @-keyword statements are ignored." or something else suitable.
STEPS TO FOLLOW TO REPRODUCE THE PROBLEM :
1. go to web page https://openjfx.io/javadoc/25/javafx.graphics/javafx/scene/doc-files/cssref.html
2. scroll to section "Limitations"
3. see 2nd point in this section "Limitations"
4. see "Description" of this issue
EXPECTED VERSUS ACTUAL BEHAVIOR :
EXPECTED -
See "Description" of this issue.
ACTUAL -
See "Description" of this issue.
On page https://openjfx.io/javadoc/25/javafx.graphics/javafx/scene/doc-files/cssref.html is missing info about @media at-rule in section "Limitations" in 2nd point.
Now is content of 2nd point: "With the exception of @font‑face and @import, @-keyword statements are ignored."
But in JavaFX since version 25 is @media supported.
Proposed for fix:
Change content of 2nd point to "With the exception of @import, @font‑face and @media, @-keyword statements are ignored." or something else suitable.
STEPS TO FOLLOW TO REPRODUCE THE PROBLEM :
1. go to web page https://openjfx.io/javadoc/25/javafx.graphics/javafx/scene/doc-files/cssref.html
2. scroll to section "Limitations"
3. see 2nd point in this section "Limitations"
4. see "Description" of this issue
EXPECTED VERSUS ACTUAL BEHAVIOR :
EXPECTED -
See "Description" of this issue.
ACTUAL -
See "Description" of this issue.
- links to
-
Review(master) openjdk/jfx/1844