diff --git a/jdk/src/share/classes/javax/swing/text/html/CSS.java b/jdk/src/share/classes/javax/swing/text/html/CSS.java index 5d62dcdfa47..60efa6cc013 100644 --- a/jdk/src/share/classes/javax/swing/text/html/CSS.java +++ b/jdk/src/share/classes/javax/swing/text/html/CSS.java @@ -62,7 +62,6 @@ import javax.swing.text.*; *
  • background-repeat *
  • background-position *
  • background - *
  • background-repeat *
  • text-decoration (with the exception of blink and overline) *
  • vertical-align (only sup and super) *
  • text-align (justify is treated as center) @@ -75,7 +74,18 @@ import javax.swing.text.*; *
  • padding-right *
  • padding-bottom *
  • padding-left + *
  • padding + *
  • border-top-style + *
  • border-right-style + *
  • border-bottom-style + *
  • border-left-style *
  • border-style (only supports inset, outset and none) + *
  • border-top-color + *
  • border-right-color + *
  • border-bottom-color + *
  • border-left-color + *
  • border-color + *
  • list-style-image *
  • list-style-type *
  • list-style-position *