Skip to content

Commit 8c597bf

Browse files
authored
prohibit name from time role (#1464)
* prohibit name from time role
1 parent 582bb8a commit 8c597bf

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

index.html

+11-2
Original file line numberDiff line numberDiff line change
@@ -364,7 +364,7 @@ <h1>Important Terms</h1>
364364
<dd>
365365
<p>In the context of user interfaces, an item in the perceptual user experience, represented in markup languages by one or more <a class="termref" data-lt="element">elements</a>, and rendered by <a class="termref" data-lt="user agent">user agents</a>.</p>
366366
In the context of programming, the instantiation of one or more <a class="termref" data-lt="class">classes</a> and interfaces which define the general characteristics of similar objects. An object in an <a>accessibility <abbr title="Application Programming Interfaces">API</abbr></a> may represent one or more DOM objects. <a class="termref" data-lt="accessibility api">Accessibility APIs</a> have defined interfaces that are distinct from DOM interfaces.</dd>
367-
367+
368368
<dt><dfn data-export="">Ontology</dfn></dt>
369369
<dd>
370370
<p>A description of the characteristics of <a class="termref" data-lt="class">classes</a> and how they relate to each other.</p>
@@ -9672,9 +9672,18 @@ <h5>Note regarding the ARIA 1.1 <rref>none</rref> role.</h5>
96729672
<th class="role-inherited-head" scope="row">Inherited States and Properties:</th>
96739673
<td class="role-inherited"> </td>
96749674
</tr>
9675+
<tr>
9676+
<th class="role-disallowed-head" scope="row">Prohibited States and Properties:</th>
9677+
<td class="role-disallowed">
9678+
<ul>
9679+
<li><pref>aria-label</pref></li>
9680+
<li><pref>aria-labelledby</pref></li>
9681+
</ul>
9682+
</td>
9683+
</tr>
96759684
<tr>
96769685
<th class="role-namefrom-head" scope="row">Name From:</th>
9677-
<td class="role-namefrom">author</td>
9686+
<td class="role-namefrom">prohibited</td>
96789687
</tr>
96799688
<tr>
96809689
<th class="role-namerequired-head" scope="row">Accessible Name Required:</th>

0 commit comments

Comments
 (0)