Skip to content

Commit

Permalink
Merge branch 'details_error_relations'
Browse files Browse the repository at this point in the history
  • Loading branch information
asurkov committed Sep 23, 2016
2 parents 1135ce0 + 377a994 commit 6903f01
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions api/AccessibleRelation.idl
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,24 @@ 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";

/** 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";

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

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

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

///@}

/** This interface gives access to an object's set of relations.
Expand Down

0 comments on commit 6903f01

Please sign in to comment.