--- old/src/java.desktop/share/classes/javax/accessibility/package-info.java 2017-05-04 17:01:06.000000000 -0700 +++ new/src/java.desktop/share/classes/javax/accessibility/package-info.java 2017-05-04 17:01:06.000000000 -0700 @@ -37,7 +37,7 @@ * interfaces, and 6 Java programming language classes. These are described * below. * - *

Interface + *

Interface * Accessible

* Interface Accessible is the main interface of * the Java Accessibility API. All components that support the Java @@ -48,7 +48,7 @@ * object that is part of the user interface of a Java application, if that * program is to be compatible with assistive technologies. * - *

Class + *

Class * AccessibleContext

* AccessibleContext represents the minimum * information all accessible objects return and is obtained by calling the @@ -108,7 +108,7 @@ * called on an AccessibleContext. * * - *

Class + *

Class * AccessibleRole

* This class encapsulates the Accessible object's role in the user interface * and is obtained by calling the {@code getAccessibleRole} method on an @@ -123,7 +123,7 @@ * programmer-defined roles can be added in the future without needing to modify * the base class. * - *

Class + *

Class * AccessibleState

* This class encapsulates a particular state of the Accessible object. * Accessible states include things like "Armed", "Busy", "Checked", "Focused", @@ -142,7 +142,7 @@ * additional, programmer-defined roles can be added in the future without * needing to modify the base class. * - *

Class + *

Class * AccessibleStateSet

* This class encapsulates a collection of states of the Accessible object and * is obtained by calling the {@code getAccessibleStateSet} method on an @@ -152,7 +152,7 @@ * class provide for retrieving the individual * AccessibleStates on the state set. * - *

Class + *

Class * AccessibleBundle

* This class is used to maintain a strongly typed enumeration. It is the super * class of both the AccessibleRole and @@ -161,7 +161,7 @@ * AccessibleRole and * AccessibleState classes. * - *

Interface + *

Interface * AccessibleAction

* The AccessibleAction interface should be * supported by any object that can perform one or more actions. This interface @@ -177,7 +177,7 @@ * AccessibleContext. If the return value is * not null, the object supports this interface. * - *

+ *

* Interface AccessibleComponent

* The AccessibleComponent interface * should be supported by any object that is rendered on the screen. This @@ -190,7 +190,7 @@ * AccessibleContext. If the return value is * not null, the object supports this interface. * - *

+ *

* Interface AccessibleSelection

* The AccessibleSelection interface * provides the standard mechanism for an assistive technology to determine what @@ -206,7 +206,7 @@ * AccessibleContext. If the return value is * not null, the object supports this interface. * - *

Interface + *

Interface * AccessibleText

* Interface AccessibleText is the contract * for making rich, editable text Accessible. Not all text displayed on the @@ -230,7 +230,7 @@ * AccessibleContext. If the return value is * not null, the object supports this interface. * - *

+ *

* Interface AccessibleHypertext

* The AccessibleHypertext interface * should be supported by any object that presents hypertext information on the @@ -246,7 +246,7 @@ * class which extends AccessibleHypertext, then that object supports * AccessibleHypertext. * - *

+ *

* Interface AccessibleHyperlink

* An object that is a hyperlink should support the * AccessibleHyperlink interface.  @@ -254,7 +254,7 @@ * getLink method on an AccessibleHypertext * object. * - *

Interface + *

Interface * AccessibleValue

* The AccessibleValue interface should be * supported by any object that supports a numerical value (e.g., a scroll bar).