From dd29d5918e0d657eb96dff3617b82676ff241943 Mon Sep 17 00:00:00 2001 From: rupashka Date: Tue, 12 Apr 2011 10:15:26 +0400 Subject: [PATCH] 7025525: CSS property list in javax.swing.text.html.CSS is incomplete Reviewed-by: alexp --- src/share/classes/javax/swing/text/html/CSS.java | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/src/share/classes/javax/swing/text/html/CSS.java b/src/share/classes/javax/swing/text/html/CSS.java index 5d62dcdfa..60efa6cc0 100644 --- a/src/share/classes/javax/swing/text/html/CSS.java +++ b/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 * -- GitLab