- From: Simon Pieters via GitHub <sysbot+gh@w3.org>
- Date: Thu, 09 Mar 2017 22:14:12 +0000
- To: public-css-archive@w3.org
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