Re: [csswg-drafts] [cssom] Don't describe CSSStyleDeclaration getters/setters using "macro" Web IDL

Given @bzbarsky's comments I think we should leave the spec as is and work on tests to get everyone compliant.

As far as tools go, the spec has the `extract` class on these specifically to allow excluding them when scraping. e.g. this selector should get all other IDL blocks:

```
pre.idl:not(.extract)
```

The same pattern is used in the HTML spec's typographic conventions IDL example:

```
  <pre class="idl extract">interface <dfn data-x="">Example</dfn> {
  // this is an IDL definition
};</pre>
```

-- 
GitHub Notification of comment by zcorpan
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/1089#issuecomment-285500693 using your GitHub account

Received on Thursday, 9 March 2017 22:14:19 UTC