generated from w3c/wai-resource-template
-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Commit changed files and submodule updates
- Loading branch information
1 parent
3f0c010
commit 67b25ca
Showing
3 changed files
with
95 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> | ||
|
Submodule aria-practices
updated
3 files
+0 −81 | common/script/participants.js | |
+9 −0 | content/about/about.html | |
+37 −0 | content/about/at-support-tables/at-support-tables.html |