We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 70fb823 + bbce5fa commit 3dede67Copy full SHA for 3dede67
css-images-4/Overview.bs
@@ -877,12 +877,10 @@ Using Out-Of-Document Sources: the <code>ElementSources</code> interface</h4>
877
878
<pre class='idl'>
879
partial namespace CSS {
880
- // [SameObject] readonly attribute Map elementSources;
+ [SameObject] readonly attribute any elementSources;
881
};
882
</pre>
883
884
- Issue(428): IDL namespaces don't support attributes yet.
885
-
886
Any entries in the <a idl>elementSources</a> map with a string key
887
and a value that is an object providing a <a>paint source</a>
888
are made available to the ''element()'' function.
0 commit comments