Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

apg/code-guide generated by aria-practices #343

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
59 changes: 59 additions & 0 deletions ARIA/apg/about/code-guide/code-guide.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,59 @@
---
# This file was generated by scripts/pre-build/library/formatForJekyll.js
title: "Code Guide"
ref: /ARIA/apg/about/code-guide/

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

sidebar: false



# 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>Code Guide</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 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>


</div>

</div>
<script src="{{ '/content-assets/wai-aria-practices/shared/js/skipto.js' | relative_url }}"></script>

2 changes: 1 addition & 1 deletion _external/aria-practices