Skip to content

Commit

Permalink
update maxlength attr name
Browse files Browse the repository at this point in the history
  • Loading branch information
smhigley committed Dec 13, 2023
1 parent 734aa90 commit 208726b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12269,7 +12269,7 @@ <h4 id=att-maxlength>`maxlength`</h4>
<th><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></th>
<td>
<div class="objattrs">
<span class="type">Object attributes:</span> `max-edit-chars: &lt;value&gt;`
<span class="type">Object attributes:</span> `maxlength: &lt;value&gt;`
</div>
</td>
</tr>
Expand All @@ -12283,7 +12283,7 @@ <h4 id=att-maxlength>`maxlength`</h4>
<th><a href="https://gnome.pages.gitlab.gnome.org/atk/">ATK</a></th>
<td>
<div class="objattrs">
<span class="type">Object attributes:</span> `max-edit-chars: &lt;value&gt;`
<span class="type">Object attributes:</span> `maxlength: &lt;value&gt;`
</div>
</td>
</tr>
Expand Down

0 comments on commit 208726b

Please sign in to comment.