Skip to content

Commit

Permalink
Merge branch 'main' into patrickhlauke-target-size-minimum-editorial
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickhlauke authored Mar 10, 2024
2 parents c5663ec + a0215ed commit 720b631
Show file tree
Hide file tree
Showing 760 changed files with 14,994 additions and 17,726 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -179,13 +179,13 @@ To create a working example:

## Translations

WCAG 2.1 is ready for translation. WCAG 2.2 is still under development so should not be translated yet. To translate WCAG 2.1, ensure you are set up to use [GitHub](https://github.com/), then:
WCAG 2.2 is ready for translation. To translate WCAG 2.2, ensure you are set up to use [GitHub](https://github.com/), then:

* [Fork](https://docs.github.com/en/free-pro-team@latest/github/getting-started-with-github/fork-a-repo) the w3c/wcag repository.
* Change to the [branch](https://docs.github.com/en/free-pro-team@latest/github/collaborating-with-issues-and-pull-requests/about-branches) "WCAG-2.1".
* Change to the [branch](https://docs.github.com/en/free-pro-team@latest/github/collaborating-with-issues-and-pull-requests/about-branches) "WCAG-2.2".
* Create a new branch from this branch.
* Translate all user-oriented content in the "guidelines" folder, including the sub-folders. User-oriented content includes text in elements, and attributes such as "title" and "alt" that provide content to users. **Leave other markup as is.**
* Load the index.html document in a modern browser and allow the script to compile the content and format it.
* Activate the "Respec" link in the top right corner, and choose "Export...", then the "HTML" option.
* Edit the resulting file to translate text that was inserted by the script.
* Edit the file to meet the requirements of the [W3C Authorized Translations](https://www.w3.org/2005/02/TranslationPolicy) process.
* Edit the file to meet the requirements of the [W3C Authorized Translations](https://www.w3.org/2005/02/TranslationPolicy) process.
3 changes: 3 additions & 0 deletions acknowledgements/ag-wg-active.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ <h2>Participants of the AG WG active in the development of this document:</h2>
<li>Markku Hakkinen (Educational Testing Service)</li>
<li>Charles Hall (Invited Expert)</li>
<li>Katie Haritos-Shea (Knowbility, Inc)</li>
<li>Dan Harper-Wain (HM Government)</li>
<li>Shawn Henry (W3C)</li>
<li>Sarah Horton (Invited Expert)</li>
<li>Abi James (University of Southampton)</li>
Expand All @@ -61,6 +62,7 @@ <h2>Participants of the AG WG active in the development of this document:</h2>
<li>James Nurthen (Oracle Corporation)</li>
<li>Lori Oakley (Oracle Corporation)</li>
<li>Joshue O Connor (Invited Expert)</li>
<li>Scott O'Hara (Microsoft)</li>
<li>Sailesh Panchang (Deque Systems, Inc.)</li>
<li>Kim Patch (Invited Expert)</li>
<li>Melanie Philipp (Deque Systems, Inc.)</li>
Expand All @@ -85,6 +87,7 @@ <h2>Participants of the AG WG active in the development of this document:</h2>
<li>Kathleen Wahlbin (Invited Expert)</li>
<li>Léonie Watson (TetraLogical)</li>
<li>Jason White (Educational Testing Service)</li>
<li>White, Kevin (W3C Staff)</li>
<li>Mark Wilcock (Unify Software and Solutions)</li>
</ul>
</section>
3 changes: 2 additions & 1 deletion acknowledgements/ag-wg-participants.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<h4>Participants active in the AG WG at the time of publication</h4>
<ul>
<li>Abma, Jake (Invited expert)</li>
<li>Abou-Zahra, Shadi (W3C Staff)</li>
<li>Abou-Zahra, Shadi (Amazon)</li>
<li>Adams, Charles (Oracle Corporation)</li>
<li>Ali, Amani (Nomensa)</li>
<li>Allan, Jim (W3C invited expert)</li>
Expand Down Expand Up @@ -142,6 +142,7 @@ <h4>Participants active in the AG WG at the time of publication</h4>
<li>Wegner, Shane (Thomson Reuters Corp.)</li>
<li>Wentz, Pascal (SAP SE)</li>
<li>White, Jason (Educational Testing Service)</li>
<li>White, Kevin (W3C Staff)</li>
<li>Wild, Gian (AccessibilityOz)</li>
<li>Williams, Jan (The Paciello Group, LLC)</li>
</ul>
Expand Down
4 changes: 2 additions & 2 deletions acknowledgements/funders.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<section>
<section id="enabling-funders">
<h2>Enabling funders</h2>
<p>This publication has been funded in part with U.S. Federal funds from the Health and Human Services, National Institute on Disability, Independent Living, and Rehabilitation Research (NIDILRR), initially under contract number ED-OSE-10-C-0067, then under contract number HHSP23301500054C, and now under HHS75P00120P00168. The content of this publication does not necessarily reflect the views or policies of the U.S. Department of Health and Human Services or the U.S. Department of Education, nor does mention of trade names, commercial products, or organizations imply endorsement by the U.S. Government.</p>
</section>
</section>
10 changes: 7 additions & 3 deletions css/base.css
Original file line number Diff line number Diff line change
Expand Up @@ -132,12 +132,16 @@ dt div {
}

.note {
background: var(--off-white);
padding: 1em;
border: 1px solid var(--cloudy);
padding: 0em 1em;
margin-bottom: 1em;
}
.note-title {
font-weight: bold;
margin: 0;
}

.note p {
margin-top: 0;
}

/* import inline styles from https://www.w3.org/WAI/drafts/WCAG-understanding-redesign-hack.html */
Expand Down
Loading

0 comments on commit 720b631

Please sign in to comment.