Commit 116267d
[web-animations-2] Fix WebIDL - no inherit for partial dictionary
Per WebIDL, a partial dictionary declaration cannot inherit from a base
dictionary. See Note in:
https://heycam.github.io/webidl/#idl-interfaces
"Note: A partial interface definition cannot specify that the interface inherits
from another interface. Inheritance must be specified on the original interface
definition."
`ComputedEffectTiming`, defined in Level 1, already inherits from
`EffectTiming`, so no need to formulate that again in the partial definition.1 parent 1f2b3ab commit 116267d
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2085 | 2085 | | |
2086 | 2086 | | |
2087 | 2087 | | |
2088 | | - | |
| 2088 | + | |
2089 | 2089 | | |
2090 | 2090 | | |
2091 | 2091 | | |
| |||
0 commit comments