Skip to content

Commit af98485

Browse files
authored
Merge pull request #2213 from w3c/monorepo_history--html-aam-pr539
[html-aam PR 539] add obsolete dir element
2 parents 801bdb8 + 06c9491 commit af98485

File tree

1 file changed

+50
-0
lines changed

1 file changed

+50
-0
lines changed

html-aam/index.html

Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1943,6 +1943,56 @@ <h4 id="el-dialog">`dialog`</h4>
19431943
</tr>
19441944
</tbody>
19451945
</table>
1946+
<h4 id="el-dir">`dir` (obsolete)</h4>
1947+
<table aria-labelledby="el-dir">
1948+
<tbody>
1949+
<tr>
1950+
<th>HTML Specification</th>
1951+
<td>
1952+
<a data-cite="HTML">`dir`</a>
1953+
</td>
1954+
</tr>
1955+
<tr>
1956+
<th>[[wai-aria-1.2]]</th>
1957+
<td><a class="core-mapping" href="#role-map-list">`list`</a> role</td>
1958+
</tr>
1959+
<tr>
1960+
<th><a data-cite="core-aam-1.2/#roleMappingComputedRole">Computed Role</a></th>
1961+
<td class="role-computed"><div class="general">Use WAI-ARIA mapping</div></td>
1962+
</tr>
1963+
<tr>
1964+
<th>
1965+
<a href="https://msdn.microsoft.com/en-us/library/dd373608%28v=VS.85%29.aspx">MSAA</a> + <a href="http://accessibility.linuxfoundation.org/a11yspecs/ia2/docs/html/">IAccessible2</a>
1966+
</th>
1967+
<td>
1968+
<div class="general">Use WAI-ARIA mapping</div>
1969+
</td>
1970+
</tr>
1971+
<tr>
1972+
<th><a href="https://msdn.microsoft.com/en-us/library/ms726297%28v=VS.85%29.aspx">UIA</a></th>
1973+
<td>
1974+
<div class="general">Use WAI-ARIA mapping</div>
1975+
</td>
1976+
</tr>
1977+
<tr>
1978+
<th><a href="https://gnome.pages.gitlab.gnome.org/atk/">ATK</a></th>
1979+
<td>
1980+
<div class="general">Use WAI-ARIA mapping</div>
1981+
</td>
1982+
</tr>
1983+
<tr>
1984+
<th><a href="https://developer.apple.com/reference/appkit/nsaccessibility">AX</a></th>
1985+
<td>
1986+
<div class="general">Use WAI-ARIA mapping</div>
1987+
</td>
1988+
</tr>
1989+
<!-- <th><a href="#accessible-name-and-description-computation">Naming Algorithm</a></th> -->
1990+
<tr>
1991+
<th>Comments</th>
1992+
<td>The `dir` element is marked as obsolete in HTML, and is not to be used by authors.</td>
1993+
</tr>
1994+
</tbody>
1995+
</table>
19461996
<h4 id="el-div">`div`</h4>
19471997
<table aria-labelledby="el-div">
19481998
<tbody>

0 commit comments

Comments
 (0)