Skip to content

Commit 8c47ced

Browse files
committed
[css-typed-om] Make CSSResourceValue inherit from CSSStyleValue. Fixes w3c#187.
1 parent a6d5d92 commit 8c47ced

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

css-typed-om/Overview.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -616,7 +616,7 @@ document.querySelector('.example').styleMap.get('background-position').y;
616616
<pre class='idl'>
617617
enum CSSResourceState {"unloaded", "loading", "loaded", "error"};
618618

619-
interface CSSResourceValue {
619+
interface CSSResourceValue : CSSStyleValue {
620620
readonly attribute CSSResourceState state;
621621
};
622622

0 commit comments

Comments
 (0)