Core-AAM: add tests for sectionheader and sectionfooter
Change in ARIA: https://github.com/w3c/aria/pull/1931
Ok @cookiecrook -- I moved sectionheader and sectionfooter to a tentative file: https://github.com/web-platform-tests/wpt/pull/46142
If we need sign off from implementers for WPT tests of new futures added to ARIA, we should note that in the ARIA process documents, I'll ping you for a review of that draft.
I moved sectionheader and sectionfooter to a tentative file: https://github.com/web-platform-tests/wpt/pull/46142
Thanks. FYI there is still an accidental white space diff remaining in roles.html.
Is there a PR to update the header and footer (scoped to main/sectioning content) subtests in html-aam/roles-contextual.html and wai-aria/role/contextual-roles.html?
I have the implementation for sectionheader and sectionfooter ready for Chrome, but it's currently failing those subtests. I'm holding off on merging the code because it would negatively impact our Interop score.
Is there a PR to update the header and footer (scoped to main/sectioning content) subtests in html-aam/roles-contextual.html and wai-aria/role/contextual-roles.html?
I have the implementation for sectionheader and sectionfooter ready for Chrome, but it's currently failing those subtests. I'm holding off on merging the code because it would negatively impact our Interop score.
Hi Joceyln, if there is a missing test or failing test, maybe make an issue on ARIA with the details so we can update it? This PR just has manual tests to keep track of the API mappings.
Thanks @cookiecrook ! Fixed.