summaryrefslogtreecommitdiff
path: root/javax/swing/text/html/HTML.java
diff options
context:
space:
mode:
Diffstat (limited to 'javax/swing/text/html/HTML.java')
-rw-r--r--javax/swing/text/html/HTML.java10
1 files changed, 10 insertions, 0 deletions
diff --git a/javax/swing/text/html/HTML.java b/javax/swing/text/html/HTML.java
index 2c908f6fc..29e6335a0 100644
--- a/javax/swing/text/html/HTML.java
+++ b/javax/swing/text/html/HTML.java
@@ -465,6 +465,16 @@ public class HTML
public static final Attribute WIDTH = new Attribute("width");
/**
+ * This is used to reflect the pseudo class for the a tag.
+ */
+ static final Attribute PSEUDO_CLASS = new Attribute("_pseudo");
+
+ /**
+ * This is used to reflect the dynamic class for the a tag.
+ */
+ static final Attribute DYNAMIC_CLASS = new Attribute("_dynamic");
+
+ /**
* The attribute name.
*/
private final String name;