Jocelyn Tran

Results 4 issues of Jocelyn Tran

# Describe the change There is a`NOTE` under `directory` role stating that `Authors are advised to treat directory as deprecated`. Instead it should be written as normative text, like `This...

editorial

`directory` role is deprecated in [ARIA](https://w3c.github.io/aria/#directory), but it is not currently listed as deprecated in [core-aam.](https://www.w3.org/TR/core-aam-1.2/#role-map-directory) Related issue in ARIA: https://github.com/w3c/aria/issues/2161

@aleventhal and I were reading [the computation steps, section 2C](https://w3c.github.io/accname/#comp_embedded_control): > Otherwise, if the current node is a control embedded within the label (e.g. any element directly referenced by aria-labelledby)...

I have the implementation for the new `sectionheader` and `sectionfooter` roles ready for Chrome, but it's currently failing the following subtests in WPT: `el-footer`, `el-header`, and `el-header-ancestormain` in [wpt/html-aam/roles-contextual.html](https://github.com/web-platform-tests/wpt/blob/master/html-aam/roles-contextual.html) `footer...