Commit f948534
authored
[css-custom-highlight-1] Fix IDL definition of
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.HighlightRegistry (w3c#11595)1 parent 85e0ca0 commit f948534
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
236 | 236 | | |
237 | 237 | | |
238 | 238 | | |
239 | | - | |
| 239 | + | |
240 | 240 | | |
241 | 241 | | |
242 | 242 | | |
| |||
0 commit comments