Skip to content

Commit 099f3a0

Browse files
authored
Merge pull request #89 from daisy/avneeshsingh-patch-2
Fixed programmatic relationship statement which mentions that aria-de…
2 parents 16bf008 + d08b782 commit 099f3a0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

best-practices/extended-desc/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ <h4>Setting up the main content</h4>
9797
<li>The image must have an <code>aria-details</code> attribute pointing to that link's ID.</li>
9898
</ul>
9999

100-
<p>This creates a programmatic relationship that assistive technologies can use to announce the availability of an extended description.</p>
100+
<p>This establishes a programmatic relationship that allows assistive technologies to indicate that additional details are available.</p>
101101

102102
<p>The general pattern is:</p>
103103
<aside class="example" title="General pattern">
@@ -333,7 +333,7 @@ <h4>Setting up the main content with extended description</h4>
333333
<li>The image must have an <code>aria-details</code> attribute pointing to that <code>aside</code>'s ID.</li>
334334
</ul>
335335

336-
<p>This creates a programmatic relationship that assistive technologies can use to announce the availability of an extended description.</p>
336+
<p>This establishes a programmatic relationship that allows assistive technologies to indicate that additional details are available.</p>
337337

338338
<p>The general pattern is:</p>
339339
<aside class="example" title="General pattern">
@@ -451,7 +451,7 @@ <h4>Setting up the main content with extended description</h4>
451451
<li>The image must have an <code>aria-details</code> attribute pointing to that <code>details</code>'s ID.</li>
452452
</ul>
453453

454-
<p>This creates a programmatic relationship that assistive technologies can use to announce the availability of an extended description.</p>
454+
<p>This establishes a programmatic relationship that allows assistive technologies to indicate that additional details are available.</p>
455455

456456
<p>The general pattern is:</p>
457457
<aside class="example" title="General pattern">

0 commit comments

Comments
 (0)