Howard Edwards
Howard Edwards
* Update `cheerio` from v1.0.0-rc.10 to v1.0.0-rc.12 * Based on breaking changes [introduced in v1.0.0-rc.11](https://github.com/cheeriojs/cheerio/releases/tag/v1.0.0-rc.11), changed instances of `.text()` usage to `.prop('innerText')` to preserve the current behavior. Supersedes #2397. ___...
Address comments in #959. cc @nschonni ___ [WAI Preview Link](https://deploy-preview-41--wai-aria-practices2.netlify.app)
* Update `stylelint-config-standard` from v24.0.0 to v26.0.0. * Adjust `examples/css/core.css` to follow new import-notation rule. * NB. We could also ignore the rule if there's any strong feeling/reason for the...
[Preview Tests](https://deploy-preview-768--aria-at.netlify.app) Based on https://github.com/w3c/aria-at/pull/760#issuecomment-1169191416 and https://github.com/w3c/aria-at/pull/760#issuecomment-1169314807.
In addition to #675, there are 2 other links used in the project which need to be updated, however it doesn't seem those links existed before. > README.md under Get...
Draft PR to start defining `contenteditable=plaintext-only`. - [ ] At least two implementers are interested (and none opposed): * … * … - [ ] [Tests](https://github.com/web-platform-tests/wpt) are written and can...
### Description Adds `plaintext-only` value description for use with the `contenteditable` attribute. ### Motivation Bocoup is currently working on standardizing `contenteditable=plaintext-only`. ### Additional details * https://github.com/whatwg/html/pull/8275 (drafting until HTML PR...
A [failure](https://github.com/w3c/aria-practices/actions/runs/8052365007/job/21995034321?pr=2936) I've confirmed to not be flaky, first observed in #2936: error shown in build: Element query returned no results: #example [role="dialog"] table.dates td[data-date="2019-01-01"] ``` not ok 144 -...
Following the merge of #2122 and the inclusion of a "Page last updated" field on the coverage and quality report page, there is a surety that the `examples.yml`'s `coverage:` job...
[Preview Tests](https://deploy-preview-1017--aria-at.netlify.app) See #1009 and #1010. This PR updates the collection form's content to align with a subset of recent changes on the review page, introduced by #997. **Note: These...