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

Accessibility: update Depricated-MultipleImplementationExample-Templa… #3126

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
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ <h3 id="ex1_label">Example 1: title of this variation of the implementation</h3>
This is the preferred implementation whenever feasible. (Delete this paragraph if there
is not a preferred implementation.)
</p>
<div role="separator" id="ex1_start_sep" aria-labelledby="ex1_start_sep ex1_label" aria-label="Start of"></div>
<div role="separator" id="ex1_start_sep" aria-labelledby="ex1_start_sep ex1_label" aria-label="Start of example 1"></div>
<!--
Note the ID of the following div that contains the example HTML is used as a parameter for the sourceCode.add() function.
The sourceCode functions in the examples/js/examples.js render the HTML source to show it to the reader of the example page.
Expand All @@ -98,7 +98,7 @@ <h3 id="ex1_label">Example 1: title of this variation of the implementation</h3>
<!-- Target of previous link will need to be updated when we move the guidelines into the wiki from Ian's repo. -->
</ul>
</div>
<div role="separator" id="ex1_end_sep" aria-labelledby="ex1_end_sep ex1_label" aria-label="End of"></div>
<div role="separator" id="ex1_end_sep" aria-labelledby="ex1_end_sep ex1_label" aria-label="End of example 1"></div>
<h4>Notes</h4>
<ol>
<li>First of a short list of distinguishing characteristics of this implementation.</li>
Expand All @@ -110,7 +110,7 @@ <h4>Notes</h4>

<section>
<h3 id="ex2_label">Example 2: title of this variation of the implementation</h3>
<div role="separator" id="ex2_start_sep" aria-labelledby="ex2_start_sep ex2_label" aria-label="Start of"></div>
<div role="separator" id="ex2_start_sep" aria-labelledby="ex2_start_sep ex2_label" aria-label="Start of example 2"></div>
<!--
Note the ID of the following div that contains the example HTML is used as a parameter for the sourceCode.add() function.
The sourceCode functions in the examples/js/examples.js render the HTML source to show it to the reader of the example page.
Expand All @@ -131,7 +131,7 @@ <h3 id="ex2_label">Example 2: title of this variation of the implementation</h3>
<!-- Target of previous link will need to be updated when we move the guidelines into the wiki from Ian's repo. -->
</ul>
</div>
<div role="separator" id="ex2_end_sep" aria-labelledby="ex2_end_sep ex2_label" aria-label="End of"></div>
<div role="separator" id="ex2_end_sep" aria-labelledby="ex2_end_sep ex2_label" aria-label="End of example 2"></div>
<h4>Notes</h4>
<ol>
<li>First of a short list of distinguishing characteristics of this implementation.</li>
Expand All @@ -143,7 +143,7 @@ <h4>Notes</h4>

<section>
<h3 id="ex3_label">Example 3: title of this variation of the implementation</h3>
<div role="separator" id="ex3_start_sep" aria-labelledby="ex3_start_sep ex3_label" aria-label="Start of"></div>
<div role="separator" id="ex3_start_sep" aria-labelledby="ex3_start_sep ex3_label" aria-label="Start of example 3"></div>
<!--
Note the ID of the following div that contains the example HTML is used as a parameter for the sourceCode.add() function.
The sourceCode functions in the examples/js/examples.js render the HTML source to show it to the reader of the example page.
Expand All @@ -164,7 +164,7 @@ <h3 id="ex3_label">Example 3: title of this variation of the implementation</h3>
<!-- Target of previous link will need to be updated when we move the guidelines into the wiki from Ian's repo. -->
</ul>
</div>
<div role="separator" id="ex3_end_sep" aria-labelledby="ex3_end_sep ex3_label" aria-label="End of"></div>
<div role="separator" id="ex3_end_sep" aria-labelledby="ex3_end_sep ex3_label" aria-label="End of example 3"></div>
<h4>Notes</h4>
<ol>
<li>First of a short list of distinguishing characteristics of this implementation.</li>
Expand Down