Missing pseudo-classes #1

Merged
NiedziolkaMichal merged 2 commits from patch-1 into main 2022-10-10 20:54:00 +02:00
NiedziolkaMichal commented 2022-09-30 14:28:45 +02:00 (Migrated from github.com)

I have added missing pseudo-classes, that are supported by at least a single browser.

I have added missing pseudo-classes, that are supported by at least a single browser.
NiedziolkaMichal commented 2022-09-30 14:37:08 +02:00 (Migrated from github.com)

Should I add missing pseudo-elements here too or they should be made separate?

Should I add missing pseudo-elements here too or they should be made separate?
marijnh commented 2022-10-10 17:11:58 +02:00 (Migrated from github.com)

Which pseudo-elements are those?

Which pseudo-elements are those?
NiedziolkaMichal commented 2022-10-10 17:16:28 +02:00 (Migrated from github.com)

backdrop, cue, file-selector-button, marker, part, slotted, target-text. From those, part and slotted are accepting selector as their argument.

[backdrop](https://developer.mozilla.org/en-US/docs/Web/CSS/::backdrop), [cue](https://developer.mozilla.org/en-US/docs/Web/CSS/::cue), f[ile-selector-button](https://developer.mozilla.org/en-US/docs/Web/CSS/::file-selector-button), [marker](https://developer.mozilla.org/en-US/docs/Web/CSS/::marker), [part](https://developer.mozilla.org/en-US/docs/Web/CSS/::part), [slotted](https://developer.mozilla.org/en-US/docs/Web/CSS/::slotted), [target-text](https://developer.mozilla.org/en-US/docs/Web/CSS/::target-text). From those, part and slotted are accepting selector as their argument.
marijnh commented 2022-10-10 17:23:22 +02:00 (Migrated from github.com)

Yes, I suppose those can also be added to that same list.

Yes, I suppose those can also be added to that same list.
NiedziolkaMichal commented 2022-10-10 17:36:37 +02:00 (Migrated from github.com)

Ok, I have added them to PR.

Ok, I have added them to PR.
marijnh commented 2022-10-10 20:54:05 +02:00 (Migrated from github.com)

Thanks!

Thanks!
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
codemirror/lang-css!1
No description provided.