skyclouds2001

Results 128 issues of skyclouds2001

#### Summary docs has been added via https://github.com/mdn/content/pull/33553 #### Test results and supporting details #### Related issues

data:api :rabbit2:

### What type of issue is this? Other ### What information was incorrect, unhelpful, or incomplete? the `autocomplete` attribute should not regard as a global html attribute, as it can...

data:html :page_facing_up:

#### Summary the PR uses the same data as the `partitioned` option in `CookieStore` interface see https://github.com/mdn/content/pull/23495 and https://github.com/mdn/browser-compat-data/pull/18591, where the `partitioned` option was added to `CookieStore` interface, but forget...

data:api :rabbit2:

#### Summary using the data from `api.HTMLInputElement.required` and assume its data is correct also reference to the `required` attribute of `` and `` #### Test results and supporting details ####...

data:html :page_facing_up:

#### Summary the `attributionSourceId` property can also be used as a html attribute using data from api.HTMLAnchorElement.attributionSourceId and assume its data is correct, see #17650 see also the spec https://privacycg.github.io/private-click-measurement/...

data:html :page_facing_up:
not ready :no_entry:

#### Summary the `autocomplete` attibute should not treated as html global attribute removed in favor of #21895 , which add the `autocomplete` attibute to the `` and `` element also,...

data:html :page_facing_up:

#### Summary the data are taken from api.{HTMLInputElement, HTMLTextareaElement}.autocomplete and assume both data are correct #### Test results and supporting details #### Related issues Relates with #21790

data:html :page_facing_up:

#### Summary the data is dumplite with html/elements/input/{autocomplete,list} #### Test results and supporting details #### Related issues

data:html :page_facing_up:

### Description uncomment the paragraph about the content about `speaker-selection` permissions, as at least this has been implement by [chromium](https://chromium.googlesource.com/chromium/src/+/refs/heads/main/third_party/blink/renderer/modules/permissions/permission_descriptor.idl) ([though this featue must be enabled under a flag](https://groups.google.com/a/chromium.org/g/feature-control/c/dcpJ39cKwUU)) also...

Content:WebAPI
size/s

## Here's what I did config as follows in *eslint.config.js* ``` // eslint.config.js import standard from 'eslint-config-standard' export default [ standard, // ... ] ``` this will report: ```shell ConfigError:...