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 PublicationInformation technology Interoperability with assistivetechnology (AT)Part 2: Windows accessibility application programming interface (API)PD ISO/IEC TR 13066-2:2016National forewordThis Published Document is the UK implementation of ISO/IEC TR13066-2:2016. It supersedes PD I
2、SO/IEC TR 13066-2:2012 which iswithdrawn.The UK participation in its preparation was entrusted to TechnicalCommittee ICT/-/6, ICT Accessibility.A list of organizations represented on this committee can be obtained onrequest to its secretary.This publication does not purport to include all the necess
3、ary provisions ofa contract. Users are responsible for its correct application. The British Standards Institution 2016.Published by BSI Standards Limited 2016ISBN 978 0 580 87486 4ICS 11.180.99; 35.180Compliance with a British Standard cannot confer immunity fromlegal obligations.This Published Docu
4、ment was published under the authority of theStandards Policy and Strategy Committee on 29 February 2016.Amendments/corrigenda issued since publicationDate Text affectedPUBLISHED DOCUMENTPD ISO/IEC TR 13066-2:2016Information technology Interoperability with assistive technology (AT) Part 2: Windows
5、accessibility application programming interface (API)Technologies de linformation Interoprabilit avec les technologies dassistance Partie 2: Interface de programmation dapplications (API) daccessibilit WindowsTECHNICAL REPORTISO/IEC TR13066-2Second edition2016-02-01Reference numberISO/IEC TR 13066-2
6、:2016(E) ISO/IEC 2016PD ISO/IEC TR 13066-2:2016ii ISO/IEC 2016 All rights reservedCOPYRIGHT PROTECTED DOCUMENT ISO/IEC 2016, Published in SwitzerlandAll rights reserved. Unless otherwise specified, no part of this publication may be reproduced or utilized otherwise in any form or by any means, elect
7、ronic 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 officeCh. de Blandonnet 8 CP 401CH-1214 Vernier
8、, Geneva, SwitzerlandTel. +41 22 749 01 11Fax +41 22 749 09 47copyrightiso.orgwww.iso.orgISO/IEC TR 13066-2:2016(E)PD ISO/IEC TR 13066-2:2016Foreword vIntroductionvi1 Scope . 12 Terms and definitions. 13 General description and architecture of the Microsoft Windows Automation API. 73.1 General descr
9、iption . 73.1.1 Microsoft Active Accessibility overview 73.1.2 UI Automation overview . 83.1.3 IAccessibleEx interface .93.2 Architecture 104 Using the API124.1 Using the Microsoft Active Accessibility API 124.1.1 Types of Microsoft Active Accessibility support 134.1.2 Retrieving an accessible objec
10、t 134.1.3 The WM_GETOBJECT message . 134.1.4 Special values of Object Identifier 144.2 Using the UI Automation API . 154.2.1 UI Automation model 154.2.2 UI Automation tree .164.2.3 UI Automation control patterns, control types, properties, and events164.3 Using the IAccessibleEx interface 214.3.1 Th
11、e IAccessibleEx interface implementation .215 Exposing User Interface Element Information.245.1 General 245.2 Exposing UI Elements with Microsoft Active Accessibility 255.2.1 How an MSAA Server exposes relevant properties .255.2.2 Provide support for the Accessible Object structure .265.2.3 Support
12、hit testing .275.2.4 Generate appropriate WinEvents .275.2.5 Object identifier .275.2.6 How MSAA clients access exposed UI elements 285.3 Exposing UI Elements with UI Automation . 285.3.1 Types of providers .285.3.2 UI Automation provider concepts 285.3.3 Provider interfaces 295.3.4 Property values
13、305.3.5 Provider navigation 305.3.6 Provider reparenting .315.3.7 Provider repositioning .315.3.8 How UI Automation clients access exposed UI Elements 326 Exposing UI Element actions.336.1 Exposing UI Element actions in MSAA 336.2 Exposing UI Element actions in UI Automation 336.2.1 UI Automation co
14、ntrol pattern components.336.2.2 Control patterns in providers and clients .346.2.3 Dynamic control patterns .346.2.4 Control patterns and related interfaces 347 Keyboard focus367.1 MSAA keyboard focus and selection 367.1.1 Focus and selection properties and methods 367.1.2 Events triggered in menus
15、 377.2 UI Automation keyboard focus and selection 37 ISO/IEC 2016 All rights reserved iiiContents PageISO/IEC TR 13066-2:2016(E)PD ISO/IEC TR 13066-2:2016ISO/IEC TR 13066-2:2016(E)7.2.1 Focus 377.2.2 Selection . 388 Events448.1 WinEvents 448.1.1 USERs role in WinEvents 448.1.2 Receiving event notifi
16、cations .458.1.3 Sending events 458.1.4 The allocation of WinEvent IDs 458.2 UI Automation events .468.2.1 How providers raise events .478.2.2 How clients register for and process events .489 Programmatic modifications of states, properties, values, and text.489.1 UI Automation specifications 489.1.
17、1 Introduction 489.1.2 UI Automation elements 499.1.3 UI Automation tree .499.1.4 UI Automation properties . 509.1.5 UI Automation control patterns . 509.1.6 UI Automation control types 5010 Design considerations9.1.7 UI Automation events .50.5110.1 UI Automation design considerations 5110.1.1 UI Au
18、tomation clients .5110.1.2 UI Automation providers .5410.1.3 Coexistence and interoperability with Microsoft Active Accessibility .5710.2 IAccessibleEx design considerations 5810.2.1 Design consideration for providers before implementing the IAccessibleEx interface 5810.2.2 IAccessibleEx interface f
19、or providers . 5811 Further Information10.2.3 IAccessibleEx interface for clients .596311.1 Microsoft Active Accessibility and Extensibility .6311.2 UI Automation extensibility features 6311.2.1 Registration of custom UI Automation properties, events, and control patterns .63Annex A 11.2.2 How clien
20、ts and providers support custom control patterns 64(informative) Microsoft Active Accessibility to Automation Proxy65Annex B (informative) UI Automation to Microsoft Active Accessibility Bridge 72Annex C (informative) UI Automation for W3C Accessible Rich Internet Applications (ARIA) Specification.7
21、7Annex D (informative) Other Useful APIs for Development and Support of Assistive Technologies.81Bibliography.88iv ISO/IEC 2016 All rights reservedPD ISO/IEC TR 13066-2:2016ForewordISO (the International Organization for Standardization) and IEC (the International Electrotechnical Commission) form t
22、he specialized system for worldwide standardization. National bodies that are members of ISO or IEC participate in the development of International Standards through technical committees established by the respective organization to deal with particular fields of technical activity. ISO and IEC tech
23、nical committees collaborate in fields of mutual interest. Other international organizations, governmental and non-governmental, in liaison with ISO and 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.Th
24、e procedures used to develop this document and those intended for its further maintenance are described in the ISO/IEC Directives, Part 1. In particular the different approval criteria needed for the different types of document should be noted. This document was drafted in accordance with the editor
- 1.请仔细阅读文档,确保文档完整性,对于不预览、不比对内容而直接下载带来的问题本站不予受理。
- 2.下载的文档,不会出现我们的网址水印。
- 3、该文档所得收入(下载+内容+预览)归上传者、原创作者;如果您是本文档原作者,请点此认领!既往收益都归您。
下载文档到电脑,查找使用更方便
10000 积分 0人已下载
下载 | 加入VIP,交流精品资源 |
- 配套讲稿:
如PPT文件的首页显示word图标,表示该PPT已包含配套word讲稿。双击word图标可打开word文档。
- 特殊限制:
部分文档作品中含有的国旗、国徽等图片,仅作为作品整体效果示例展示,禁止商用。设计者仅对作品中独创性部分享有著作权。
- 关 键 词:
- BSPDISOIECTR1306622016INFORMATIONTECHNOLOGYINTEROPERABILITYWITHASSISTIVETECHNOLOGYATWINDOWSACCESSIBILITYAPPLICATIONPROGRAMMINGINTERFACEAPI

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