summaryrefslogtreecommitdiff
path: root/idl
diff options
context:
space:
mode:
authorbillh <billh@e2bd861d-eb25-0410-b326-f6ed22b6b98c>2006-01-16 16:29:26 +0000
committerbillh <billh@e2bd861d-eb25-0410-b326-f6ed22b6b98c>2006-01-16 16:29:26 +0000
commita5cd6a8e19126d8fe27f5a6db5d4edb35890b73f (patch)
tree7c7428a0c3fe838c2460111552312588a150f623 /idl
parent3fd7452ac529990da31e6b56597f87e3f0d2bb37 (diff)
downloadat-spi2-core-a5cd6a8e19126d8fe27f5a6db5d4edb35890b73f.tar.gz
Completed ChangeLog entries for AT-SPI 1.7.0;
Added relevant cspi wrappers. git-svn-id: http://svn.gnome.org/svn/at-spi/trunk@783 e2bd861d-eb25-0410-b326-f6ed22b6b98c
Diffstat (limited to 'idl')
-rw-r--r--idl/Accessibility_Role.idl15
1 files changed, 0 insertions, 15 deletions
diff --git a/idl/Accessibility_Role.idl b/idl/Accessibility_Role.idl
index b70e86ad..aa32d59e 100644
--- a/idl/Accessibility_Role.idl
+++ b/idl/Accessibility_Role.idl
@@ -296,21 +296,6 @@ module Accessibility {
ROLE_EMBEDDED,
/**
- * The object is a link to some other content, for instance to a URI in this or another
- * document. ROLE_LINK can occur primarily in two situations; as the role of an
- * object returned via the Hypertext::getLink, or, more importantly, as the role
- * of a standalone object that implements the Hypertext interface but points to only
- * one link object.
- *
- * @note NOT SURE ABOUT THIS ONE, the description makes it sound pretty ropy.
- * Why aren't links just identified via the Hypertext interface? For non-textual
- * hyperlinks (as allowed in XHTML 2.0), shouldn't this role be ROLE_IMAGE
- * or ROLE_ICON?
- *
- * @since AT-SPI 1.7.0
- */
- ROLE_LINK,
- /**
* The object is a component whose textual content may be entered or modified by the user,
* provided STATE_EDITABLE is present.
* @note a readonly ROLE_ENTRY object (i.e. where STATE_EDITABLE is not present) implies a