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 accountReceived on Thursday, 9 March 2017 22:14:19 UTC
This archive was generated by hypermail 2.4.0 : Monday, 4 July 2022 14:04:00 UTC