You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: index.html
+8-9Lines changed: 8 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -3861,21 +3861,15 @@ <h2>Definition of Roles</h2>
3861
3861
<rdef>image</rdef>
3862
3862
<div class="role-description">
3863
3863
<p>A container for a collection of [=elements=] that form an image. See synonym <rref>img</rref>.</p>
3864
+
<p>An <code>img</code> can contain captions and descriptive text, as well as multiple image files that when viewed together give the impression of a single image. An <code>img</code> represents a single graphic within a document, whether or not it is formed by a collection of drawing <a>objects</a>. In order for an element with a <a>role</a> of <code>img</code> to be <a>perceivable</a>, authors MUST provide the element with an <a class="informative">accessible name</a>. This can be done using the <pref>aria-label</pref> or <pref>aria-labelledby</pref> attribute.</p>
3864
3865
<div class="note" id="role-image-note-image">
3865
3866
Note regarding the ARIA 1.3 <code>image</code> role.
3866
-
<p>The <code>image</code> was added to ARIA in version 1.3 as a
3867
+
<p>The <code>image</code> role was added to ARIA in version 1.3 as a
3867
3868
synonym of the ARIA 1.0 <rref>img</rref> role. The <code>image</code>
3868
3869
role improves syntactic consistency with the names of other roles,
3869
3870
which are complete words or concatenations of complete words.</p>
3870
3871
</div>
3871
3872
</div>
3872
-
</div>
3873
-
<div class="role" id="img">
3874
-
<rdef>img</rdef>
3875
-
<div class="role-description">
3876
-
<p>A container for a collection of [=elements=] that form an image. See synonym <rref>image</rref>.</p>
3877
-
<p>An <code>img</code> can contain captions and descriptive text, as well as multiple image files that when viewed together give the impression of a single image. An <code>img</code> represents a single graphic within a document, whether or not it is formed by a collection of drawing <a>objects</a>. In order for an element with a <a>role</a> of <code>img</code> to be <a>perceivable</a>, authors MUST provide the element with an <a class="informative">accessible name</a>. This can be done using the <pref>aria-label</pref> or <pref>aria-labelledby</pref> attribute.</p>
3878
-
</div>
3879
3873
<table class="role-features">
3880
3874
<caption>Characteristics:</caption>
3881
3875
<thead>
@@ -3904,7 +3898,6 @@ <h2>Definition of Roles</h2>
0 commit comments