Skip to content

Commit abfbd22

Browse files
authored
[html-aam] update ia2/atk mappings for maxlength attr
Supersedes [HTML AAM PR 522](w3c/html-aam#522) Co-authored by: @smhigley
1 parent be35024 commit abfbd22

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

html-aam/index.html

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12044,7 +12044,9 @@ <h4 id="att-maxlength">`maxlength`</h4>
1204412044
<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>
1204512045
</th>
1204612046
<td>
12047-
<div class="general">Not mapped</div>
12047+
<div class="objattrs">
12048+
<span class="type">Object attributes:</span> `maxlength: &lt;value&gt;`
12049+
</div>
1204812050
</td>
1204912051
</tr>
1205012052
<tr>
@@ -12056,7 +12058,9 @@ <h4 id="att-maxlength">`maxlength`</h4>
1205612058
<tr>
1205712059
<th><a href="https://gnome.pages.gitlab.gnome.org/atk/">ATK</a></th>
1205812060
<td>
12059-
<div class="general">Not mapped</div>
12061+
<div class="objattrs">
12062+
<span class="type">Object attributes:</span> `maxlength: &lt;value&gt;`
12063+
</div>
1206012064
</td>
1206112065
</tr>
1206212066
<tr>

0 commit comments

Comments
 (0)