Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
change `<code>` to just ` marks per (most) other instances
  • Loading branch information
scottaohara authored Aug 19, 2024
1 parent d18c434 commit d9b8df6
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions html-aam/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9010,25 +9010,25 @@ <h4 id="att-class">`class`</h4>
<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> <code>class: &lt;value&gt;</code></div>
<div class="objattrs"><span class="type">Object attributes:</span> `class: &lt;value&gt;`</div>
</td>
</tr>
<tr>
<th><a href="https://msdn.microsoft.com/en-us/library/ms726297%28v=VS.85%29.aspx">UIA</a></th>
<td>
<div class="property"><span class="type">Property:</span> <code>UIA_ClassNamePropertyId</code></div>
<div class="property"><span class="type">Property:</span> `UIA_ClassNamePropertyId`</div>
</td>
</tr>
<tr>
<th><a href="https://gnome.pages.gitlab.gnome.org/atk/">ATK</a></th>
<td>
<div class="objattrs"><span class="type">Object attributes:</span> <code>class: &lt;value&gt;</code></div>
<div class="objattrs"><span class="type">Object attributes:</span> `class: &lt;value&gt;`</div>
</td>
</tr>
<tr>
<th><a href="https://developer.apple.com/reference/appkit/nsaccessibility">AX</a></th>
<td>
<div class="property"><span class="type">Property:</span> <code>AXDOMClassList</code></div>
<div class="property"><span class="type">Property:</span> `AXDOMClassList`</div>
</td>
</tr>
<tr>
Expand Down Expand Up @@ -11207,25 +11207,25 @@ <h4 id="att-id">`id`</h4>
<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> <code>id: &lt;value&gt;</code></div>
<div class="objattrs"><span class="type">Object attributes:</span> `id: &lt;value&gt;`</div>
</td>
</tr>
<tr>
<th><a href="https://msdn.microsoft.com/en-us/library/ms726297%28v=VS.85%29.aspx">UIA</a></th>
<td>
<div class="property"><span class="type">Property:</span> <code>UIA_AutomationIdPropertyId</code></div>
<div class="property"><span class="type">Property:</span> `UIA_AutomationIdPropertyId`</div>
</td>
</tr>
<tr>
<th><a href="https://gnome.pages.gitlab.gnome.org/atk/">ATK</a></th>
<td>
<div class="objattrs"><span class="type">Object attributes:</span> <code>id: &lt;value&gt;</code></div>
<div class="objattrs"><span class="type">Object attributes:</span> `id: &lt;value&gt;`</div>
</td>
</tr>
<tr>
<th><a href="https://developer.apple.com/reference/appkit/nsaccessibility">AX</a></th>
<td>
<div class="property"><span class="type">Property:</span> <code>AXDOMIdentifier</code></div>
<div class="property"><span class="type">Property:</span> `AXDOMIdentifier`</div>
</td>
</tr>
<tr>
Expand Down

0 comments on commit d9b8df6

Please sign in to comment.