sideshowbarker
sideshowbarker
Previous versions of the Process doc contained language about substantive changes being changes that “invalidate” previous review or implementation of a spec. But somewhere along the way, that language got...
The `ariaRelevant` IDL attribute seems to have been intentionally commented out from the `ARIAMixin` interface in https://github.com/w3c/aria/commit/646f093848a1943c8343f34ad80f72dbd78f54e6 — without any explanation that I could find, including not in the related...
This change includes two commits: - 5e65b07c37d LibWeb: Minor code cleanup; use HTML::AttributeNames::value, not string - e9f8b2d4265 LibWeb: Use ARIA::AriaData rather than element.has_attribute I don’t know that the ARIA::AriaData change...
This change implements spec-conformant computation of default ARIA roles for elements whose expected default role depends on the element’s context — specifically, either on the element’s ancestry, or on whether...
This change aligns the default roles for `th` and `td` elements with the requirements in the HTML-AAM spec, and with the corresponding WPT tests at https://wpt.fyi/results/html-aam/table-roles.html, and with the behavior...
This change includes the following commits: - 4ade540fc8132a3d5a6c4c28706157a712f39e63 LibWeb: Add support for the “mark” ARIA role - 470a000f713 LibWeb: Support the “image” synonym for the “img” ARIA role - 80ddfc9f7c9...
Since elements in the DOM don’t have start tags or end tags or other markup, let’s experiment with making them not look like markup — by dropping the angle brackets...
This change updates the (advanced) build docs to explain how to do a Debug build with the CXX `-O0` option set — which tells the compiler to build with no...
I’m not wedded to the particular wording of either the answer or the question here. But we get this question (in some form) frequently enough from people showing up on...