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

Update Example-Template.html #3129

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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
6 changes: 3 additions & 3 deletions content-templates/Example-Template.html
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ <h1>EXAMPLE_NAME Example</h1>
<section>
<h2>About This Example</h2>
<p>
<!-- Provide an overview of the example where the first sentence provides a link to the section of aria-practices.html that describes the pattern this example implements. -->
<!-- Provide an overview of the example. The first sentence should link to the section of aria-practices.html that describes the pattern implemented by this example. -->
Replace this paragraph with an overview of the example that is something like the following. The below example section demonstrates a simple checkbox that implements the
<a href="../../#checkbox">design pattern for checkbox.</a>
This example uses ... summarize salient techniques )
Expand Down Expand Up @@ -141,8 +141,8 @@ <h2 id="kbd_label">Keyboard Support</h2>
<th><kbd>KeyName</kbd></th>
<td>
<ul>
<li>If condition 1, performs function 1.</li>
<li>If condition 2, performs function 2.</li>
<li>If condition 1, perform function 1.</li>
<li>If condition 2, perform function 2.</li>
<li>Only use a list if multiple statements are needed.</li>
</ul>
</td>
Expand Down