diff --git a/src/share/classes/javax/swing/text/html/CSS.java b/src/share/classes/javax/swing/text/html/CSS.java
index 5d62dcdfa4738284e4c26ba421c544efeb802708..60efa6cc0131c378321fc7a36dfe004220795aca 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
*