SaschaNaz has just submitted a new pull request for https://github.com/w3c/csswg-drafts: == [cssom-1] Add missing extract class on dashed_attribute example == https://drafts.csswg.org/cssom/#dom-cssstyledeclaration-_dashed_attribute ```WebIDL partial interface CSSStyleDeclaration { [CEReactions, TreatNullAs=EmptyString] attribute CSSOMString _dashed_attribute; }; ``` This IDL snippet does not have `extract` class attached and thus collected on IDL index, whereas other _camel_cased_attribute and _webkit_cased_attribute examples are not collected. See https://github.com/w3c/csswg-drafts/pull/1389Received on Wednesday, 17 May 2017 12:19:08 UTC
This archive was generated by hypermail 2.4.0 : Tuesday, 5 July 2022 06:41:12 UTC