Skip to content

Commit 7ec4e50

Browse files
Adjust all name tests
1 parent 39f2442 commit 7ec4e50

27 files changed

Lines changed: 31 additions & 31 deletions

accessible-description-button01.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<body>
1111
<h1><code>&lt;button&gt;</code> where <code>aria-describedby</code> should be accessible description</h1>
1212
<p>&larr; <a href="index.html">Return to main list</a></p>
13-
<p>The purpose this test is to show the cascade order of how accessible descriptions are applied in the accessibility tree for buttons. The priority order from highest to lowest is:</p>
13+
<p>The purpose this test is to show the cascade order of how accessible descriptions are applied in the accessibility tree for the <code>&lt;button&gt;</code> element. The priority order from highest to lowest is:</p>
1414
<ol>
1515
<li><b>If present, use <code>aria-describedby</code> value (as per the "Cat" example below)</b>.</li>
1616
<li><a href="accessible-description-button02.html">Otherwise, if present, use <code>title</code> value</a>.</li>

accessible-description-button02.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<body>
1111
<h1><code>&lt;button&gt;</code> where <code>title</code> should be accessible description</h1>
1212
<p>&larr; <a href="index.html">Return to main list</a></p>
13-
<p>The purpose this test is to show the cascade order of how accessible descriptions are applied in the accessibility tree for buttons. The priority order from highest to lowest is:</p>
13+
<p>The purpose this test is to show the cascade order of how accessible descriptions are applied in the accessibility tree for the <code>&lt;button&gt;</code> element. The priority order from highest to lowest is:</p>
1414
<ol>
1515
<li><a href="accessible-description-button01.html">If present, use <code>aria-describedby</code> value.</a></li>
1616
<li><b>Otherwise, if present, use <code>title</code> value (as per the "Rabbit" example below)</b>.</li>

accessible-description-button03.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<body>
1111
<h1><code>&lt;button&gt;</code> with no accessible description</h1>
1212
<p>&larr; <a href="index.html">Return to main list</a></p>
13-
<p>The purpose this test is to show the cascade order of how accessible descriptions are applied in the accessibility tree for buttons. The priority order from highest to lowest is:</p>
13+
<p>The purpose this test is to show the cascade order of how accessible descriptions are applied in the accessibility tree for the <code>&lt;button&gt;</code> element. The priority order from highest to lowest is:</p>
1414
<ol>
1515
<li><a href="accessible-description-button01.html">If present, use <code>aria-describedby</code> value.</a></li>
1616
<li><a href="accessible-description-button01.html">Otherwise, if present, use <code>title</code> value (as per the "Rabbit" example below)</a>.</li>

accessible-description-input01.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<body>
1111
<h1><code>&lt;input&gt;</code> where <code>aria-describedby</code> should be accessible name</h1>
1212
<p>&larr; <a href="index.html">Return to main list</a></p>
13-
<p>The purpose this test is to show the cascade order of how accessible descriptions are applied in the accessibility tree for inputs. The priority order from highest to lowest is:</p>
13+
<p>The purpose this test is to show the cascade order of how accessible descriptions are applied in the accessibility tree for the <code>&lt;input&gt;</code> element. The priority order from highest to lowest is:</p>
1414
<ol>
1515
<li><b>If present, use <code>aria-describedby</code> value (as per the "Cat" example below)</b>.</li>
1616
<li><a href="accessible-description-input02.html">Otherwise, if present, use <code>title</code> value</a>.</li>

accessible-description-input02.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<body>
1111
<h1><code>&lt;input&gt;</code> where <code>title</code> should be accessible name</h1>
1212
<p>&larr; <a href="index.html">Return to main list</a></p>
13-
<p>The purpose this test is to show the cascade order of how accessible descriptions are applied in the accessibility tree for inputs. The priority order from highest to lowest is:</p>
13+
<p>The purpose this test is to show the cascade order of how accessible descriptions are applied in the accessibility tree for the <code>&lt;input&gt;</code> element. The priority order from highest to lowest is:</p>
1414
<ol>
1515
<li><a href="accessible-description-input01.html">If present, use <code>aria-describedby</code> value</a>.</li>
1616
<li><b>Otherwise, if present, use <code>title</code> value (as per the "Rabbit" example below)</b>.</li>

accessible-description-input03.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<body>
1111
<h1><code>&lt;input&gt;</code> with no accessible description</h1>
1212
<p>&larr; <a href="index.html">Return to main list</a></p>
13-
<p>The purpose this test is to show the cascade order of how accessible descriptions are applied in the accessibility tree for inputs. The priority order from highest to lowest is:</p>
13+
<p>The purpose this test is to show the cascade order of how accessible descriptions are applied in the accessibility tree for the <code>&lt;input&gt;</code> element. The priority order from highest to lowest is:</p>
1414
<ol>
1515
<li><a href="accessible-description-input01.html">If present, use <code>aria-describedby</code> value</a>.</li>
1616
<li><a href="accessible-description-input02.html">Otherwise, if present, use <code>title</code> value (as per the "Rabbit" example below)</a>.</li>

accessible-description-link01.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<body>
1111
<h1><code>&lt;a&gt;</code> where <code>aria-describedby</code> should be accessible description</h1>
1212
<p>&larr; <a href="index.html">Return to main list</a></p>
13-
<p>The purpose this test is to show the cascade order of how accessible descriptions are applied in the accessibility tree for links. The priority order from highest to lowest is:</p>
13+
<p>The purpose this test is to show the cascade order of how accessible descriptions are applied in the accessibility tree for the <code>&lt;a&gt;</code> element. The priority order from highest to lowest is:</p>
1414
<ol>
1515
<li><b>If present, use <code>aria-describedby</code> value (as per the "Cat" example below)</b>.</li>
1616
<li><a href="accessible-description-link02.html">Otherwise, if present, use <code>title</code> value</a>.</li>

accessible-description-link02.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<body>
1111
<h1><code>&lt;a&gt;</code> where <code>title</code> should be accessible description</h1>
1212
<p>&larr; <a href="index.html">Return to main list</a></p>
13-
<p>The purpose this test is to show the cascade order of how accessible descriptions are applied in the accessibility tree for links. The priority order from highest to lowest is:</p>
13+
<p>The purpose this test is to show the cascade order of how accessible descriptions are applied in the accessibility tree for the <code>&lt;a&gt;</code> element. The priority order from highest to lowest is:</p>
1414
<ol>
1515
<li><a href="accessible-description-link01.html">If present, use <code>aria-describedby</code> value</a>.</li>
1616
<li><b>Otherwise, if present, use <code>title</code> value (as per the "Rabbit" example below)</b>.</li>

accessible-description-link03.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<body>
1111
<h1><code>&lt;a&gt;</code> with no accessible description</h1>
1212
<p>&larr; <a href="index.html">Return to main list</a></p>
13-
<p>The purpose this test is to show the cascade order of how accessible descriptions are applied in the accessibility tree for links. The priority order from highest to lowest is:</p>
13+
<p>The purpose this test is to show the cascade order of how accessible descriptions are applied in the accessibility tree for the <code>&lt;a&gt;</code> element. The priority order from highest to lowest is:</p>
1414
<ol>
1515
<li><a href="accessible-description-link01.html">If present, use <code>aria-describedby</code> value (as per the "Cat" example below)</a>.</li>
1616
<li><a href="accessible-description-link02.html">Otherwise, if present, use <code>title</code> value</a>.</li>

accessible-description-table01.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<body>
1111
<h1><code>&lt;table&gt;</code> where <code>aria-describedby</code> should be accessible description</h1>
1212
<p>&larr; <a href="index.html">Return to main list</a></p>
13-
<p>The purpose this test is to show the cascade order of how accessible descriptions are applied in the accessibility tree for tables. The priority order from highest to lowest is:</p>
13+
<p>The purpose this test is to show the cascade order of how accessible descriptions are applied in the accessibility tree for the <code>&lt;table&gt;</code> element. The priority order from highest to lowest is:</p>
1414
<ol>
1515
<li><b>If present, use <code>aria-describedby</code> value (as per the "Cat" example below)</b>.</li>
1616
<li><a href="accessible-description-table02.html">Otherwise, if present, use <code>title</code> value</a>.</li>

0 commit comments

Comments
 (0)