Skip to content

Commit

Permalink
addressing Jamie’s comments
Browse files Browse the repository at this point in the history
  • Loading branch information
asurkov committed Sep 23, 2016
1 parent 249313d commit 377a994
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions api/AccessibleRelation.idl
Original file line number Diff line number Diff line change
Expand Up @@ -154,16 +154,22 @@ const WCHAR *const IA2_RELATION_PREVIOUS_TABBABLE = L"previousTabbable";
/** This object is a sub window of a target object. */
const WCHAR *const IA2_RELATION_SUBWINDOW_OF = L"subwindowOf";

/** This object is a details for a target object. */
/** The target object provides the detailed, extended description for this
object. It provides more detailed information than would normally be provided
using the IA2_RELATION_DESCRIBED_BY relation. A common use for this relation is
in digital publishing where an extended description needs to be conveyed in
a book that requires structural markup or the embedding of other technology to
provide illustrative content. */
const WCHAR *const IA2_RELATION_DETAILS = L"details";

/** The target object is a details for this object. */
/** This object provides the detailed, extended description for the target
object. See IA2_RELATION_DETAILS. */
const WCHAR *const IA2_RELATION_DETAILS_FOR = L"detailsFor";

/** This object is an error for a target object. */
/** The target object is the error message for this object. */
const WCHAR *const IA2_RELATION_ERROR = L"error";

/** The target object is an error for this object. */
/** This object is the error message for the target object. */
const WCHAR *const IA2_RELATION_ERROR_FOR = L"errorFor";

///@}
Expand Down

0 comments on commit 377a994

Please sign in to comment.