[csswg-drafts] Pull Request: [css-custom-highlight-1] Fix IDL definition of `HighlightRegistry`

tidoust has just submitted a new pull request for https://github.com/w3c/csswg-drafts:

== [css-custom-highlight-1] Fix IDL definition of `HighlightRegistry` ==
A recent update added a method to the `HighlightRegistry` interface through a `partial interface` definition. That's totally fine. However, the initial `interface` definition was also turned into a `partial interface` definition. That is incorrect, a `partial interface` definition always extends an interface that must be defined (without `partial`) somewhere.

This update drops `partial` from the core interface definition accordingly.

[css-spec-shortname-1] Brief description which should also include the #issuenum-or-URL and/or link to relevant CSSWG minutes.

Copy the above line into the Title and replace with the relevant details. Fill in any additional details here. See https://github.com/w3c/csswg-drafts/blob/master/CONTRIBUTING.md for more info.


See https://github.com/w3c/csswg-drafts/pull/11595


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Wednesday, 29 January 2025 07:59:44 UTC