Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fill in various "?" cells from the element and attribute tables #245

Merged
merged 35 commits into from
Dec 10, 2019
Merged
Changes from 1 commit
Commits
Show all changes
35 commits
Select commit Hold shift + click to select a range
1977f2e
add AXAPI mapping for pattern attribute
scottaohara Sep 15, 2019
3c537c4
add not mapped ping attribute
scottaohara Sep 15, 2019
8d8d2c4
update reversed
scottaohara Sep 15, 2019
b0b6c6a
update rows attr
scottaohara Sep 15, 2019
f16bba2
u element not mapped in AXAPI
scottaohara Sep 15, 2019
6e3b345
maxlength attribute not mapped in ARIA
scottaohara Sep 15, 2019
ca7d435
mappings for minlength attribute
scottaohara Sep 15, 2019
62dd2d4
start attribute axapi
scottaohara Sep 15, 2019
7680251
playsinline attribute not mapped
scottaohara Sep 15, 2019
aa061d2
add not mapped referrerpolicy attribute
scottaohara Sep 15, 2019
6e47d56
add comment to required attribute
scottaohara Sep 15, 2019
d58a738
axapi step attr not mapped
scottaohara Sep 15, 2019
94adade
update axapi for src attribute
scottaohara Sep 16, 2019
e8306fd
update link for style and link[title] attributes
scottaohara Sep 16, 2019
1872c98
update scope attr
scottaohara Sep 16, 2019
cf8d921
srcset not mapped
scottaohara Sep 16, 2019
bd90671
update type attr on button elements
scottaohara Sep 16, 2019
0a783df
add data[value] not mapped
scottaohara Sep 16, 2019
adae53e
label attr aria mapping
scottaohara Sep 16, 2019
9bde8c1
update content introducting attribute table
scottaohara Sep 16, 2019
daff79a
size and sizes attribute mappings
scottaohara Sep 22, 2019
415029b
update input type mappings
scottaohara Sep 22, 2019
b71ca31
fix typo
scottaohara Sep 22, 2019
a4e81b1
input[value] not mapped to ARIA
scottaohara Sep 22, 2019
dc0d482
update mapping table for disabled attr
scottaohara Oct 18, 2019
5caf9de
update spellcheck
scottaohara Oct 18, 2019
3963c6d
update AX usemap
scottaohara Oct 18, 2019
b11d1d9
cleanup title and add comments for future issues
scottaohara Oct 18, 2019
10e2e63
Add AX for span attr
scottaohara Oct 18, 2019
36791a3
update tabindex to point to core aam
scottaohara Oct 18, 2019
17e1143
Merge branch 'gh-pages' into issue_97
scottaohara Nov 20, 2019
91e1ac1
corrects src UIA mapping
scottaohara Nov 27, 2019
960c85d
adds changelog entry for this PR
scottaohara Nov 27, 2019
01eeb9b
Merge branch 'gh-pages' into issue_97
scottaohara Dec 10, 2019
4cc0a0f
Merge branch 'gh-pages' into issue_97
scottaohara Dec 10, 2019
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
add not mapped referrerpolicy attribute
  • Loading branch information
scottaohara committed Sep 15, 2019
commit aa061d20789c64cf13158866a64f87d4e33700ae
17 changes: 17 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5055,6 +5055,23 @@ <h3>HTML Attribute State and Property Mappings</h3>
<td class="ax"><div class="general">Use WAI-ARIA mapping</div></td>
<td class="comments"></td>
</tr>
<tr tabindex="-1" id="att-referrerpolicy">
<th><code>referrerpolicy</code></th>
<td class="elements">
<a data-cite="html/links.html#attr-hyperlink-referrerpolicy">`a`</a>;
<a data-cite="html/links.html#attr-hyperlink-referrerpolicy">`area`</a>;
<a data-cite="html/iframe-embed-object.html#attr-iframe-referrerpolicy">`iframe`</a>;
<a data-cite="html/embedded-content.html#attr-img-referrerpolicy">`img`</a>;
<a data-cite="html/semantics.html#attr-link-referrerpolicy">`link`</a>;
<a data-cite="html/scripting.html#attr-script-referrerpolicy">`script`</a>
</td>
<td class="aria"><div class="general">Not mapped</div></td>
<td class="ia2"><div class="general">Not mapped</div></td>
<td class="uia"><div class="general">Not mapped</div></td>
<td class="atk"><div class="general">Not mapped</div></td>
<td class="ax"><div class="general">Not mapped</div></td>
<td class="comments"></td>
</tr>
<tr tabindex="-1" id="att-rel">
<th><code>rel</code></th>
<td class="elements"><a href="https://www.w3.org/TR/html/links.html#element-attrdef-a-rel"><code>a</code></a>; <a href="https://www.w3.org/TR/html/links.html#element-attrdef-a-rel"><code>area</code></a>; <a href="https://www.w3.org/TR/html/document-metadata.html#element-attrdef-link-rel"><code>link</code></a></td>
Expand Down