Scott O'Hara

Results 150 issues of Scott O'Hara

adjusting (and removing) content that was out of date or inaccurate. This is not done yet. Related to https://github.com/mdn/learning-area/pull/540

Content:Learn
rebase needed :construction:

closes #891 This revised style ensures that only summary elements that are properly used will be provided the `display: list-item` style.

The current display style applied to the summary element results in unwanted list-item styling for instances where the summary element is not used properly. ``` summary { display: list-item; }...

regarding: https://web.dev/building-a-dialog-component/ it's mentioned that the footer, header and article elements are semantic containers - but there's little explanation as to why they're there, or the impact they'll have for...

ARIA in HTML is updating to indicate that the use of aria-hidden=true on an element that also has the hidden=until-found attribute needs to be treated as a MUST NOT author...

feat
rules

The following is an example of a valid aria-allowed-attr flag with a debatable severity: ``` foo ``` when using the web extension, axe 4.4.2, the above mark up is classified...

fix
rules

ARIA in HTML (https://github.com/w3c/html-aria/pull/446) is updating the role allowances for the `button` element, as well as `input type=button, image, reset, submit`. [ARIA in HTML spec update preview](https://pr-preview.s3.amazonaws.com/w3c/html-aria/pull/446.html). This update serves...

standards

ARIA in HTML is updating to clarify the ARIA attribute allowances for the summary element: - https://github.com/w3c/html-aria/pull/435 - [preview spec change: summary element allowances](https://pr-preview.s3.amazonaws.com/w3c/html-aria/pull/435.html#el-summary) The summary currently allows no role,...

standards

[ARIA in HTML](https://github.com/w3c/html-aria/pull/415) is updating the role allowances for a `figure` element with a child `figcaption` to allow for authors to use `doc-example`. `doc-example` is a dpub variant of the...

standards

[ARIA in HTML](https://github.com/w3c/html-aria/pull/410) is clarifying the allowed roles on `li` elements. >No `role` if the parent list element has an implicit or explicit `list` role. > >Otherwise, any `role`. >...

needs discussion
standards