Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8368508

Missing info in JavaFX CSS Reference Guide

XMLWordPrintable

    • generic
    • generic

      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.

            mstrauss Michael Strauß
            webbuggrp Webbug Group
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated: