BS PD ISO IEC TR 13066-2-2016 Information technology Interoperability with assistive technology (AT) Windows accessibility application programming interface (API)《信息技术 辅助技术(AT)的互操作性 窗口可访问性应用程序接口(.pdf
《BS PD ISO IEC TR 13066-2-2016 Information technology Interoperability with assistive technology (AT) Windows accessibility application programming interface (API)《信息技术 辅助技术(AT)的互操作性 窗口可访问性应用程序接口(.pdf》由会员分享,可在线阅读,更多相关《BS PD ISO IEC TR 13066-2-2016 Information technology Interoperability with assistive technology (AT) Windows accessibility application programming interface (API)《信息技术 辅助技术(AT)的互操作性 窗口可访问性应用程序接口(.pdf(98页珍藏版)》请在麦多课文档分享上搜索。
1、BSI Standards Publication Information technology Interoperability with assistive technology (AT) Part 2: Windows accessibility application programming interface (API) PD ISO/IEC TR 13066-2:201 6National foreword This Published Document is the UK implementation of ISO/IEC TR 13066-2:2016. It supersed
2、es PD ISO/IEC TR 13066-2:2012 which is withdrawn. The UK participation in its preparation was entrusted to Technical Committee ICT/-/6, ICT Accessibility. A list of organizations represented on this committee can be obtained on request to its secretary. This publication does not purport to include a
3、ll the necessary provisions of a contract. Users are responsible for its correct application. The British Standards Institution 2016. Published by BSI Standards Limited 2016 ISBN 978 0 580 87486 4 ICS 11.180.99; 35.180 Compliance with a British Standard cannot confer immunity from legal obligations.
4、 This Published Document was published under the authority of the Standards Policy and Strategy Committee on 29 February 2016. Amendments/corrigenda issued since publication Date Text affected PUBLISHED DOCUMENT PD ISO/IEC TR 13066-2:2016Information technology Interoperability with assistive technol
5、ogy (AT) Part 2: Windows accessibility application programming interface (API) Technologies de linformation Interoprabilit avec les technologies dassistance Partie 2: Interface de programmation dapplications (API) daccessibilit Windows TECHNICAL REPORT ISO/IEC TR 13066-2 Second edition 2016-02-01 Re
6、ference number ISO/IEC TR 13066-2:2016(E) ISO/IEC 2016 PD ISO/IEC TR 13066-2:2016ii ISO/IEC 2016 All rights reserved COPYRIGHT PROTECTED DOCUMENT ISO/IEC 2016, Published in Switzerland All rights reserved. Unless otherwise specified, no part of this publication may be reproduced or utilized otherwis
7、e in any form or by any means, electronic or mechanical, including photocopying, or posting on the internet or an intranet, without prior written permission. Permission can be requested from either ISO at the address below or ISOs member body in the country of the requester. ISO copyright office Ch.
8、 de Blandonnet 8 CP 401 CH-1214 Vernier, Geneva, Switzerland Tel. +41 22 749 01 11 Fax +41 22 749 09 47 copyrightiso.org www.iso.org ISO/IEC TR 13066-2:2016(E) PD ISO/IEC TR 13066-2:2016Foreword v Introductionvi 1 Scope . 1 2 T erms and definitions . 1 3 General description and architecture of the M
9、icrosoft Windows Automation API.7 3.1 General description . 7 3.1.1 Microsoft Active Accessibility overview 7 3.1.2 UI Automation overview . 8 3.1.3 IAccessibleEx interface . 9 3.2 Architecture 10 4 Using the API12 4.1 Using the Microsoft Active Accessibility API 12 4.1.1 Types of Microsoft Active A
10、ccessibility support 13 4.1.2 Retrieving an accessible object 13 4.1.3 The WM_GETOBJECT message .13 4.1.4 Special values of Object Identifier 14 4.2 Using the UI Automation API .15 4.2.1 UI Automation model 15 4.2.2 UI Automation tree .16 4.2.3 UI Automation control patterns, control types, properti
11、es, and events16 4.3 Using the IAccessibleEx interface 21 4.3.1 The IAccessibleEx interface implementation .21 5 Exposing User Interface Element Information.24 5.1 General 24 5.2 Exposing UI Elements with Microsoft Active Accessibility 25 5.2.1 How an MSAA Server exposes relevant properties .25 5.2.
12、2 Provide support for the Accessible Object structure .26 5.2.3 Support hit testing .27 5.2.4 Generate appropriate WinEvents .27 5.2.5 Object identifier .27 5.2.6 How MSAA clients access exposed UI elements 28 5.3 Exposing UI Elements with UI Automation .28 5.3.1 Types of providers .28 5.3.2 UI Auto
13、mation provider concepts 28 5.3.3 Provider interfaces 29 5.3.4 Property values 30 5.3.5 Provider navigation 30 5.3.6 Provider reparenting .31 5.3.7 Provider repositioning .31 5.3.8 How UI Automation clients access exposed UI Elements 32 6 Exposing UI Element actions.33 6.1 Exposing UI Element action
14、s in MSAA 33 6.2 Exposing UI Element actions in UI Automation 33 6.2.1 UI Automation control pattern components.33 6.2.2 Control patterns in providers and clients .34 6.2.3 Dynamic control patterns .34 6.2.4 Control patterns and related interfaces 34 7 Keyboard focus36 7.1 MSAA keyboard focus and se
15、lection 36 7.1.1 Focus and selection properties and methods 36 7.1.2 Events triggered in menus 37 7.2 UI Automation keyboard focus and selection 37 ISO/IEC 2016 All rights reserved iii Contents Page ISO/IEC TR 13066-2:2016(E) PD ISO/IEC TR 13066-2:2016ISO/IEC TR 13066-2:2016(E) 7.2.1 Focus 37 7.2.2
16、Selection .38 8 Events 44 8.1 WinEvents 44 8.1.1 USERs role in WinEvents 44 8.1.2 Receiving event notifications .45 8.1.3 Sending events 45 8.1.4 The allocation of WinEvent IDs 45 8.2 UI Automation events .46 8.2.1 How providers raise events .47 8.2.2 How clients register for and process events .48
17、9 Pr ogr ammatic modifications of stat es, pr operties, v alues, and tex t .48 9.1 UI Automation specifications 48 9.1.1 Introduction 48 9.1.2 UI Automation elements 49 9.1.3 UI Automation tree .49 9.1.4 UI Automation properties .50 9.1.5 UI Automation control patterns .50 9.1.6 UI Automation contro
18、l types 50 10 Design considerations 9.1.7 UI Automation events .50 .51 10.1 UI Automation design considerations 51 10.1.1 UI Automation clients .51 10.1.2 UI Automation providers .54 10.1.3 Coexistence and interoperability with Microsoft Active Accessibility .57 10.2 IAccessibleEx design considerati
19、ons 58 10.2.1 Design consideration for providers before implementing the IAccessibleEx interface 58 10.2.2 IAccessibleEx interface for providers .58 11 Further Information 10.2.3 IAccessibleEx interface for clients .59 63 11.1 Microsoft Active Accessibility and Extensibility .63 11.2 UI Automation e
20、xtensibility features 63 11.2.1 Registration of custom UI Automation properties, events, and control patterns .63 Annex A 11.2.2 How clients and providers support custom control patterns 64 (informative) Microsoft Active Accessibility to Automation Proxy 65 Annex B (informative) UI Automation to Mic
21、rosoft Active Accessibility Bridge 72 Annex C (informative) UI Automation for W3C Accessible Rich Internet Applications (ARIA) Specification.77 Annex D (informative) Other Useful APIs for Development and Support of Assistive Technologies.81 Bibliography .88 iv ISO/IEC 2016 All rights reserved PD ISO
22、/IEC TR 13066-2:2016Foreword ISO (the International Organization for Standardization) and IEC (the International Electrotechnical Commission) form the specialized system for worldwide standardization. National bodies that are members of ISO or IEC participate in the development of International Stan
23、dards through technical committees established by the respective organization to deal with particular fields of technical activity. ISO and IEC technical committees collaborate in fields of mutual interest. Other international organizations, governmental and non-governmental, in liaison with ISO and
24、 IEC, also take part in the work. In the field of information technology, ISO and IEC have established a joint technical committee, ISO/IEC JTC 1. The procedures used to develop this document and those intended for its further maintenance are described in the ISO/IEC Directives, Part 1. In particula
- 1.请仔细阅读文档,确保文档完整性,对于不预览、不比对内容而直接下载带来的问题本站不予受理。
- 2.下载的文档,不会出现我们的网址水印。
- 3、该文档所得收入(下载+内容+预览)归上传者、原创作者;如果您是本文档原作者,请点此认领!既往收益都归您。
下载文档到电脑,查找使用更方便
10000 积分 0人已下载
下载 | 加入VIP,交流精品资源 |
- 配套讲稿:
如PPT文件的首页显示word图标,表示该PPT已包含配套word讲稿。双击word图标可打开word文档。
- 特殊限制:
部分文档作品中含有的国旗、国徽等图片,仅作为作品整体效果示例展示,禁止商用。设计者仅对作品中独创性部分享有著作权。
- 关 键 词:
- BSPDISOIECTR1306622016INFORMATIONTECHNOLOGYINTEROPERABILITYWITHASSISTIVETECHNOLOGYATWINDOWSACCESSIBILITYAPPLICATIONPROGRAMMINGINTERFACEAPI

链接地址:http://www.mydoc123.com/p-398660.html