Hi Cynthia,
I was givent the action to create core-aam mappings for new ARIA 1.1 features that were already in the HTML 5 spec as they did have mappings.
https://rawgit.com/w3c/aria/action2102/core-aam/core-aam.html <https://rawgit.com/w3c/aria/action2102/core-aam/core-aam.html>
The changes I made were to add figure, term, and aria-colspan mappings.
However I went to the HTML5 AAM and notices there was no UIA Mapping for colspan.
http://rawgit.com/w3c/aria/master/html-aam/html-aam.html#html-attribute-state-and-property-mappings <http://rawgit.com/w3c/aria/master/html-aam/html-aam.html#html-attribute-state-and-property-mappings>
Would you please provide me with the mappings for HTML colspan?
Steve,
We have not merged the action2102 branch into the core-aam, but:
The ARIA figure role is similar the HTML5 figure role but we don’t have a figcaption role.
The ARIA term role is the same as a <dt>
air-colspan is the same as colspan.
Thanks,
Rich