Skip to content

Commit 3dede67

Browse files
authored
Merge pull request w3c#3572 from saschanaz/patch-3
[css-images-4] Uncomment IDL attribtue
2 parents 70fb823 + bbce5fa commit 3dede67

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

css-images-4/Overview.bs

+1-3
Original file line numberDiff line numberDiff line change
@@ -877,12 +877,10 @@ Using Out-Of-Document Sources: the <code>ElementSources</code> interface</h4>
877877

878878
<pre class='idl'>
879879
partial namespace CSS {
880-
// [SameObject] readonly attribute Map elementSources;
880+
[SameObject] readonly attribute any elementSources;
881881
};
882882
</pre>
883883

884-
Issue(428): IDL namespaces don't support attributes yet.
885-
886884
Any entries in the <a idl>elementSources</a> map with a string key
887885
and a value that is an object providing a <a>paint source</a>
888886
are made available to the ''element()'' function.

0 commit comments

Comments
 (0)