-
Notifications
You must be signed in to change notification settings - Fork 27
Fill in various "?" cells from the element and attribute tables #245
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
Merged
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 3c537c4
add not mapped ping attribute
scottaohara 8d8d2c4
update reversed
scottaohara b0b6c6a
update rows attr
scottaohara f16bba2
u element not mapped in AXAPI
scottaohara 6e3b345
maxlength attribute not mapped in ARIA
scottaohara ca7d435
mappings for minlength attribute
scottaohara 62dd2d4
start attribute axapi
scottaohara 7680251
playsinline attribute not mapped
scottaohara aa061d2
add not mapped referrerpolicy attribute
scottaohara 6e47d56
add comment to required attribute
scottaohara d58a738
axapi step attr not mapped
scottaohara 94adade
update axapi for src attribute
scottaohara e8306fd
update link for style and link[title] attributes
scottaohara 1872c98
update scope attr
scottaohara cf8d921
srcset not mapped
scottaohara bd90671
update type attr on button elements
scottaohara 0a783df
add data[value] not mapped
scottaohara adae53e
label attr aria mapping
scottaohara 9bde8c1
update content introducting attribute table
scottaohara daff79a
size and sizes attribute mappings
scottaohara 415029b
update input type mappings
scottaohara b71ca31
fix typo
scottaohara a4e81b1
input[value] not mapped to ARIA
scottaohara dc0d482
update mapping table for disabled attr
scottaohara 5caf9de
update spellcheck
scottaohara 3963c6d
update AX usemap
scottaohara b11d1d9
cleanup title and add comments for future issues
scottaohara 10e2e63
Add AX for span attr
scottaohara 36791a3
update tabindex to point to core aam
scottaohara 17e1143
Merge branch 'gh-pages' into issue_97
scottaohara 91e1ac1
corrects src UIA mapping
scottaohara 960c85d
adds changelog entry for this PR
scottaohara 01eeb9b
Merge branch 'gh-pages' into issue_97
scottaohara 4cc0a0f
Merge branch 'gh-pages' into issue_97
scottaohara File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
update axapi for src attribute
- Loading branch information
commit 94adade7999a931d438af57d70e7430be21c9395
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
@@ -5302,29 +5302,41 @@ HTML Attribute State and Property Mappings |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
|
| src
|
|
| |
audio ; embed ; iframe ; img ; input ; script ; source ; track ; video
|
|
| Not mapped
|
|
|
|
|
|
|
|
|
Object attributes: |
|
|
src on |
img only
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Object attributes: |
|
|
src on |
img only
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Object attributes: |
|
|
src on |
img only
|
|
|
|
|
|
|
|
| ? |
|
|
|
|
|
|
| `src` |
|
|
|
|
|
|
`audio`; |
|
|
`embed`; |
|
|
`iframe`; |
|
|
`img`; |
|
|
`input`; |
|
|
`script`; |
|
|
`source`; |
|
|
`track`; |
|
|
`video` |
|
|
|
|
|
| Not mapped
|
|
|
|
|
|
|
|
|
Object attributes: |
|
|
`src` on `img` only |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Object attributes: |
|
|
`src` on `img` only |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Object attributes: |
|
|
`src` on `img` only |
|
|
|
|
|
|
|
|
|
|
|
|
`AXURL: <value>` on `img` and `input type=image` |
|
|
|
|
|
|
|
|
|
| |
|||||||
|
|
| `srcdoc` |
|
| |
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
see #266