提交 dd29d591 编写于 作者: R rupashka

7025525: CSS property list in javax.swing.text.html.CSS is incomplete

Reviewed-by: alexp
上级 9e52c52e
......@@ -62,7 +62,6 @@ import javax.swing.text.*;
* <li>background-repeat
* <li>background-position
* <li>background
* <li>background-repeat
* <li>text-decoration (with the exception of blink and overline)
* <li>vertical-align (only sup and super)
* <li>text-align (justify is treated as center)
......@@ -75,7 +74,18 @@ import javax.swing.text.*;
* <li>padding-right
* <li>padding-bottom
* <li>padding-left
* <li>padding
* <li>border-top-style
* <li>border-right-style
* <li>border-bottom-style
* <li>border-left-style
* <li>border-style (only supports inset, outset and none)
* <li>border-top-color
* <li>border-right-color
* <li>border-bottom-color
* <li>border-left-color
* <li>border-color
* <li>list-style-image
* <li>list-style-type
* <li>list-style-position
* </ul>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册