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

For publication / deploy on Tuesday December 12, 2023 #284

Merged
merged 8 commits into from
Dec 12, 2023
Merged
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
5 changes: 2 additions & 3 deletions ARIA/apg/patterns/accordion/accordion-pattern.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,9 +80,8 @@ if (enableSidebar) document.body.classList.add('has-sidebar');
</p>
</section>

<section id="examples" class="examples-section"><img alt=""
src="{{ '/content-images/wai-aria-practices/img/accordion.svg' | relative_url }}"
>
<section id="examples" class="examples-section">
<img alt src="../../../../content-images/wai-aria-practices/images/pattern-accordion.svg">
<h2>Example</h2>
<p><a href="examples/accordion/">Accordion Example</a>: demonstrates a form divided into three sections using an accordion to show one section at a time.</p>
</section>
Expand Down
9 changes: 4 additions & 5 deletions ARIA/apg/patterns/accordion/examples/accordion.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ permalink: /ARIA/apg/patterns/accordion/examples/accordion/

sidebar: true

footer: " <div class='example-page-footer'> <p><a href='https://github.com/w3c/aria-practices/projects/8'>View issues related to this example</a></p> <p>Page last updated: 2 October 2023</p> </div> "
footer: " <div class='example-page-footer'> <p><a href='https://github.com/w3c/aria-practices/projects/8'>View issues related to this example</a></p> <p>Page last updated: 11 December 2023</p> </div> "

# Context here: https://github.com/w3c/wai-aria-practices/issues/31
type_of_guidance: APG
Expand Down Expand Up @@ -65,6 +65,7 @@ if (enableSidebar) document.body.classList.add('has-sidebar');

<h2 id="support-notice-header">Read This First</h2>

<h2 id="support-notice-header">Read This First</h2>
<details id="support-notice">
<summary>
The code in this example is not intended for production environments.
Expand Down Expand Up @@ -93,10 +94,8 @@ if (enableSidebar) document.body.classList.add('has-sidebar');


<section>
<h2>About This Example</h2><img alt=""
src="{{ '/content-images/wai-aria-practices/img/accordion.svg' | relative_url }}"
class="example-page-example-icon"
>
<h2>About This Example</h2>
<img alt class="example-page-example-icon" src="../../../../../../content-images/wai-aria-practices/images/pattern-accordion.svg">
<p>The below example section contains a simple personal information input form divided into 3 sections that demonstrates the <a href="../../">Accordion Pattern</a>.</p>
</section>

Expand Down
5 changes: 2 additions & 3 deletions ARIA/apg/patterns/alert/alert-pattern.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,9 +81,8 @@ if (enableSidebar) document.body.classList.add('has-sidebar');
</p>
</section>

<section id="examples" class="examples-section"><img alt=""
src="{{ '/content-images/wai-aria-practices/img/alert.svg' | relative_url }}"
>
<section id="examples" class="examples-section">
<img alt src="../../../../content-images/wai-aria-practices/images/pattern-alert.svg">
<h2>Example</h2>
<p><a href="examples/alert/">Alert Example</a></p>
</section>
Expand Down
9 changes: 4 additions & 5 deletions ARIA/apg/patterns/alert/examples/alert.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ permalink: /ARIA/apg/patterns/alert/examples/alert/

sidebar: true

footer: " <div class='example-page-footer'> <p><a href='https://github.com/w3c/aria-practices/projects/20'>View issues related to this example</a></p> <p>Page last updated: 2 October 2023</p> </div> "
footer: " <div class='example-page-footer'> <p><a href='https://github.com/w3c/aria-practices/projects/20'>View issues related to this example</a></p> <p>Page last updated: 11 December 2023</p> </div> "

# Context here: https://github.com/w3c/wai-aria-practices/issues/31
type_of_guidance: APG
Expand Down Expand Up @@ -69,6 +69,7 @@ if (enableSidebar) document.body.classList.add('has-sidebar');

<h2 id="support-notice-header">Read This First</h2>

<h2 id="support-notice-header">Read This First</h2>
<details id="support-notice">
<summary>
The code in this example is not intended for production environments.
Expand Down Expand Up @@ -97,10 +98,8 @@ if (enableSidebar) document.body.classList.add('has-sidebar');


<section>
<h2>About This Example</h2><img alt=""
src="{{ '/content-images/wai-aria-practices/img/alert.svg' | relative_url }}"
class="example-page-example-icon"
>
<h2>About This Example</h2>
<img alt class="example-page-example-icon" src="../../../../../../content-images/wai-aria-practices/images/pattern-alert.svg">
<p>
The below example demonstrates the <a href="../../">Alert Pattern</a>.
Activating the <q>Trigger Alert</q> button causes a message to be inserted into the example alert element.
Expand Down
5 changes: 2 additions & 3 deletions ARIA/apg/patterns/alertdialog/alertdialog-pattern.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,8 @@ if (enableSidebar) document.body.classList.add('has-sidebar');
</p>
</section>

<section id="examples" class="examples-section"><img alt=""
src="{{ '/content-images/wai-aria-practices/img/alertdialog.svg' | relative_url }}"
>
<section id="examples" class="examples-section">
<img alt src="../../../../content-images/wai-aria-practices/images/pattern-alertdialog.svg">
<h2>Example</h2>
<p><a href="examples/alertdialog/">Alert Dialog Example</a>: A confirmation prompt that demonstrates an alert dialog.</p>
</section>
Expand Down
9 changes: 4 additions & 5 deletions ARIA/apg/patterns/alertdialog/examples/alertdialog.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ permalink: /ARIA/apg/patterns/alertdialog/examples/alertdialog/

sidebar: true

footer: " <div class='example-page-footer'> <p><a href='https://github.com/w3c/aria-practices/projects/20'>View issues related to this example</a></p> <p>Page last updated: 2 October 2023</p> </div> "
footer: " <div class='example-page-footer'> <p><a href='https://github.com/w3c/aria-practices/projects/20'>View issues related to this example</a></p> <p>Page last updated: 11 December 2023</p> </div> "

# Context here: https://github.com/w3c/wai-aria-practices/issues/31
type_of_guidance: APG
Expand Down Expand Up @@ -67,6 +67,7 @@ if (enableSidebar) document.body.classList.add('has-sidebar');

<h2 id="support-notice-header">Read This First</h2>

<h2 id="support-notice-header">Read This First</h2>
<details id="support-notice">
<summary>
The code in this example is not intended for production environments.
Expand Down Expand Up @@ -95,10 +96,8 @@ if (enableSidebar) document.body.classList.add('has-sidebar');


<section>
<h2>About This Example</h2><img alt=""
src="{{ '/content-images/wai-aria-practices/img/alertdialog.svg' | relative_url }}"
class="example-page-example-icon"
>
<h2>About This Example</h2>
<img alt class="example-page-example-icon" src="../../../../../../content-images/wai-aria-practices/images/pattern-alertdialog.svg">
<p>
The below example of a confirmation prompt demonstrates the <a href="../../">Alert Dialog Pattern</a>.
It also includes an example of the <a href="../../../alert/">Alert Pattern</a> to make comparing the experiences provided by the two patterns easy.
Expand Down
5 changes: 2 additions & 3 deletions ARIA/apg/patterns/breadcrumb/breadcrumb-pattern.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,8 @@ if (enableSidebar) document.body.classList.add('has-sidebar');
</p>
</section>

<section id="examples" class="examples-section"><img alt=""
src="{{ '/content-images/wai-aria-practices/img/breadcrumb.svg' | relative_url }}"
>
<section id="examples" class="examples-section">
<img alt src="../../../../content-images/wai-aria-practices/images/pattern-breadcrumb.svg">
<h2>Example</h2>
<p><a href="examples/breadcrumb/">Breadcrumb design pattern example</a></p>
</section>
Expand Down
9 changes: 4 additions & 5 deletions ARIA/apg/patterns/breadcrumb/examples/breadcrumb.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ permalink: /ARIA/apg/patterns/breadcrumb/examples/breadcrumb/

sidebar: true

footer: " <div class='example-page-footer'> <p><a href='https://github.com/w3c/aria-practices/projects/21'>View issues related to this example</a></p> <p>Page last updated: 2 October 2023</p> </div> "
footer: " <div class='example-page-footer'> <p><a href='https://github.com/w3c/aria-practices/projects/21'>View issues related to this example</a></p> <p>Page last updated: 11 December 2023</p> </div> "

# Context here: https://github.com/w3c/wai-aria-practices/issues/31
type_of_guidance: APG
Expand Down Expand Up @@ -65,6 +65,7 @@ if (enableSidebar) document.body.classList.add('has-sidebar');

<h2 id="support-notice-header">Read This First</h2>

<h2 id="support-notice-header">Read This First</h2>
<details id="support-notice">
<summary>
The code in this example is not intended for production environments.
Expand Down Expand Up @@ -93,10 +94,8 @@ if (enableSidebar) document.body.classList.add('has-sidebar');


<section>
<h2>About This Example</h2><img alt=""
src="{{ '/content-images/wai-aria-practices/img/breadcrumb.svg' | relative_url }}"
class="example-page-example-icon"
>
<h2>About This Example</h2>
<img alt class="example-page-example-icon" src="../../../../../../content-images/wai-aria-practices/images/pattern-breadcrumb.svg">
<p>The following example demonstrates the <a href="../../">Breadcrumb Pattern</a>.</p>
</section>

Expand Down
5 changes: 2 additions & 3 deletions ARIA/apg/patterns/button/button-pattern.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,9 +90,8 @@ if (enableSidebar) document.body.classList.add('has-sidebar');
</div>
</section>

<section id="examples" class="examples-section"><img alt=""
src="{{ '/content-images/wai-aria-practices/img/button.svg' | relative_url }}"
>
<section id="examples" class="examples-section">
<img alt src="../../../../content-images/wai-aria-practices/images/pattern-button.svg">
<h2>Examples</h2>
<ul>
<li><a href="examples/button/">Button Examples</a>: Examples of clickable HTML <code>div</code> and <code>span</code> elements made into accessible command and toggle buttons.</li>
Expand Down
9 changes: 4 additions & 5 deletions ARIA/apg/patterns/button/examples/button.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ permalink: /ARIA/apg/patterns/button/examples/button/

sidebar: true

footer: " <div class='example-page-footer'> <p><a href='https://github.com/w3c/aria-practices/projects/14'>View issues related to this example</a></p> <p>Page last updated: 2 October 2023</p> </div> "
footer: " <div class='example-page-footer'> <p><a href='https://github.com/w3c/aria-practices/projects/14'>View issues related to this example</a></p> <p>Page last updated: 11 December 2023</p> </div> "

# Context here: https://github.com/w3c/wai-aria-practices/issues/31
type_of_guidance: APG
Expand Down Expand Up @@ -66,6 +66,7 @@ if (enableSidebar) document.body.classList.add('has-sidebar');

<h2 id="support-notice-header">Read This First</h2>

<h2 id="support-notice-header">Read This First</h2>
<details id="support-notice">
<summary>
The code in this example is not intended for production environments.
Expand Down Expand Up @@ -95,10 +96,8 @@ if (enableSidebar) document.body.classList.add('has-sidebar');


<section>
<h2>About This Example</h2><img alt=""
src="{{ '/content-images/wai-aria-practices/img/button.svg' | relative_url }}"
class="example-page-example-icon"
>
<h2>About This Example</h2>
<img alt class="example-page-example-icon" src="../../../../../../content-images/wai-aria-practices/images/pattern-button.svg">
<p>The following command and toggle button examples demonstrate the <a href="../../">Button Pattern</a>.</p>
<p>Similar examples include:</p>
<ul>
Expand Down
9 changes: 4 additions & 5 deletions ARIA/apg/patterns/button/examples/button_idl.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ permalink: /ARIA/apg/patterns/button/examples/button_idl/

sidebar: true

footer: " <div class='example-page-footer'> <p><a href='https://github.com/w3c/aria-practices/projects/14'>View issues related to this example</a></p> <p>Page last updated: 2 October 2023</p> </div> "
footer: " <div class='example-page-footer'> <p><a href='https://github.com/w3c/aria-practices/projects/14'>View issues related to this example</a></p> <p>Page last updated: 11 December 2023</p> </div> "

# Context here: https://github.com/w3c/wai-aria-practices/issues/31
type_of_guidance: APG
Expand Down Expand Up @@ -66,6 +66,7 @@ if (enableSidebar) document.body.classList.add('has-sidebar');

<h2 id="support-notice-header">Read This First</h2>

<h2 id="support-notice-header">Read This First</h2>
<details id="support-notice">
<summary>
The code in this example is not intended for production environments.
Expand Down Expand Up @@ -96,6 +97,7 @@ if (enableSidebar) document.body.classList.add('has-sidebar');

<section>
<h2>About This example</h2>
<img alt class="example-page-example-icon" src="../../../../../../content-images/wai-aria-practices/images/pattern-button.svg">
<p>The following examples of the <a href="../../">Button Pattern</a> demonstrate a new JavaScript syntax for coding ARIA attributes.</p>
<p>
The JavaScript for the example buttons on this page uses the <a class="specref" href="https://w3c.github.io/aria/#idl-interface">IDL Interface defined in ARIA 1.2</a>.
Expand All @@ -121,10 +123,7 @@ if (enableSidebar) document.body.classList.add('has-sidebar');
<a href="https://github.com/w3c/aria-practices/issues/1692" target="_blank">browser that does not yet provide support for ARIA attribute reflection</a>,
the buttons will not be styled correctly.
</p>
</div><img alt=""
src="{{ '/content-images/wai-aria-practices/img/button.svg' | relative_url }}"
class="example-page-example-icon"
>
</div>

<p>This <q>Print</q> action button uses a <code>div</code> element.</p>
<div tabindex="0" id="action">Print Page</div>
Expand Down
5 changes: 2 additions & 3 deletions ARIA/apg/patterns/carousel/carousel-pattern.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,9 +97,8 @@ if (enableSidebar) document.body.classList.add('has-sidebar');
</ul>
</section>

<section id="examples" class="examples-section"><img alt=""
src="{{ '/content-images/wai-aria-practices/img/carousel.svg' | relative_url }}"
>
<section id="examples" class="examples-section">
<img alt src="../../../../content-images/wai-aria-practices/images/pattern-carousel.svg">
<h2>Examples</h2>
<ul>
<li><a href="examples/carousel-1-prev-next/">Auto-Rotating Image Carousel with Buttons for Slide Control:</a> A basic image carousel that demonstrates the accessibility features necessary for carousels that rotate automatically on page load and also enables users to choose which slide is displayed with buttons for previous and next slide.</li>
Expand Down
9 changes: 4 additions & 5 deletions ARIA/apg/patterns/carousel/examples/carousel-1-prev-next.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ permalink: /ARIA/apg/patterns/carousel/examples/carousel-1-prev-next/

sidebar: true

footer: " <div class='example-page-footer'> <p><a href='https://github.com/w3c/aria-practices/projects/10'>View issues related to this example</a></p> <p>Page last updated: 2 October 2023</p> </div> "
footer: " <div class='example-page-footer'> <p><a href='https://github.com/w3c/aria-practices/projects/10'>View issues related to this example</a></p> <p>Page last updated: 11 December 2023</p> </div> "

# Context here: https://github.com/w3c/wai-aria-practices/issues/31
type_of_guidance: APG
Expand Down Expand Up @@ -68,6 +68,7 @@ if (enableSidebar) document.body.classList.add('has-sidebar');

<h2 id="support-notice-header">Read This First</h2>

<h2 id="support-notice-header">Read This First</h2>
<details id="support-notice">
<summary>
The code in this example is not intended for production environments.
Expand Down Expand Up @@ -96,10 +97,8 @@ if (enableSidebar) document.body.classList.add('has-sidebar');


<section>
<h2>About This Example</h2><img alt=""
src="{{ '/content-images/wai-aria-practices/img/carousel.svg' | relative_url }}"
class="example-page-example-icon"
>
<h2>About This Example</h2>
<img alt class="example-page-example-icon" src="../../../../../../content-images/wai-aria-practices/images/pattern-carousel.svg">
<p>
The following example implementation of the <a href="../../">Carousel Pattern</a> demonstrates features of the pattern that are essential to accessibility for carousels that automatically start rotating when the page loads.
For instance, rotation stops when users either move focus into the carousel or hover the mouse over carousel content, and users can manually control which slide is displayed with previous and next slide buttons.
Expand Down
9 changes: 4 additions & 5 deletions ARIA/apg/patterns/carousel/examples/carousel-2-tablist.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ permalink: /ARIA/apg/patterns/carousel/examples/carousel-2-tablist/

sidebar: true

footer: " <div class='example-page-footer'> <p><a href='https://github.com/w3c/aria-practices/projects/10'>View issues related to this example</a></p> <p>Page last updated: 2 October 2023</p> </div> "
footer: " <div class='example-page-footer'> <p><a href='https://github.com/w3c/aria-practices/projects/10'>View issues related to this example</a></p> <p>Page last updated: 11 December 2023</p> </div> "

# Context here: https://github.com/w3c/wai-aria-practices/issues/31
type_of_guidance: APG
Expand Down Expand Up @@ -66,6 +66,7 @@ if (enableSidebar) document.body.classList.add('has-sidebar');

<h2 id="support-notice-header">Read This First</h2>

<h2 id="support-notice-header">Read This First</h2>
<details id="support-notice">
<summary>
The code in this example is not intended for production environments.
Expand Down Expand Up @@ -94,10 +95,8 @@ if (enableSidebar) document.body.classList.add('has-sidebar');


<section>
<h2>About This Example</h2><img alt=""
src="{{ '/content-images/wai-aria-practices/img/carousel.svg' | relative_url }}"
class="example-page-example-icon"
>
<h2>About This Example</h2>
<img alt class="example-page-example-icon" src="../../../../../../content-images/wai-aria-practices/images/pattern-carousel.svg">
<p>
The following example implementation of the <a href="../../">Carousel Pattern</a> demonstrates features of the pattern that are essential to accessibility for carousels that automatically start rotating when the page loads.
This example also illustrates how to use the <a href="../../../tabs/">tabs pattern</a> to provide users with a way to skip slides in the sequence by directly choosing which one to view.
Expand Down
5 changes: 2 additions & 3 deletions ARIA/apg/patterns/checkbox/checkbox-pattern.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,9 +83,8 @@ if (enableSidebar) document.body.classList.add('has-sidebar');
</ul>
</section>

<section id="examples" class="examples-section"><img alt=""
src="{{ '/content-images/wai-aria-practices/img/checkbox.svg' | relative_url }}"
>
<section id="examples" class="examples-section">
<img alt src="../../../../content-images/wai-aria-practices/images/pattern-checkbox.svg">
<h2>Examples</h2>
<ul>
<li><a href="examples/checkbox/">Checkbox (Two-State) Example</a>: Demonstrates a simple 2-state checkbox.</li>
Expand Down
Loading
Loading