Daniel D. Beck
Daniel D. Beck
### Description Mention the need for accessibility and other testing in the Baseline _Extra considerations_ section. ### Motivation There have been a few questions about whether Baseline covers assistive technology....
#### Summary I was trying to figure out some discrepancies between caniuse and BCD on resource timing APIs and discovered some errors in BCD. #### Test results and supporting details...
SVG element attributes are organized in a different way from HTML element attributes. Many SVG attributes are recorded as `svg.attributes..` while others are recorded as `svg.elements..`. Some are recorded in...
From the discussion on #1990, it'd be nice to have automatic checks on URLs that appear in the BCD data, both in `mdn_urls` and in notes. I have a little...
The [spec](https://drafts.csswg.org/css-color/#css-system-colors) for the `` CSS type ([compat table](https://developer.mozilla.org/en-US/docs/Web/CSS/system-color#browser_compatibility)) defines over a dozen keywords, but BCD only records the support status of five of them (and in a rather weird...
### What would you like to see added to BCD? For each release, I'd like a JSON artifact that contains the release notes' additions and removals. It'd be a structured...
### What type of issue is this? Incorrect support data (example: BrowserX says "86" but support was added in "40") ### What information was incorrect, unhelpful, or incomplete? I don't...
### What type of issue is this? Incorrect support data (example: BrowserX says "86" but support was added in "40") ### What information was incorrect, unhelpful, or incomplete? Support for...
### What type of issue is this? Incorrect support data (example: BrowserX says "86" but support was added in "40") ### What information was incorrect, unhelpful, or incomplete? Caniuse says...
#### Summary Add a feature representing a specification change, where descendants of `display: contents` must be accessible. #### Test results and supporting details `display: contents` has severe accessibility issues ([for...