-
Notifications
You must be signed in to change notification settings - Fork 26
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
Conversation
@@ -3455,7 +3455,7 @@ <h3>HTML Element Role Mappings</h3> | |||
"text-underline-style:solid" text attribute on its text container. | |||
</div> | |||
</td> | |||
<td class="ax">?</td> | |||
<td class="ax">Not mapped</td> |
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.
this will be updated further in #226
source is not mapped srcset on img elements is not mapped, only the baseline src is exposed.
no direct mapping
add note about “not mapped”
* no mappings for sizes on img and source * no mapping for size attribute on input * refer to listbox if size > 1 on select element
potential for this to change in the future per ARIA issue added as inline comment.
should state to use WAI-ARIA mappings
update to use WAI-ARIA mappings
add inline comment to update ARIA mapping ? for future issue.
<td class="ia2"> | ||
<div class="objattrs"> | ||
<span class="type">Object attributes:</span> | ||
`src` on <a href="#el-img">`img`</a> only |
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
this was incorrectly listed as UIA does not map `src`. closes #266
@marcoscaceres can you tell us why this build is failing? |
Having a look... |
Some of the scripts are depending on things that we no longer ship with in ReSpec (e.g., RequireJS). I've got a rough patch locally that I'll send up soon that should fix things. |
@marcoscaceres how'd the patch go? is this safe to merge in regardless of the fail? |
Closes #97
The following tasks have been completed:
Preview | Diff