Skip to content

Commit

Permalink
Commit changed files and submodule updates
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-montalvo authored and github-actions[bot] committed Apr 29, 2024
1 parent 3f0c010 commit 67b25ca
Show file tree
Hide file tree
Showing 3 changed files with 95 additions and 1 deletion.
9 changes: 9 additions & 0 deletions ARIA/apg/about/about.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,15 @@ lang: en
<a href="related-specifications/">Related Specifications</a>.
</p>
</li>
<li>
<h2><a href="at-support-tables/">Assistive Technology Support Tables</a></h2>
<p>
Pages that provide example implementations of APG patterns also, when available, provide a summary of assistive technology support of the ARIA used in those examples.
Learn how to interpret and use data in the
<a href="at-support-tables/">Assistive Technology Support Tables</a>.
</p>
</li>

<li>
<h2><a href="coverage-and-quality/">Coverage and Quality Report</a></h2>
<p>
Expand Down
85 changes: 85 additions & 0 deletions ARIA/apg/about/at-support-tables/at-support-tables.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,85 @@
---
# This file was generated by scripts/pre-build/library/formatForJekyll.js
title: "Introduction"
ref: /ARIA/apg/about/at-support-tables/

github:
repository: w3c/aria-practices
branch: main
path: content/about/at-support-tables/at-support-tables.html
feedbackmail: [email protected]
permalink: /ARIA/apg/about/at-support-tables/

sidebar: true



# Context here: https://github.com/w3c/wai-aria-practices/issues/31
type_of_guidance: APG

lang: en
---
<meta charset="UTF-8" />
<meta content="width=device-width, initial-scale=1.0" name="viewport" />
<title>AT Support Tables</title>

<script src="../../../../content-assets/wai-aria-practices/shared/js/highlight.pack.js"></script>
<script src="../../../../content-assets/wai-aria-practices/shared/js/app.js"></script>


<link
rel="stylesheet"
href="{{ '/content-assets/wai-aria-practices/styles.css' | relative_url }}"
>
<!-- Code highlighting styles -->
<link
rel="stylesheet"
href="{{ '/content-assets/wai-aria-practices/shared/css/github.css' | relative_url }}"
>
<script>
const addBodyClass = undefined;
const enableSidebar = true;
if (addBodyClass) document.body.classList.add(addBodyClass);
if (enableSidebar) document.body.classList.add('has-sidebar');
</script>


<script>
const parentPage = window.location.pathname.match(
/\/(patterns|practices|about)\//
)?.[1];
if (parentPage) {
const parentHref = 'a[href*="' + parentPage + '"]';
document.querySelector(parentHref).classList.add('active');
}
</script>
<div>

<div>

<p>
As reports on assistive technology interoperability are made available by the
ARIA and Assistive Technologies project,
the APG Task Force adds a summary of assistive technology support to the relevant pages showing example implementations of APG patterns.
This page explains how to interpret and use the assistive technology support summaries.
</p>

<section id="purpose">
<h2>Purpose of AT Support Tables</h2>
<p>...</p>
</section>

<section>
<h2>next section</h2>
<p>...</p>
</section>

</div>

</div>
<script
src="{{ '/content-assets/wai-aria-practices/shared/js/skipto.js' | relative_url }}"
data-skipto="colorTheme:aria; displayOption:popup; containerElement:div"
></script>

0 comments on commit 67b25ca

Please sign in to comment.