[152] ARIA は、 AT における文書の要素の説明を記述するマーク付け言語の語彙です。 HTML や SVG の一部として利用することができます。
[106] ARIA に関する文書は仕様でないものや歴史的なものなど沢山あって、どれが最新でどれが規定でどれがそうでないのかがわかりにくくなっています。 最新らしい仕様書群にも、似て非なる規定が色々とあって、 それぞれがどう違うのか、本当に矛盾が無いのか、どれを信じるべきなのか、さっぱりわかりません。
[299] ARIA の本体である ARIA 1.1 は、 XML (複合文書) と RDF が信じられていた時代の ARIA 1.0 を引きずっており、マーク付け言語非依存の抽象的な規定と、 比較的新しく追加された具体的な規定が混合しています。
[306] Digital Publishing WAI-ARIA Module 1.0 と WAI-ARIA Graphics Module はいくつかの追加の機能を定義しています。本体の拡張ではなく別仕様という形にした理由と基準は不明です。
[304] HTML における ARIA の利用に関しては HTML Standard で規定されていましたが、2015年に削除されてしまいました >>302。 かわりに参照されている ARIA in HTML は W3C 版 HTML 5.1 に基いており、 HTML Standard と内容が矛盾している不適切な文書です。 (一応 ARIA in HTML も継続的にメンテナンスはされているようですが...)
[308] SVG における ARIA の利用に関しては SVG 本体仕様書で規定されています >>94。
[300] Accessible Name and Description: Computation and API Mappings 1.1 や HTML Accessibility API Mappings 1.0 や Graphics Accessibility API Mappings や SVG Accessibility API Mappings には、 ARIA 本体よりも実装寄りの規定が含まれています。 (ARIA 本体や SVG 本体にも実装に関する規定は多々含まれているので、基準はよくわかりません。)
[301] WAI-ARIA Authoring Practices 1.1 は想定される利用方法を説明した文書で、 仕様書というよりは解説書のようなものです。
[314] なお SVG 向け ARIA の開発は2016年に人員不足で中断しており >>311、再開の目処はたっていません。
[316] バージョン番号が 1.0 のもの、 1.1 のもの、付いていないものがありますが、 互いに特に関係はなく、それぞれの仕様書の改訂を表しているようです。
[102] ARIA は aria-*
属性群と role
属性を定義しています。
[103] これらの属性は、 HTML要素 >>93 と SVG要素 >>94 で利用できます。
[104] また >>101 によれば XUL でも利用できるようです。
[318] ARIA はアクセシビリティーコミュニティーから Web
に持ち込まれた形で開発されたため、既存の Web 技術との調和があまり取れていません。
例えば当初は XML名前空間を使った大域属性で HTML では使えませんでした
(形式的には未だにその方式も残っています)。
またブール型属性は HTML の方式ではなく、値に true
または false
を設定する方式となっています。
仕様書も RDF に基づく独自の抽象モデルを定義し、
それを HTML や SVG のようなホスト言語に適応するという間接的な形を採っており、
理解しづらくなっています。
[156] ARIA 本体仕様は特定の語彙を想定せずに役割や状態を規定しており、 要素の意味と衝突するような属性値を指定することも理論上は可能です。
[158] HTML Standard は HTML の要素の意味と矛盾する指定のほとんどを禁じています。
[159] また ARIA は HTML や SVG で表現できない場合にのみ補助的に用いるべきで、 HTML や SVG で同じ意味の要素があるなら使うべきではありません。
[290] 利用者エージェントは、 ARIA の処理により、 ホスト言語の組み込みの機能の通常の操作に干渉してはなりません >>289。
[291] 利用者エージェントは、 ホスト言語の機能からアクセス可能性APIへの写像を変化させても構いません。 しかし利用者エージェントは、 ARIA のマーク付けをホスト言語の機能に写像させるため DOM を変化させてはなりません。 >>289
[293] 利用者エージェントは、 アクセス可能性APIにおいて状態や特性に変化があったとき、 これを Webアプリケーションに通知する手段を提供しなければなりません。 >>292
[294] Webアプリケーションの著者は、 利用者エージェントや AT から変更要求があったときは、 適切に Webアプリケーションを更新するべきです。 >>292
[173] http://www.w3.org/WAI/ARIA/schemata/aria-1.rdf に ARIA 1.0 時点での役割や状態・特性を RDF + OWL で記述したファイルがあります。
[174] しかしその後更新されずに放置されているようです。
[282] その後 ARIA 1.1 に合わせて更新されたようです。
[321] しかしこのデータファイルには非推奨となっている
aria-grabbed
と aria-dropeffect
の情報は含まれていません。
[177] >>176 には ARIA で規定される語彙についての情報が含まれる JSON 形式のデータファイルがあります。 >>178 には要素の ARIA 意味についての情報が含まれる JSON 形式のデータファイルがあります。
[281] role
属性や aria-*
属性は AT
におけるレンダリングの方法を指定するものであり、
その他の Webブラウザーにおけるレンダリングの方法を指定する
style
属性と似た存在といえます。
[414] Attaching Meta-Information State To XHTML Elements, , https://www.w3.org/WAI/PF/roadmap/state061904.html
[238] aria-state は、 ARIA を XHTMLモジュールとして定義したものでした。
[233] State and Adaptable Properties Draft 20050824 http://www.w3.org/WAI/PF/adaptable
[234] State and Adaptable Properties Draft 20050824 ( 版) https://www.w3.org/WAI/PF/adaptable/StatesAndProperties-20051106.html
[235] States and Properties Module for Accessible Rich Internet Applications (WAI-ARIA States and Properties) http://www.w3.org/TR/2006/WD-aria-state-20061220/ (名無しさん 2006-12-21 16:01:38 +00:00)
[236] States and Properties Module for Accessible Rich Internet Applications (WAI-ARIA States and Properties) Version 1.0 ( 版) https://www.w3.org/TR/2007/WD-aria-state-20071019/
[237] States and Properties Module for Accessible Rich Internet Applications (WAI-ARIA States and Properties) Version 1.0 ( 版) https://www.w3.org/TR/aria-state/
[239] その後更新されておらず、放置状態のようです。
[1]
ARIA Examples (2007-03-07 05:01:32 +09:00
版) http://www.weba11y.com/Examples/examples.html
(名無しさん)
[2]
Accessible AJAX (2007-02-19 13:03:14 +09:00
版) http://accessibleajax.clcworld.net/
(名無しさん)
[3]
ARIA: Accessible Rich Internet Applications - MDC (2007-03-18 03:02:08 +09:00
版) http://developer.mozilla.org/en/docs/ARIA:_Accessible_Rich_Internet_Applications
(名無しさん)
[4]
Embedding Accessibility Role and State Metadata in HTML Documents (2007-02-05 23:18:51 +09:00
版) http://www.w3.org/WAI/PF/adaptable/HTML4/embedding-20061212.html
(名無しさん)
[5]
>>4 XHTML 1.0 はモジュール化されていないから大域属性
を使うとか、無茶苦茶だな。
(名無しさん 2007-03-26 08:33:10 +00:00)xhtml1:role
[7]
Radio buttons, grouping, keyboard control, ARIA | The Dojo Toolkit (2007-04-12 00:08:28 +09:00
版) http://dojotoolkit.org/node/549
(名無しさん)
[8]
Accessible Rich Internet Applications (ARIA) at ALA - The Web Standards Project (2007-04-12 22:00:43 +09:00
版) http://www.webstandards.org/2007/04/11/accessible-rich-internet-applications-aria-at-ala/
(名無しさん 2007-04-12 13:01:41 +00:00)
[9]
ARIA Proposal (2007-09-27 01:58:08 +09:00
版) http://simon.html5.org/specs/aria-proposal
(名無しさん)
[10]
ARIA to API mapping - MDC (2007-08-11 12:27:58 +09:00
版) http://developer.mozilla.org/en/docs/ARIA_to_API_mapping
(名無しさん)
[11]
Accessible Rich Internet Applications - Anne’s Weblog (2007-09-28 06:05:13 +09:00
版) http://annevankesteren.nl/2007/09/aria
(名無しさん)
[12]
W3CTP: ARIA - Anne’s Weblog (2007-11-10 07:31:52 +09:00
版) http://annevankesteren.nl/2007/11/w3ctp-aria
(名無しさん)
[13]
ARIA States and Properties Meeting (Richard Schwerdtfeger 著, 2007-10-24 14:04:51 +09:00
版) http://lists.w3.org/Archives/Public/public-html/2007Oct/0290.html
(名無しさん)
[14]
ARIA Coordination - PF, HTML, XHTML, SVG -- 6 Nov 2007 (2007-11-14 22:39:32 +09:00
版) http://www.w3.org/2007/11/06-aria-minutes.html
(名無しさん)
[15]
Accessible Rich Internet Applications (WAI-ARIA) Version 1.0 (2008-02-05 06:44:30 +09:00
版) http://www.w3.org/TR/2008/WD-wai-aria-20080204/
(名無しさん)
[16]
WAI-ARIA Primer (2008-02-05 06:44:30 +09:00
版) http://www.w3.org/TR/2008/WD-wai-aria-primer-20080204/
(名無しさん)
[17]
WAI-ARIA Best Practices (2008-02-05 06:44:30 +09:00
版) http://www.w3.org/TR/2008/WD-wai-aria-practices-20080204/
(名無しさん)
[18]
Roadmap for Accessible Rich Internet Applications (WAI-ARIA Roadmap) (2008-02-05 06:44:30 +09:00
版) http://www.w3.org/TR/2008/WD-wai-aria-roadmap-20080204/
(名無しさん)
[19]
Document conformance: Integrating ARIA into HTML5 (Henri Sivonen 著, 2008-03-24 22:26:41 +09:00
版) http://lists.w3.org/Archives/Public/public-html/2008Mar/0220.html
(名無しさん)
[20]
ARIA in HTML5 Integration: Document Conformance (Draft) (Henri Sivonen 著, 2008-03-24 22:28:11 +09:00
版) http://hsivonen.iki.fi/aria-html5/
(名無しさん)
[21]
ARIA User Agent Implementors Guide - MDC (2008-03-27 02:57:33 +09:00
版) http://developer.mozilla.org/en/docs/ARIA_UA_Best_Practices
(名無しさん)
[22]
ARIA in HTML5 Integration: Document Conformance (Draft, Take Two) (Henri Sivonen 著, 2008-03-27 03:27:30 +09:00
版) http://hsivonen.iki.fi/aria-html5-bis/
(名無しさん)
[23]
ARIA discussion of Math -- 31 Mar 2008 (2008-04-01 06:54:53 +09:00
版) http://www.w3.org/2008/03/31-aria-math-minutes.html
(名無しさん)
[24]
Re: State and Status of WAI-ARIA approach to host-language embedding (Richard Schwerdtfeger 著, 2008-04-18 23:46:23 +09:00
版) http://lists.w3.org/Archives/Public/www-tag/2008Apr/0244.html
(名無しさん)
[25]
Syntax for ARIA: Cost-benefit analysis - W3C Q&A Weblog (2008-05-09 06:10:49 +09:00
版) http://www.w3.org/QA/2008/05/syntax_for_aria_costbenefit_an.html
(名無しさん)
[26]
Some test results concerning ARIA attribute syntax (2008-05-07 23:40:56 +09:00
版) http://www.w3.org/XML/2008/04/ARIA-Testing/
[31]
Accessible Rich Internet Applications (WAI-ARIA) Version 1.0 (2008-08-05 03:54:26 +09:00
版) http://www.w3.org/TR/2008/WD-wai-aria-20080806/
(名無しさん)
[32] ARIA User Agent Implementors Guide - MDC ( 版) http://developer.mozilla.org/en/ARIA_User_Agent_Implementors_Guide
[6]
WEBTECH - WAI-ARIA (2007-03-19 08:09:29 +09:00
版) http://web.g.hatena.ne.jp/keyword/WAI%2dARIA
(名無しさん 2007-03-18 23:10:22 +00:00)
W3C仕様にしてはめずらしく実装がある
ちょwwwwwwwwwwwwww (名無しさん 2007-03-18 23:10:36 +00:00)
[28]
States and Properties Module for Accessible Rich Internet Applications (WAI-ARIA States and Properties) (2007-06-02 00:45:29 +09:00
版) http://www.w3.org/TR/2007/WD-aria-state-20070601/
(名無しさん 2007-06-09 14:53:06 +00:00)
[29]
Roles for Accessible Rich Internet Applications (WAI-ARIA Roles) (2007-06-02 00:45:50 +09:00
版) http://www.w3.org/TR/2007/WD-aria-role-20070601/
(名無しさん 2007-06-09 14:54:03 +00:00)
[30]
Taken SPC : Mozilla 24 「Webブラウザのアクセシビリティを考える」の詳細発表 (2007-09-13 21:33:34 +09:00
版) http://taken.s101.xrea.com/blog/article.php?id=805
[34]
Juicy Studio: WAI-ARIA in HTML (2007-09-13 21:44:54 +09:00
版) http://juicystudio.com/article/wai-aria-in-html.php
[35]
States and Properties Module for Accessible Rich Internet Applications (WAI-ARIA States and Properties) Version 1.0 (2007-10-20 00:26:02 +09:00
版) http://www.w3.org/TR/2007/WD-aria-state-20071019/
[36] Roadmap for Accessible Rich Internet Applications (WAI-ARIA Roadmap) ( 版) http://www.w3.org/TR/2007/WD-aria-roadmap-20071019/
[37] WAI-ARIA Best Practices ( 版) http://www.w3.org/TR/2009/WD-wai-aria-practices-20090224/
[38] WAI-ARIA 1.0 User Agent Implementation Guide ( 版) http://www.w3.org/TR/2009/WD-wai-aria-implementation-20090224/
[39] Accessible Rich Internet Applications (WAI-ARIA) 1.0 ( 版) http://www.w3.org/TR/wai-aria/
[33] Interview with Ian Hickson, editor of the HTML 5 specification. - The Web Standards Project ( 版) http://www.webstandards.org/2009/05/13/interview-with-ian-hickson-editor-of-the-html-5-specification/
- Hixie
- Yes, the plan is to make sure ARIA and HTML5 work well together. Right now I’m waiting for ARIA to be complete (there are a number of last call comments that they haven’t yet replied to), and for the ARIA implementation rules to be clearer (it’s not yet obvious as I understand it what should happen when ARIA says a checkbox is a radio button, for instance). Once that is cleared up, I expect HTML 5 will give a list of conformance criteria saying where ARIA attributes can be used and saying how they should be implemented in browsers.
[40] IRC logs: freenode / #whatwg / 20090402 ( 版) http://krijnhoetmer.nl/irc-logs/whatwg/20090402#l-111
[05:29] * Hixie sends aria last call comments
[05:44] <MikeSmith> Hixie: so is it not your plan for the HTML5 spec itself to define which ARIA attributes are conformant on particular elements?
[06:41] <Hixie> MikeSmith: as far as i can tell, the ARIA spec disallows that. I sent them e-mail asking if they could change that.
[06:42] <MikeSmith> Hixie: I see. I wasn't aware that the ARIA spec explicitly disallowed it.
[41] HTML5 and WAI-ARIA — Anne’s Weblog ( 版) http://annevankesteren.nl/2009/04/html5-wai-aria
[42] (X)HTML5 Tracking ( 版) http://html5.org/tools/web-apps-tracker?from=3656&to=3657
[43] IRC logs: freenode / #whatwg / 20090717 ( 版) http://krijnhoetmer.nl/irc-logs/whatwg/20090717#l-297
[44] IRC logs: freenode / #whatwg / 20090817 ( 版) http://krijnhoetmer.nl/irc-logs/whatwg/20090817
[45] IRC logs: freenode / #whatwg / 20090822 ( 版) http://krijnhoetmer.nl/irc-logs/whatwg/20090822
[46] Current PFWG thinking on ARIA integration in host languages (Michael Cooper 著, 版) http://lists.w3.org/Archives/Public/public-html/2009Aug/0962.html
[47] (X)HTML5 Tracking ( 版) http://html5.org/tools/web-apps-tracker?from=4278&to=4279
[48] WAI-ARIA User Agent Implementation Guide 1.0 ( 版) http://www.w3.org/TR/2009/WD-wai-aria-implementation-20091215/
[49] WAI-ARIA Authoring Practices 1.0 ( 版) http://www.w3.org/TR/2009/WD-wai-aria-practices-20091215/
[50] Legacy defeats consistency in IE 8’s Web 2.0 accessibility effort « Access Garage ( 版) http://accessgarage.wordpress.com/2008/09/30/legacy-defeats-consistency-in-ie-8s-web-20-accessibility-effort/
[51] Accessible Rich Internet Applications (WAI-ARIA) 1.0 ( ( 版)) http://www.w3.org/TR/2010/WD-wai-aria-20100916/
[52] Accessible Rich Internet Applications (WAI-ARIA) 1.0 ( ( 版)) http://www.w3.org/TR/2011/CR-wai-aria-20110118/
[53] Objections against CP for ISSUE-129 - WHATWG Wiki ( 版) http://wiki.whatwg.org/wiki/Objections_against_CP_for_ISSUE-129
[54] Change Proposal for ISSUE-129 - WHATWG Wiki ( 版) http://wiki.whatwg.org/wiki/Change_Proposal_for_ISSUE-129
[55] ChangeProposals/ARIAinHTML5 - HTML WG Wiki ( ( 版)) http://www.w3.org/html/wg/wiki/ChangeProposals/ARIAinHTML5
[56] IRC logs: freenode / #whatwg / 20110113 ( ( 版)) http://krijnhoetmer.nl/irc-logs/whatwg/20110113
[57] IRC logs: freenode / #whatwg / 20110409 ( ( 版)) http://krijnhoetmer.nl/irc-logs/whatwg/20110409
[58] IRC logs: freenode / #whatwg / 20110411 ( ( 版)) http://krijnhoetmer.nl/irc-logs/whatwg/20110411
[59] HTML to Platform Accessibility APIs Implementation Guide ( ( 版)) http://www.w3.org/TR/2011/WD-html-aapi-20110414/
[60] Web Applications 1.0 r6029 apply wg decision (ARIA defaults) ( ( 版)) http://html5.org/tools/web-apps-tracker?from=6028&to=6029
[61] Web Applications 1.0 r6030 note some things we should really change one day but can't yet because of the w3c decision ( ( 版)) http://html5.org/tools/web-apps-tracker?from=6029&to=6030
[62] Web Applications 1.0 r6040 Discourage cargo-cult authoring that would lead to poor accessibility. ( ( 版)) http://html5.org/tools/web-apps-tracker?from=6039&to=6040
[63] Web Applications 1.0 r6046 apply chair request ( ( 版)) http://html5.org/tools/web-apps-tracker?from=6045&to=6046
[64] ARIA in HTML5 Integration: Document Conformance (Draft, Take Two) ( (Henri Sivonen 著, 版)) http://hsivonen.iki.fi/aria-html5-bis/
[65] HTML to Platform Accessibility APIs Implementation Guide ( ( 版)) http://www.w3.org/TR/2011/WD-html-aapi-20110525/
[66] Web Applications 1.0 r6402 <h1> is allowed to have its default role. ( ( 版)) http://html5.org/tools/web-apps-tracker?from=6401&to=6402
[67] Web Applications 1.0 r6476 allow conformance checkers to catch some more nonsensical combinations ( ( 版)) http://html5.org/tools/web-apps-tracker?from=6475&to=6476
[68] WAI-ARIA 1.0 User Agent Implementation Guide ( ( 版)) http://www.w3.org/TR/2012/WD-wai-aria-implementation-20120110/
[69] Web Applications 1.0 r6980 Apply W3C chair revert request (to W3C copy only). Fix markup typo. ( ( 版)) http://html5.org/tools/web-apps-tracker?from=6979&to=6980
[70] HTML to Platform Accessibility APIs Implementation Guide ( ( 版)) http://www.w3.org/TR/2012/WD-html-aapi-20120329/
[71] [whatwg] Validator.nu: "Attribute role not allowed on element h2 at this point." ( ( 版)) http://lists.whatwg.org/pipermail/whatwg-whatwg.org/2012-June/036335.html
[72] Using ARIA in HTML5 ( ( 版)) http://dvcs.w3.org/hg/aria-unofficial/raw-file/tip/index.html
[73] [whatwg] Using ARIA in HTML - intial draft ( ( 版)) http://lists.whatwg.org/pipermail/whatwg-whatwg.org/2012-June/036510.html
[74] HTML to Platform Accessibility APIs Implementation Guide ( ( 版)) http://dvcs.w3.org/hg/html-api-map/raw-file/tip/Overview.html
[75] WAI-ARIA 1.0 User Agent Implementation Guide ( ( 版)) http://www.w3.org/TR/2012/WD-wai-aria-implementation-20120816/
[76] HTML to Platform Accessibility APIs Implementation Guide ( ( 版)) http://www.w3.org/TR/2012/WD-html-aapi-20121025/
[77] Web Applications 1.0 r7646 Remove some entries that really aren't helping anyone. ( ( 版)) http://html5.org/tools/web-apps-tracker?from=7645&to=7646
[78] Using WAI-ARIA in HTML ( ( 版)) http://www.w3.org/TR/2013/WD-aria-in-html-20130214/
[79] WAI-ARIA 1.0 Authoring Practices ( ( 版)) http://www.w3.org/TR/wai-aria-practices/
[80] Web Applications 1.0 r7866 Mark certain elements as hidden for ARIA purposes too. ( ( 版)) http://html5.org/tools/web-apps-tracker?from=7865&to=7866
[81] https://github.com/w3c/aria-in-html
[82] Using WAI-ARIA in HTML ( ( 版)) https://dvcs.w3.org/hg/aria-unofficial/raw-file/tip/index.html
[83] HTML to Platform Accessibility APIs Implementation Guide ( ( 版)) http://www.w3.org/TR/2013/WD-html-aapi-20130910/
[84] HTML to Platform Accessibility APIs Implementation Guide ( ( 版)) http://www.w3.org/TR/2013/WD-html-aapi-20131001/
[85] WAI-ARIA 1.0 User Agent Implementation Guide ( ( 版)) http://www.w3.org/TR/2013/WD-wai-aria-implementation-20131105/
[86] WAI-ARIA 1.0 User Agent Implementation Guide ( ( 版)) http://www.w3.org/TR/2013/CR-wai-aria-implementation-20131217/
[87] SVG2 Requirements Input - SVG ( ( 版)) http://www.w3.org/Graphics/SVG/WG/wiki/SVG2_Requirements_Input#role.2C_rel.2C_rev.2C_about.2C_content.2C_datatype.2C_property.2C_resource.2C_typeof
[88] History of changes to WAI-ARIA Roles ( ( 版)) http://www.w3.org/WAI/PF/aria-implementation/change-history
[89] HTML to Platform Accessibility APIs Implementation Guide ( ( 版)) http://rawgithub.com/w3c/html-api-map/master/index.html
[90] Using WAI-ARIA in HTML ( ( 版)) http://rawgithub.com/w3c/aria-in-html/master/index.html
[95] WAI-ARIA 1.0 Authoring Practices ( ( 版)) http://www.w3.org/WAI/PF/aria-practices/
[96] WAI-ARIA Roadmap 1.0 ( ( 版)) http://www.w3.org/WAI/PF/aria-roadmap/
[97] WAI-ARIA Primer 1.0 ( ( 版)) http://www.w3.org/WAI/PF/aria-primer/
[98] WAI-ARIA Overview ( ( 版)) http://www.w3.org/WAI/intro/aria.php
[99] Accessible Rich Internet Applications (WAI-ARIA) 1.1 ( ( 版)) http://www.w3.org/TR/wai-aria-1.1/
[100] Accessible Rich Internet Applications (WAI-ARIA) 1.1 ( ( 版)) http://www.w3.org/TR/wai-aria-1.1/complete
[149] >>99, >>100 はいつのまにか 404
になっています。
[284] WAI-ARIA FAQ ( ( 版)) http://www.w3.org/WAI/aria/faq#update
[285] Accessible Rich Internet Applications (WAI-ARIA) 1.1 ( ( 版)) http://www.w3.org/WAI/PF/aria-1.1/complete
[286] Accessible Rich Internet Applications (WAI-ARIA) 1.1 ( ( 版)) http://www.w3.org/TR/2013/WD-wai-aria-1.1-20130926/complete
[101] XUL Accessibility - Accessibility | MDN ( ( 版)) https://developer.mozilla.org/en-US/docs/Web/Accessibility/XUL
[109] Web Applications 1.0 r8409 Update ARIA restrictions for fieldset, ol, ul to include 'group' role ( ( 版)) http://html5.org/tools/web-apps-tracker?from=8408&to=8409
[110] ARIA 仕様書、昔よりもかなり読みやすくなっていました。どこが要件なのかとか、 HTML でどう表現されるのかなど何年か前に読んだ時よりずっと明確になっています。 ただ細部の表現は仕様書としてはまだ曖昧なようです。同じ概念を指していそうなものが微妙に異なる表現で揺れていて意図が不明瞭だったり。
[111] Web Applications 1.0 r8412 Some ARIA role additions for authoring flexibility ( ( 版)) http://html5.org/tools/web-apps-tracker?from=8411&to=8412
[107] 最新の本体仕様書は >>91 です。 それに加えて各環境のアクセシビリティーAPI との対応関係を規定した、 HTML におけるレンダリングの章に相当しそうな仕様書が >>92 です。 更に HTML における利用を >>93 で、 SVG における利用を >>94 で規定しています。
[112] Accessible Rich Internet Applications (WAI-ARIA) 1.0 ( ( 版)) http://www.w3.org/TR/2014/PR-wai-aria-20140206/complete
[113] WAI-ARIA 1.0 User Agent Implementation Guide ( ( 版)) http://www.w3.org/TR/2014/PR-wai-aria-implementation-20140206/
[114] IRC logs: freenode / #whatwg / 20140221 ( ( 版)) http://krijnhoetmer.nl/irc-logs/whatwg/20140221#l-949
[115] Outlines for new Implementation guide documents for Core (previously WAI-ARIA), HTML 5.1, and SVG2 ( (Richard Schwerdtfeger 著, 版)) http://lists.w3.org/Archives/Public/public-pfwg/2014Jan/0018.html
[116] Web Applications 1.0 r8495 Map table-related elements to ARIA roles ( ( 版)) http://html5.org/tools/web-apps-tracker?from=8494&to=8495
[117] Web Applications 1.0 r8508 Make clearTimeout()/clearInterval() (with no arguments) into no-ops; change the <table> role mapping so that tables aren't interactive. ( ( 版)) http://html5.org/tools/web-apps-tracker?from=8507&to=8508
[118] Web Applications 1.0 r8534 Map <th sorted> to aria-sort=.]] ( ( 版)) http://html5.org/tools/web-apps-tracker?from=8533&to=8534
[119] Web Applications 1.0 r8534 Map <th sorted> to aria-sort=.]] ( ( 版)) http://html5.org/tools/web-apps-tracker?from=8533&to=8534
[120] Accessible Rich Internet Applications (WAI-ARIA) 1.0 ( ( 版)) http://www.w3.org/TR/2014/REC-wai-aria-20140320/complete
[121] WAI-ARIA 1.0 User Agent Implementation Guide ( ( 版)) http://www.w3.org/TR/2014/REC-wai-aria-implementation-20140320/
[297] WAI-ARIA 1.0 User Agent Implementation Guide はW3C勧告出版後、 更新が止まっています。 Accessible Name and Description: Computation and API Mappings 1.1 には、これがそれを置き換える新文書であるとの記述があります >>296。 (内容はかなり違っています。)
[283] ARIA 1.1 は ARIA 1.0 が W3C勧告となる前から開発が開始されていたようですが、 ほぼ放置状態に見えました。最新の規定がどこにあるのか、外部からはわかりにくい状態でした。 ARIA 1.0 が W3C勧告となった後、 開発は ARIA 1.1 へと移りました。
[122] Core Accessibility API Mappings 1.1 ( ( 版)) http://www.w3.org/TR/2014/WD-core-aam-1.1-20140612/
[123] Accessible Rich Internet Applications (WAI-ARIA) 1.1 ( ( 版)) http://www.w3.org/TR/2014/WD-wai-aria-1.1-20140612/
[124] Accessible Rich Internet Applications (WAI-ARIA) 1.1 ( ( 版)) http://rawgit.com/w3c/aria/master/spec/aria.html
[125] w3c/aria ( ( 版)) https://github.com/w3c/aria/
[126] Using WAI-ARIA in HTML ( ( 版)) http://www.w3.org/TR/2014/WD-aria-in-html-20140626/
[127] ACTION-1199: User Agents SHOULD note author errors in console. · 71b4e83 · w3c/aria ( ( 版)) https://github.com/w3c/aria//commit/71b4e838d61bce566dd50296e413acc694ddaa22
[128] [Custom] Custom elements and ARIA ( (Domenic Denicola 著, 版)) http://lists.w3.org/Archives/Public/public-webapps/2014JulSep/0355.html
[129] ACTION-1199: User Agents SHOULD note author errors in console. · 864f5cd · w3c/aria ( ( 版)) https://github.com/w3c/aria/commit/864f5cd1822288ca4350c1824b0648d2cb74c110
[130] HTML Accessibility API Mappings 1.1 ( ( 版)) http://rawgit.com/w3c/aria/master/html-aam/html-aam.html
[131] Proposal: move accessibility implementation requirements from HTML to HTML acc mappings spec ( (Steve Faulkner 著, 版)) http://lists.w3.org/Archives/Public/public-html/2014Sep/0000.html
[132] Re: Proposal: move accessibility implementation requirements from HTML to HTML acc mappings spec ( (Domenic Denicola 著, 版)) http://lists.w3.org/Archives/Public/public-html/2014Sep/0003.html
[133] IRC logs: freenode / #whatwg / 20140902 ( ( 版)) http://krijnhoetmer.nl/irc-logs/whatwg/20140902
[134] SVG2 Accessibility API Mappings ( ( 版)) http://rawgit.com/w3c/aria/master/svg/svg-implementation.html
[135] IRC logs: freenode / #whatwg / 20140902 ( ( 版)) http://krijnhoetmer.nl/irc-logs/whatwg/20140902
[136] [whatwg] Removing ARIA mappings from the HTML standard in favor of a separate doc ( (Domenic Denicola 著, 版)) http://lists.w3.org/Archives/Public/public-whatwg-archive/2014Sep/0005.html
[137] split element mappings into two tables · 2ea3cba · w3c/aria ( ( 版)) https://github.com/w3c/aria//commit/2ea3cbab625ef7576bbcc8d450bfc1b6c364f9ca
[138] ACTION-1506: Create editors draft of name/description computation. · 73b01be · w3c/aria ( ( 版)) https://github.com/w3c/aria//commit/73b01be57ffa103ca267f41fc1a51ae1d06a7f67
[139] ACTION-1506: Create editors draft of name/description computation · ccf4d13 · w3c/aria ( ( 版)) https://github.com/w3c/aria/commit/ccf4d138ee5ebb11ab07adc17e4f74c58d0252ab
[140] IRC logs: freenode / #whatwg / 20140922 ( ( 版)) http://krijnhoetmer.nl/irc-logs/whatwg/20140922
[141] Deleted text alternative algorithm, link to accname-aam.html instead. · 5e03d53 · w3c/aria ( ( 版)) https://github.com/w3c/aria/commit/5e03d530cb15925f2b6a6e61d7a1ae239cc589b9
[142] ARIA in HTML ( ( 版)) https://specs.webplatform.org/html-aria/webspecs/master/
[143] SVG 1.1 default implicit ARIA semantics ( ( 版)) https://specs.webplatform.org/SVG1.1-ARIA/webspecs/master/
[144] Accessible Name and Description: Computation and API Mappings 1.1 ( ( 版)) http://www.w3.org/TR/2014/WD-accname-aam-1.1-20141211/
[145] Accessible Rich Internet Applications (WAI-ARIA) 1.1 ( ( 版)) http://www.w3.org/TR/2014/WD-wai-aria-1.1-20141211/
[146] Core Accessibility API Mappings 1.1 ( ( 版)) http://www.w3.org/TR/2014/WD-core-aam-1.1-20141211/
[147] [DRAFT] SVG Accessibility Task Force (SVG A11Y TF) Work Statement ( ( 版)) http://www.w3.org/WAI/PF/svg-a11y-tf/work-statement
[148] reversioning HTML-AAM to 1.0 · 564364e · w3c/aria ( 版) https://github.com/w3c/aria/commit/564364e9891e18221d66d90ebcb79f246f5c193a
[153] w3c/aria ( 版) https://github.com/w3c/aria
[154] SVG Accessibility API Mappings ( ( 版)) http://www.w3.org/TR/2015/WD-svg-aam-1.0-20150226/
[155] HTML Accessibility API Mappings 1.0 ( ( 版)) http://www.w3.org/TR/2015/WD-html-aam-1.0-20150407/
[161] ARIA in HTML ( ( 版)) http://www.w3.org/TR/2015/WD-html-aria-20150414/
[162] Re: Making ARIA and native HTML play better together (Domenic Denicola 著, 版) https://lists.w3.org/Archives/Public/public-webapps/2015AprJun/0570.html
[163] Accessibility/WebAccessibilityAPI - MozillaWiki ( 版) https://wiki.mozilla.org/Accessibility/WebAccessibilityAPI
[164] WebAccessibilityAPI - Google Groups ( 版) https://groups.google.com/forum/#!msg/browser-accessibility-dev/7M9fUOQmkc4/Ix2x-7m8EZsJ
[165] WAI-ARIA Authoring Practices 1.1 ( ( 版)) http://www.w3.org/TR/2015/WD-wai-aria-practices-1.1-20150514/
[166] WAI-ARIA Authoring Practices 1.1 ( ( 版)) http://www.w3.org/TR/2015/WD-wai-aria-practices-1.1-20150514/
[167] Accessible Rich Internet Applications (WAI-ARIA) 1.1 ( ( 版)) http://www.w3.org/TR/2015/WD-wai-aria-1.1-20150514/
[168] Core Accessibility API Mappings 1.1 ( ( 版)) http://www.w3.org/TR/2015/WD-core-aam-1.1-20150514/
[169] ARIA in HTML ( 版) http://www.w3.org/TR/2015/WD-html-aria-20150514/
[170] Notes on Using ARIA in HTML ( 版) http://www.w3.org/TR/2015/WD-aria-in-html-20150514/
[171] Notes on Using ARIA in HTML ( ( 版)) http://www.w3.org/TR/2015/WD-aria-in-html-20150521/
[172] w3c/aria ( 版) https://github.com/w3c/aria/
[179] added parent roles from wiki · w3c/aria@544cfc2 ( 版) https://github.com/w3c/aria/commit/544cfc2f15d95961956d068f0f091a390e4f7f0a
[180] Digital Publishing WAI-ARIA Module ( 版) http://w3c.github.io/aria/aria/dpub.html
[181] Digital Publishing WAI-ARIA Module 1.0 ( ( 版)) http://www.w3.org/TR/2015/WD-dpub-aria-1.0-20150707/
[182] Digital Publishing WAI-ARIA Module 1.0 ( 版) http://w3c.github.io/aria/aria/dpub.html
[183] ARIA and DPUB published a First Public Working Draft (FPWD) | W3C Blog ( ( 版)) http://www.w3.org/blog/2015/07/aria-and-dpub-publish-fpwd/
[184] ARIAExtensions - Protocols and Formats Working Group Wiki ( 版) https://www.w3.org/WAI/PF/wiki/ARIAExtensions
[185] Accessible Rich Internet Applications (WAI-ARIA) 1.1 ( ( 版)) http://www.w3.org/TR/2015/WD-wai-aria-1.1-20150714/
[186] Core Accessibility API Mappings 1.1 ( ( 版)) http://www.w3.org/TR/2015/WD-core-aam-1.1-20150714/
[187] Accessible Name and Description: Computation and API Mappings 1.1 ( ( 版)) http://www.w3.org/TR/2015/WD-accname-aam-1.1-20150714/
[188] Graphics Module with chart taxonomy · w3c/aria@403b80f ( 版) https://github.com/w3c/aria/commit/403b80f85060242b4814859bdfbef6956de14c8f
[189] [DRAFT] Accessible Rich Internet Applications Working Group ( 版) http://www.w3.org/2015/04/draft-aria-charter
[190] Proposed W3C WAI Charters (until 2015-07-30) (Coralie Mercier 著, 版) https://lists.w3.org/Archives/Public/public-new-work/2015Jul/0014.html
[191] ARIA in HTML ( 版) http://www.w3.org/TR/2015/WD-html-aria-20150902/
[192] IRC logs: freenode / #whatwg / 20150910 ( 版) http://krijnhoetmer.nl/irc-logs/whatwg/20150910
[193] Close #109: reference other documents for ARIA behavior and semantics · whatwg/html@f619b0c ( 版) https://github.com/whatwg/html/commit/f619b0c0dfa6076d738c90e0d115221efc7cd003
[194] Update ARIA section title and reference · whatwg/html@a98963c ( 版) https://github.com/whatwg/html/commit/a98963cce592eb1ce719a390d9522361348310a4
[195] wapa/ScriptAccessibility.md at master · cyns/wapa ( 版) https://github.com/cyns/wapa/blob/master/ScriptAccessibility.md
[196] Accessibility API ( 版) https://asurkov.github.io/a11yapi/
[197] ARIA in HTML ( 版) http://www.w3.org/TR/2015/WD-html-aria-20151010/
[199] Note how the SVG currently implemented in browsers is a mix of SVG 1.… · whatwg/html@969c45b ( 版) https://github.com/whatwg/html/commit/969c45b2478d1d2d3be8564ec85dc316a53c8bcf
[200] Accessible Rich Internet Applications (WAI-ARIA) 1.1 ( ( 版)) http://www.w3.org/TR/2015/WD-wai-aria-1.1-20151119/
[201] Core Accessibility API Mappings 1.1 ( ( 版)) http://www.w3.org/TR/2015/WD-core-aam-1.1-20151119/
[202] Accessible Name and Description: Computation and API Mappings 1.1 ( ( 版)) http://www.w3.org/TR/2015/WD-accname-aam-1.1-20151119/
[203] SVG Accessibility API Mappings ( ( 版)) http://www.w3.org/TR/2015/WD-svg-aam-1.0-20151119/
[204] WAI-ARIA Authoring Practices 1.1 ( ( 版)) http://www.w3.org/TR/2015/WD-wai-aria-practices-1.1-20151119/
[205] Digital Publishing WAI-ARIA Module 1.0 ( ( 版)) http://www.w3.org/TR/2015/WD-dpub-aria-1.0-20151119/
[206] Switching to ARIA WG · w3c/aria@38cc32c ( 版) https://github.com/w3c/aria/commit/38cc32cc1325149426cfcb714705f4c01c271096
[207] add ARIA 1.1 State and Properties from the latest public working draft · w3c/svgwg@1ed203f ( 版) https://github.com/w3c/svgwg/commit/1ed203fbce97e8dde7661cd426fe6c247b094c06
[209] Accessible Rich Internet Applications Working Group ( 版) http://www.w3.org/2015/10/aria-charter.html
[210] Digital Publishing Accessibility API Mappings ( ( 版)) http://www.w3.org/TR/2015/WD-dpub-aam-1.0-20151203/
[211] WAI-ARIA Graphics Module ( ( 版)) http://www.w3.org/TR/2015/WD-graphics-aria-1.0-20151203/
[212] HTML Accessibility API Mappings 1.0 ( ( 版)) http://www.w3.org/TR/2015/WD-html-aam-1.0-20151203/
[213] ARIA in HTML ( 版) http://www.w3.org/TR/2015/WD-html-aria-20151214/
[214] ARIA in HTML ( 版) http://www.w3.org/TR/2015/WD-html-aria-20151216/
[215] ARIA in HTML ( 版) https://www.w3.org/TR/2016/WD-html-aria-20160115/
[216] Modified the ARIA specification to reference the new ARIA Graphics mo… · w3c/svgwg@cb8e8da ( 版) https://github.com/w3c/svgwg/commit/cb8e8da8df606715d670747773a3b352b5b7d744
[217] WAI-ARIA Authoring Practices 1.1 ( 版) https://w3c.github.io/aria/practices/aria-practices.html
[218] ARIA in HTML ( 版) https://www.w3.org/TR/2016/WD-html-aria-20160310/
[219] ARIA in HTML ( ()) https://www.w3.org/TR/2016/WD-html-aria-20160511/
[220] ARIA in HTML ( ()) https://www.w3.org/TR/2016/WD-html-aria-20160525/
[221] Update default role mapping table (AmeliaBR著, ) https://github.com/w3c/svgwg/commit/3829106cd1ab5b2067318b21c962e8275f11d735
[222] Accessible Rich Internet Applications (WAI-ARIA) 1.1 () https://www.w3.org/TR/2016/WD-wai-aria-1.1-20160721/
[223] Accessible Rich Internet Applications (WAI-ARIA) 1.1 () https://www.w3.org/TR/2016/WD-wai-aria-1.1-20160721/
[224] ARIA in HTML () https://www.w3.org/TR/2016/WD-html-aria-20160902/
[225] Graphics Accessibility API Mappings () https://www.w3.org/TR/2016/WD-graphics-aam-1.0-20160908/
[226] WAI-ARIA Graphics Module () https://www.w3.org/TR/2016/WD-graphics-aria-1.0-20160908/
[227] SVG Accessibility API Mappings () https://www.w3.org/TR/2016/WD-svg-aam-1.0-20160908/
[228] ARIA in HTML () https://www.w3.org/TR/2016/WD-html-aria-20160916/
[229] ARIA in HTML () https://www.w3.org/TR/2016/WD-html-aria-20160919/
[230] ARIA in HTML () https://www.w3.org/TR/2016/WD-html-aria-20161005/
[231] Accessible Rich Internet Applications (WAI-ARIA) 1.1 () https://www.w3.org/TR/2016/CR-wai-aria-1.1-20161027/
[232] ARIA in HTML () https://www.w3.org/TR/2016/WD-html-aria-20161030/
[240] ARIA in HTML () https://www.w3.org/TR/2016/WD-html-aria-20161108/
[241] ARIA in HTML () https://www.w3.org/TR/2016/WD-html-aria-20161110/
[242] ARIA in HTML () https://www.w3.org/TR/2016/WD-html-aria-20161111/
[243] ARIA in HTML () https://www.w3.org/TR/2016/WD-html-aria-20161115/
[244] ARIA in HTML () https://www.w3.org/TR/2016/WD-html-aria-20161116/
[245] ARIA in HTML () https://www.w3.org/TR/2016/WD-html-aria-20161121/
[246] HTML Accessibility API Mappings 1.0 () https://www.w3.org/TR/2016/WD-html-aam-1.0-20161211/
[247] HTML Accessibility API Mappings 1.0 () https://www.w3.org/TR/2016/WD-html-aam-1.0-20161212/
[248] HTML Accessibility API Mappings 1.0 () https://www.w3.org/TR/2016/WD-html-aam-1.0-20161214/
[249] HTML Accessibility API Mappings 1.0 () https://www.w3.org/TR/2016/WD-html-aam-1.0-20161214/
[250] WAI-ARIA Authoring Practices 1.1 () https://www.w3.org/TR/2016/WD-wai-aria-practices-1.1-20161214/
[251] Digital Publishing WAI-ARIA Module 1.0 () https://www.w3.org/TR/2016/CR-dpub-aria-1.0-20161215/
[252] HTML Accessibility API Mappings 1.0 () https://www.w3.org/TR/2016/WD-html-aam-1.0-20161221/
[253] HTML Accessibility API Mappings 1.0 () https://www.w3.org/TR/2016/WD-html-aam-1.0-20161222/
[254] HTML Accessibility API Mappings 1.0 () https://www.w3.org/TR/2016/WD-html-aam-1.0-20161223/
[255] ARIA in HTML () https://www.w3.org/TR/2017/WD-html-aria-20170103/
[256] HTML Accessibility API Mappings 1.0 () https://www.w3.org/TR/2017/WD-html-aam-1.0-20170214/
[257] HTML Accessibility API Mappings 1.0 () https://www.w3.org/TR/2017/WD-html-aam-1.0-20170215/
[258] ARIA in HTML () https://www.w3.org/TR/2017/WD-html-aria-20170313/
[259] HTML Accessibility API Mappings 1.0 () https://www.w3.org/TR/2017/WD-html-aam-1.0-20170322/
[260] ARIA in HTML () https://www.w3.org/TR/2017/WD-html-aria-20170323/
[261] Using ARIA () https://www.w3.org/TR/2017/WD-aria-in-html-20170417/
[262] Using ARIA () https://www.w3.org/TR/2017/WD-aria-in-html-20170418/
[263] HTML Accessibility API Mappings 1.0 () https://www.w3.org/TR/2017/WD-html-aam-1.0-20170419/
[264] HTML Accessibility API Mappings 1.0 () https://www.w3.org/TR/2017/WD-html-aam-1.0-20170427/
[265] HTML Accessibility API Mappings 1.0 () https://www.w3.org/TR/2017/WD-html-aam-1.0-20170501/
[266] HTML Accessibility API Mappings 1.0 () https://www.w3.org/TR/2017/WD-html-aam-1.0-20170504/
[267] HTML Accessibility API Mappings 1.0 () https://www.w3.org/TR/2017/WD-html-aam-1.0-20170510/
[268] HTML Accessibility API Mappings 1.0 () https://www.w3.org/TR/2017/WD-html-aam-1.0-20170524/
[270] HTML Accessibility API Mappings 1.0 () https://www.w3.org/TR/2017/WD-html-aam-1.0-20170531/
[271] HTML Accessibility API Mappings 1.0 () https://www.w3.org/TR/2017/WD-html-aam-1.0-20170602/
[272] HTML Accessibility API Mappings 1.0 () https://www.w3.org/TR/2017/WD-html-aam-1.0-20170606/
[273] Digital Publishing Accessibility API Mappings () https://www.w3.org/TR/2017/CR-dpub-aam-1.0-20170606/
[274] DPUB AAM 1.0: All Results () https://w3c.github.io/test-results/dpub-aam/all.html
[275] Personalization Semantics 1.0 () https://www.w3.org/TR/2017/WD-personalization-semantics-1.0-20170606/
[276] WAI-ARIA Authoring Practices 1.1 () https://www.w3.org/TR/2017/WD-wai-aria-practices-1.1-20170628/
[277] Changing editors - HTML A11y API mappings (chaals is Charles McCathie Nevile著, ) https://lists.w3.org/Archives/Public/public-webapps/2017JulSep/0005.html
[278] ARIA in HTML () https://www.w3.org/TR/2017/WD-html-aria-20170829/
[279] ARIA in HTML () https://www.w3.org/TR/2017/WD-html-aria-20170908/
[280] ARIA in HTML () https://www.w3.org/TR/2017/WD-html-aria-20170909/
[287] ARIA 1.1 では ARIA 1.0 と比べて次の機能が追加されています。
[288] 他に幾つかの仕様変更が行われています。
[311] SVG-A11y Task Force: Plans for 2017 (Amelia Bellamy-Royds著, ) https://lists.w3.org/Archives/Public/public-svg-a11y/2017Jan/0000.html
[312] Re: SVG A11y Task Force (Amelia Bellamy-Royds著, ) https://lists.w3.org/Archives/Public/public-svg-a11y/2017Feb/0004.html
[313] public-svg-a11y@w3.org Mail Archives () https://lists.w3.org/Archives/Public/public-svg-a11y/
[317] ARIA 本体仕様、実行時の動的な状態に関する検証可能かどうかもよくわからない細かい抽象的な適合性要件が多くて読んでて辛い。
[319] ARIA in HTML 1.0 と HTML-AAM 1.0 で書いてあること矛盾してるのがいくつかあるな。 どっちも HTML Standard の期待していそうな解釈と合っていなくて中途半端。どっちも信用できない。
[320] ARIA in HTML5 Integration: Document Conformance (Draft, Take Two) (Henri Sivonen著, ) https://hsivonen.fi/aria-html5-bis/
[322] ARIA in HTML () https://www.w3.org/TR/2017/WD-html-aria-20170926/
[323] ARIA in HTML () https://www.w3.org/TR/2017/WD-html-aria-20170929/
[324] Core Accessibility API Mappings 1.1 () https://www.w3.org/TR/2017/CR-core-aam-1.1-20170921/
[325] HTML Accessibility API Mappings 1.0 () https://www.w3.org/TR/2017/WD-html-aam-1.0-20171010/
[326] define token value case requirements for authors (stevefaulkner著, ) https://github.com/w3c/html-aria/commit/9e9d6a917e64dc61a5d5da4c71921e7f93bb021e
[327] define role values as case sensitive for author conformance purposes · Issue #84 · w3c/html-aria () https://github.com/w3c/html-aria/issues/84
[328] ARIA in HTML () https://www.w3.org/TR/2017/WD-html-aria-20171013/
[329] HTML Accessibility API Mappings 1.0 () https://www.w3.org/TR/2017/WD-html-aam-1.0-20171027/
[330] Using ARIA () https://www.w3.org/TR/2017/WD-using-aria-20171030/
[331] Digital Publishing WAI-ARIA Module 1.0 () https://www.w3.org/TR/2017/PR-dpub-aria-1.0-20171102/
[332] Digital Publishing Accessibility API Mappings () https://www.w3.org/TR/2017/PR-dpub-aam-1.0-20171102/
[333] Digital Publishing WAI-ARIA Module 1.0: Test Results | test-results () https://w3c.github.io/test-results/dpub-aria/
[334] Digital Publishing Accessibility API Mappings 1.0: Test Results | test-results () https://w3c.github.io/test-results/dpub-aam/
[335] Accessible Rich Internet Applications (WAI-ARIA) 1.1 () https://www.w3.org/TR/2017/PR-wai-aria-1.1-20171102/
[336] Core Accessibility API Mappings 1.1 () https://www.w3.org/TR/2017/PR-core-aam-1.1-20171102/
[337] WAI ARIA 1.1 Test Results | test-results () https://w3c.github.io/test-results/wai-aria/
[338] Core Accessibility API Mappings 1.1: Test Results | test-results () https://w3c.github.io/test-results/core-aam/
[339] Using ARIA () https://www.w3.org/TR/2017/WD-using-aria-20171123/
[340] added mapping for form with acc name (stevefaulkner著, ) https://github.com/w3c/html-aam/commit/2724b297db1f0bc129bc4fdf711e6c48cf9ac1e4
[341] HTML Accessibility API Mappings 1.0 () https://www.w3.org/TR/2017/WD-html-aam-1.0-20171123/
[342] HTML Accessibility API Mappings 1.0 () https://www.w3.org/TR/2017/WD-html-aam-1.0-20171130/
[343] HTML Accessibility API Mappings 1.0 () https://www.w3.org/TR/2017/WD-html-aam-1.0-20171207/
[344] HTML Accessibility API Mappings 1.0 () https://www.w3.org/TR/2017/WD-html-aam-1.0-20171218/
[345] rewrite of intro as per issue #66 (jasonkiss著, ) https://github.com/w3c/html-aam/commit/941105b03b054d34dfbbe1a13f894d72ac7892f3
[346] describing the relationship between html-aam and core-aam mappings · Issue #66 · w3c/html-aam () https://github.com/w3c/html-aam/issues/66
[347] mhakkinen/SSMLinHTMLproposal: converting markup JSON attribute into SSML () https://github.com/mhakkinen/SSMLinHTMLproposal
[348] HTML Accessibility API Mappings 1.0 () https://www.w3.org/TR/2018/WD-html-aam-1.0-20180105/
[349] HTML Accessibility API Mappings 1.0 () https://www.w3.org/TR/2018/WD-html-aam-1.0-20180108/
[350] HTML Accessibility API Mappings 1.0 () https://www.w3.org/TR/2018/WD-html-aam-1.0-20180109/
[351] Using ARIA () https://www.w3.org/TR/2018/WD-using-aria-20180115/
[352] DT element change to default role=term (ARIA Working Group Comment) · Issue #78 · w3c/html-aam () https://github.com/w3c/html-aam/issues/78
[353] (まだ存在しない) ARIA 1.2 で解決する予定、とかいって要素の意味と role の意味が矛盾するように変更するとか、どうかしている。おかしなものを修正することではなく、 ARIA 1.1 仕様書を完成させることが目的になってるとしか思えん。。。
[354] HTML Accessibility API Mappings 1.0 () https://www.w3.org/TR/2018/WD-html-aam-1.0-20180128/
[355] ARIA in HTML () https://www.w3.org/TR/2018/WD-html-aria-20180131/
[356] HTML Accessibility API Mappings 1.0 () https://www.w3.org/TR/2018/WD-html-aam-1.0-20180131/
[357] WAI-ARIA Graphics Module () https://www.w3.org/TR/2018/WD-graphics-aria-1.0-20180202/
[358] Graphics Accessibility API Mappings () https://www.w3.org/TR/2018/WD-graphics-aam-1.0-20180202/
[359] Personalization Semantics Explainer 1.0 () https://www.w3.org/TR/2018/WD-personalization-semantics-1.0-20180213/
[360] Personalization Semantics 1.0 () https://www.w3.org/TR/2017/WD-personalization-semantics-1.0-20170606/
[361] Personalization Semantics Explainer 1.0 () https://w3c.github.io/personalization-semantics/
[362] Core Accessibility API Mappings 1.1 () https://www.w3.org/TR/2017/PR-core-aam-1.1-20171102/
[363] Accessible Rich Internet Applications (WAI-ARIA) 1.1 () https://www.w3.org/TR/2017/PR-wai-aria-1.1-20171102/
[364] Core Accessibility API Mappings 1.1: Test Results | test-results () https://w3c.github.io/test-results/core-aam/
[365] WAI ARIA 1.1 Test Results | test-results () https://w3c.github.io/test-results/wai-aria/
[366] Digital Publishing WAI-ARIA Module 1.0 () https://www.w3.org/TR/2017/PR-dpub-aria-1.0-20171102/
[367] Digital Publishing Accessibility API Mappings () https://www.w3.org/TR/2017/PR-dpub-aam-1.0-20171102/
[368] Digital Publishing WAI-ARIA Module 1.0: Test Results | test-results () https://w3c.github.io/test-results/dpub-aria/
[369] Digital Publishing Accessibility API Mappings 1.0: Test Results | test-results () https://w3c.github.io/test-results/dpub-aam/
[370] Accessible Rich Internet Applications (WAI-ARIA) 1.1 () https://www.w3.org/TR/2017/REC-wai-aria-1.1-20171214/
[371] Core Accessibility API Mappings 1.1 () https://www.w3.org/TR/2017/REC-core-aam-1.1-20171214/
[372] Digital Publishing WAI-ARIA Module 1.0 () https://www.w3.org/TR/2017/REC-dpub-aria-1.0-20171214/
[373] Digital Publishing Accessibility API Mappings () https://www.w3.org/TR/2017/REC-dpub-aam-1.0-20171214/
[374] WAI-ARIA Authoring Practices 1.1 () https://www.w3.org/TR/2017/NOTE-wai-aria-practices-1.1-20171214/
[375] WAI-ARIA 1.1, Core-AAM 1.1, DPub-ARIA 1.0, DPub-AAM 1.0 are Recommendations; WAI-ARIA Authoring Practices is Note (Michael Cooper著, ) https://lists.w3.org/Archives/Public/w3c-wai-ig/2017OctDec/0239.html
[376] WAI-ARIA Authoring Practices 1.1 Note helps authors make content accessible | W3C Blog () https://www.w3.org/blog/2017/12/wai-aria-authoring-practices-note/
[377] Personalization Semantics Content Module 1.0 () https://www.w3.org/TR/2018/WD-personalization-semantics-content-1.0-20180213/
[378] HTML Accessibility API Mappings 1.0 () https://www.w3.org/TR/2018/WD-html-aam-1.0-20180105/
[379] HTML Accessibility API Mappings 1.0 () https://www.w3.org/TR/2018/WD-html-aam-1.0-20180108/
[380] HTML Accessibility API Mappings 1.0 () https://www.w3.org/TR/2018/WD-html-aam-1.0-20180109/
[381] Using ARIA () https://www.w3.org/TR/2018/WD-using-aria-20180115/
[382] HTML Accessibility API Mappings 1.0 () https://www.w3.org/TR/2018/WD-html-aam-1.0-20180128/
[383] ARIA in HTML () https://www.w3.org/TR/2018/WD-html-aria-20180131/
[384] HTML Accessibility API Mappings 1.0 () https://www.w3.org/TR/2018/WD-html-aam-1.0-20180131/
[385] WAI-ARIA Graphics Module () https://www.w3.org/TR/2018/WD-graphics-aria-1.0-20180202/
[386] updadted kinds of content for ARIA roles (stevefaulkner著, ) https://github.com/w3c/html-aria/commit/1ab6867232bb09c0e012bc78a97f6508de38e7f6
[387] consistency in deferring to CORE / issue #120 (jasonkiss著, ) https://github.com/w3c/html-aam/commit/cdeacad8c1cfd7263830e02fca5a963b505fc0f5
[388] HTML Accessibility API Mappings 1.0 () https://www.w3.org/TR/2018/WD-html-aam-1.0-20180503/
[389] Reference SVG 2 (dstorey著, ) https://github.com/whatwg/html/commit/7069de4fcf2f92295dded520ed5d7275addab2e7
[390] HTML Accessibility API Mappings 1.0 () https://www.w3.org/TR/2018/WD-html-aam-1.0-20180519/
[391] ARIA in HTML () https://www.w3.org/TR/2018/WD-html-aria-20180519/
[392] HTML Accessibility API Mappings 1.0 () https://www.w3.org/TR/2018/WD-html-aam-1.0-20180528/
[393] HTML Accessibility API Mappings 1.0 () https://www.w3.org/TR/2018/WD-html-aam-1.0-20180530/
[394] updated various ax attributes (stevefaulkner著, ) https://github.com/w3c/html-aam/commit/1cff3dcf8c5c6e9db08a5eb84d16af67acf0e847
[395] AxAPI completion · Issue #97 · w3c/html-aam () https://github.com/w3c/html-aam/issues/97
[396] ARIA in HTML () https://www.w3.org/TR/2018/WD-html-aria-20180701/
[397] Changes to WebPlat editors (Léonie Watson著, ) https://lists.w3.org/Archives/Public/public-webapps/2018JulSep/0000.html
[398] ARIA in HTML () https://www.w3.org/TR/2018/WD-html-aria-20180708/
[399] updates editors & links (#137) (scottaohara著, ) https://github.com/w3c/html-aam/commit/93967a90ceb53618e11d68c387f0aa80d90a3a49
[400] updates editors & links by scottaohara · Pull Request #137 · w3c/html-aam () https://github.com/w3c/html-aam/pull/137
[401] Update editor information · Issue #136 · w3c/html-aam () https://github.com/w3c/html-aam/issues/136
[402] HTML Accessibility API Mappings 1.0 () https://www.w3.org/TR/2018/WD-html-aam-1.0-20180725/
[403] HTML Accessibility API Mappings 1.0 () https://www.w3.org/TR/2018/WD-html-aam-1.0-20180802/
[405] HTML Accessibility API Mappings 1.0 () https://www.w3.org/TR/2018/WD-html-aam-1.0-20180907/
[406] HTML Accessibility API Mappings 1.0 () https://www.w3.org/TR/2018/WD-html-aam-1.0-20180907/
[407] HTML Accessibility API Mappings 1.0 () https://www.w3.org/TR/2018/WD-html-aam-1.0-20180519/
[408] ARIA in HTML () https://www.w3.org/TR/2018/WD-html-aria-20180519/
[409] Update URLs for [ARIA] and [HTMLAAM] (golightlyb著, ) https://github.com/whatwg/html/commit/5d040579a2da0ea6f05c3e1407009b6d6ca775cd
[410] Update the URL for the ARIA spec and AAM spec by sideshowbarker · Pull Request #3434 · whatwg/html () https://github.com/whatwg/html/pull/3434
[411] Update broken [ARIA] anchor links by golightlyb · Pull Request #4642 · whatwg/html () https://github.com/whatwg/html/pull/4642
[412] POURing ARIA into the HTML element specs - 24 Accessibility, https://www.24a11y.com/2019/pouring-aria-into-the-html-element-specs/
[413] GitHub - uhyo/a11y-browser, https://github.com/uhyo/a11y-browser