- From: Simon Pieters via GitHub <sysbot+gh@w3.org>
- Date: Thu, 25 Aug 2016 22:05:17 +0000
- To: public-css-archive@w3.org
zcorpan has just created a new issue for https://github.com/w3c/csswg-drafts: == [cssom][css-images] CSS.elementSources incompatible with CSS being an IDL namespace == >From https://www.w3.org/Bugs/Public/show_bug.cgi?id=29623 https://drafts.csswg.org/css-images-4/#elementsources reads ``` partial interface CSS { [SameObject] readonly attribute Map elementSources; }; ``` If we switch CSS over to be IDL namespace instead of interface, it can only use operations, not attributes, as far as I can tell. `elementSources` is not implemented anywhere, is it? Should we change it to an operation when switching to IDL namespace? Or should namespaces be able to use attributes in Web IDL? Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/428 using your GitHub account
Received on Thursday, 25 August 2016 22:05:24 UTC