Skip to content

Commit

Permalink
Graphics specs: Merge changes made for WD publications back into master
Browse files Browse the repository at this point in the history
(Except for the actual changes to the "ED" status, of course)
  • Loading branch information
AmeliaBR committed Aug 16, 2016
2 parents 3a2ee6e + 0913b1d commit c866a84
Show file tree
Hide file tree
Showing 3 changed files with 131 additions and 45 deletions.
60 changes: 48 additions & 12 deletions aria/graphics.html
Expand Up @@ -3,7 +3,6 @@
<html xmlns="http://www.w3.org/1999/xhtml" lang="en-US" xml:lang="en-US">
<head>
<title>WAI-ARIA Graphics Module</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<script src="https://www.w3.org/Tools/respec/respec-w3c-common" class="remove"></script>
<script src="../common/script/resolveReferences.js" class="remove"></script>
<script src="../common/biblio.js" class="remove"></script>
Expand All @@ -21,7 +20,7 @@
specStatus: "ED",
//crEnd: "2012-04-30",
//perEnd: "2013-07-23",
//publishDate: "2013-08-22",
//publishDate: "2016-08-18",
diffTool: "http://www.aptest.com/standards/htmldiff/htmldiff.pl",

// the specifications short name, as in http://www.w3.org/TR/short-name/
Expand All @@ -33,8 +32,8 @@

// if there is a previously published draft, uncomment this and set its YYYY-MM-DD date
// and its maturity status
//previousPublishDate: "2014-06-12",
//previousMaturity: "WD",
previousPublishDate: "2015-12-03",
previousMaturity: "WD",
//prevRecURI: "http://www.w3.org/TR/2014/REC-wai-aria-20140320/",
//previousDiffURI: "http://www.w3.org/TR/2014/REC-wai-aria-20140320/",

Expand Down Expand Up @@ -81,10 +80,41 @@
// This is optional, uncomment if you have authors as well as editors.
// only "name" is required. Same format as editors.

//authors: [
// { name: "Your Name", url: "http://example.org/",
// company: "Your Company", companyURI: "http://example.com/" },
//],
authors: [
{
name: "Amelia Bellamy-Royds",
mailto: "amelia.bellamy.royds@gmail.com",
w3cid: 75809
},
{
name: "Fred Esch",
mailto: "fesch@us.ibm.com",
company: "IBM Corporation",
companyURI: "http://www.ibm.com/",
w3cid: 73593
},
{
name: "Rich Schwerdtfeger",
mailto: "schwer@us.ibm.com",
company: "IBM Corporation",
companyURI: "http://www.ibm.com/",
w3cid: 2460
},
{
name: "Doug Schepers",
mailto: "schepers@w3.org",
company: "W3C",
companyURI: "https://www.w3.org/",
w3cid: 38635
},
{
name: "Léonie Watson",
mailto: "lwatson@paciellogroup.com ",
company: "The Paciello Group",
companyURI: 'https://www.paciellogroup.com/',
w3cid: 44692
},
],

/*
alternateFormats: [
Expand All @@ -101,7 +131,7 @@
wg: ["Accessible Rich Internet Applications Working Group", "SVG Working Group"],

// URI of the public WG page
wgURI: ["http://www.w3.org/WAI/ARIA/", "http://www.w3.org/Graphics/SVG/WG/"],
wgURI: ["https://www.w3.org/WAI/ARIA/", "https://www.w3.org/Graphics/SVG/WG/"],

// name (with the @w3c.org) of the public mailing to which comments are due
wgPublicList: "public-svg-a11y",
Expand All @@ -111,7 +141,7 @@
// This is important for Rec-track documents, do not copy a patent URI from a random
// document unless you know what you're doing. If in doubt ask your friendly neighbourhood
// Team Contact.
wgPatentURI: ["http://www.w3.org/2004/01/pp-impl/83726/status", "http://www.w3.org/2004/01/pp-impl/19480/status"],
wgPatentURI: ["https://www.w3.org/2004/01/pp-impl/83726/status", "https://www.w3.org/2004/01/pp-impl/19480/status"],
maxTocLevel: 4,
// Spec URLs
ariaSpecURLs: {
Expand Down Expand Up @@ -145,11 +175,17 @@
</head>
<body>
<section id="abstract">
<p>Assistive technologies need semantic information about the structures and expected behaviors of a document in order to convey appropriate information to persons with disabilities. This specification defines a WAI-ARIA module [[!WAI-ARIA]] of core <a data-lt="role">roles</a><!-- , <a data-lt="state">states</a> and <a data-lt="property">properties</a> Note, if we do include any states & properties in this module, edit this sentence! --> specific to web graphics. These semantics allow an author to express the logical structure of the graphic to assistive technologies. Assistive technologies could then enable semantic navigation and adapt styling and interactive features, to provide an optimal experience for the audience. These features complement the graphics and document structure elements defined by HTML [[HTML5]] and SVG [[SVG2]].</p>
<p>Assistive technologies need semantic information about the structures and expected behaviors of a document in order to convey appropriate information to persons with disabilities. This specification defines a <a href="" class="specref">WAI-ARIA 1.1</a> [[!WAI-ARIA]] module of core <a data-lt="role">roles</a><!-- , <a data-lt="state">states</a> and <a data-lt="property">properties</a> Note, if we do include any states & properties in this module, edit this sentence! --> specific to web graphics. These semantics allow an author to express the logical structure of the graphic to assistive technologies. Assistive technologies could then enable semantic navigation and adapt styling and interactive features, to provide an optimal experience for the audience. These features complement the graphics and document structure elements defined by HTML [[HTML5]] and SVG [[SVG2]].</p>
<p>This document is part of the <abbr title="Accessible Rich Internet Applications">WAI-ARIA</abbr> suite described in the <a href="http://www.w3.org/WAI/intro/aria.php"><abbr title="Accessible Rich Internet Applications">WAI-ARIA</abbr> Overview</a>.</p>
</section>
<section id="sotd">
<p>Please record issues on this specification through the <a href="https://github.com/w3c/aria/issues">Github W3C/aria issue tracker</a>, using the prefix "Graphics" for any issue.</p>
<p>This is an Editor's Draft of <abbr title="Accessible Rich Internet Applications">WAI-ARIA</abbr> Graphics Module 1.0 by the <a href="http://www.w3.org/WAI/PF/svg-a11y-tf/"><abbr title="Scalable Vector Graphics">SVG</abbr> Accessibility Taskforce</a>, a joint task force of the <a href="http://www.w3.org/WAI/ARIA/">Accessible Rich Internet Applications Working Group</a> and the <a href="http://www.w3.org/Graphics/SVG/WG/">SVG Working Group</a>. </p>
<p>Feedback on any aspect of the specification is accepted. For this publication, the <abbr title="Scalable Vector Graphics">SVG</abbr> Accessibility Task Force particularly seeks feedback on the following questions:</p>
<ul>
<li>Are proposed roles clear and appropriate to the needs of interactive graphics?</li>
<li>Is the relationship of this specification to <a href="" class="specref">WAI-ARIA 1.1</a> clear?</li>
</ul>
<p>To comment, <a href="https://github.com/w3c/aria/issues/new">file an issue in the <abbr title="World Wide Web Consortium">W3C</abbr> ARIA GitHub repository</a>, using the "graphics" label in the issue. If this is not feasible, send email to <a href="mailto:public-svg-a11y@w3.org?subject=Graphics%20ARIA%20public%20comment">public-svg-a11y@w3.org</a> (<a href="https://lists.w3.org/Archives/Public/public-svg-a11y/">comment archive</a>). Comments are requested by <strong>30 September 2016</strong>. In-progress updates to the document may be viewed in the <a href="http://w3c.github.io/aria/aria/graphics.html">publicly visible editors' draft</a>.</p>
</section>
<section id="toc">
</section>
Expand Down
63 changes: 49 additions & 14 deletions graphics-aam/graphics-aam.html
Expand Up @@ -2,8 +2,7 @@
<html xmlns="http://www.w3.org/1999/xhtml" lang="en-US" xml:lang="en-US">
<head>
<title>Graphics Accessibility API Mappings</title>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type" />
<script src="../common/script/jquery-1.9.0.min.js"></script>
<script src="https://www.w3.org/scripts/jquery/1.11/jquery.min.js"></script>
<script src="https://www.w3.org/Tools/respec/respec-w3c-common" class="remove"></script>
<script src="../common/script/resolveReferences.js" class="remove"></script>
<script src="../common/biblio.js" class="remove"></script>
Expand All @@ -19,19 +18,19 @@
specStatus: "ED",
//crEnd: "2012-04-30",
//perEnd: "2013-07-23",
//publishDate: "2013-08-22",
//publishDate: "2016-08-18",
diffTool: "http://www.aptest.com/standards/htmldiff/htmldiff.pl",

// the specifications short name, as in http://www.w3.org/TR/short-name/
shortName: "graphics-aam-1.0",

// if you wish the publication date to be other than today, set this
// publishDate: "2009-08-06",
copyrightStart: "2015",
copyrightStart: "2016",

// if there is a previously published draft, uncomment this and set its YYYY-MM-DD date
// and its maturity status
//previousPublishDate: "2014-03-20",
//previousPublishDate: "2016-08-18",
//previousMaturity: "REC",
//prevRecURI: "http://www.w3.org/TR/2014/REC-wai-aria-implementation-20140320/",
//previousDiffURI: "http://www.w3.org/TR/2014/REC-wai-aria-implementation-20140320/",
Expand All @@ -53,22 +52,48 @@
{ name: "Fred Esch",
mailto: "fesch@us.ibm.com",
company: "IBM Corporation",
companyURI: "http://www.ibm.com/",
w3cid: 73593
},
{ name: "Richard Schwerdtfeger",
mailto: "schwer@us.ibm.com",
company: "IBM Corporation",
companyURI: "http://www.ibm.com/",
w3cid: 2460
},
],
// authors, add as many as you like.
// This is optional, uncomment if you have authors as well as editors.
// only "name" is required. Same format as editors.

//authors: [
// { name: "Your Name", url: "http://example.org/",
// company: "Your Company", companyURI: "http://example.com/" },
//],
authors: [
{
name: "Amelia Bellamy-Royds",
mailto: "amelia.bellamy.royds@gmail.com",
w3cid: 75809
},
{
name: "Fred Esch",
mailto: "fesch@us.ibm.com",
company: "IBM Corporation",
companyURI: "http://www.ibm.com/",
w3cid: 73593
},
{
name: "Richard Schwerdtfeger",
mailto: "schwer@us.ibm.com",
company: "IBM Corporation",
companyURI: "http://www.ibm.com/",
w3cid: 2460
},
{
name: "Doug Schepers",
mailto: "schepers@w3.org",
company: "W3C",
companyURI: "https://www.w3.org/",
w3cid: 38635
},
],

/*
alternateFormats: [
Expand All @@ -82,16 +107,16 @@
*/

// Working group info
wg: "Accessible Rich Internet Applications Working Group",
wgURI: "http://www.w3.org/WAI/ARIA/",
wg: ["Accessible Rich Internet Applications Working Group", "SVG Working Group"],
wgURI: ["https://www.w3.org/WAI/ARIA/", "https://www.w3.org/Graphics/SVG/WG/"],
wgPublicList: "public-svg-a11y-comments",

// URI of the patent status for this WG, for Rec-track documents
// !!!! IMPORTANT !!!!
// This is important for Rec-track documents, do not copy a patent URI from a random
// document unless you know what you're doing. If in doubt ask your friendly neighbourhood
// Team Contact.
wgPatentURI: "http://www.w3.org/2004/01/pp-impl/83726/status",
wgPatentURI: ["https://www.w3.org/2004/01/pp-impl/83726/status", "https://www.w3.org/2004/01/pp-impl/19480/status"],

tocIntroductory: true,
//maxTocLevel: 4,
Expand Down Expand Up @@ -185,7 +210,17 @@
</p>

</section>
<section id="sotd"> </section>
<section id="sotd">
<p>This is an Editor's Draft of Graphics Accessibility API Mappings 1.0 by the <a href="http://www.w3.org/WAI/PF/svg-a11y-tf/">SVG Accessibility Task Force</a>, a joint task force of the <a href="http://www.w3.org/WAI/ARIA/">Accessible Rich Internet Applications Working Group</a> and the <a href="http://www.w3.org/Graphics/SVG/WG/">SVG Working Group</a>. It provides guidance for mapping roles in <a href="" class="graphics">WAI-ARIA Graphics Module</a> [[!GRAPHICS-ARIA]] to accessibility APIs, and complements SVG-specific mappings in the <a href="" class="svg-mapping">SVG Accessibility API Mappings</a> [[SVG-AAM]]. It extends <a href="" class="core-mapping">Core Accessibility Mappings 1.1</a> [[!CORE-AAM]], and is part of a suite of similar technology-specific Accessibility API Mappings specifications.</p>
<p>Feedback on any aspect of the specification is accepted. For this publication, the SVG Accessibility Task Force particularly seeks feedback on the following questions:</p>
<ul>
<li>Are mappings of graphics features clear and appropriate?</li>
<li>Do the platform API mappings appropriately reflect the semantics defined for these roles in the WAI-ARIA Graphics Module?</li>
<li>Is the relationship of this specification to <a href="" class="core-mapping">Core Accessibility API Mappings 1.1</a> clear?</li>
<li>Is the relationship of this specification to <a href="" class="graphics">WAI-ARIA Graphics Module</a> and <a href="" class="specref">WAI-ARIA 1.1</a> clear?</li>
</ul>
<p>To comment, <a href="https://github.com/w3c/aria/issues/new">file an issue in the <abbr title="World Wide Web Consortium">W3C</abbr> ARIA GitHub repository</a>, using the "graphics" label in the issue. If this is not feasible, send email to <a href="mailto:public-svg-a11y@w3.org?subject=Graphics%20ARIA%20public%20comment">public-svg-a11y@w3.org</a> (<a href="https://lists.w3.org/Archives/Public/public-svg-a11y/">comment archive</a>). Comments are requested by <strong>30 September 2016</strong>. In-progress updates to the document may be viewed in the <a href="http://w3c.github.io/aria/graphics-aam/graphics-aam.html">publicly visible editors' draft</a>.</p>
</section>
<section id="intro" class="informative">
<h2>Introduction</h2>
<p>The Graphics Accessibility API Mappings specification provides role mappings
Expand Down Expand Up @@ -331,7 +366,7 @@ <h3>Role Mapping Table</h3>
</tr>
<tr id="role-map-graphics-object">
<th><a class="graphics-role-reference" href="#graphics-object"><code>graphics-object</code></a></th>
<td><code>ROLE_SYSTEM_GROUPING</code> + <p>IAccessible2: Object attribute <code>xml-roles:graphics-obj/code>. </p></td>
<td><code>ROLE_SYSTEM_GROUPING</code> + <p>IAccessible2: Object attribute <code>xml-roles:graphics-obj</code>. </p></td>
<td>
<ul>
<li>Expose as text string 'graphics-object' in <code>AriaRole</code>. </li>
Expand Down

0 comments on commit c866a84

Please sign in to comment.