[svgwg] Definitions not marked as export

dirkschulze has just created a new issue for https://github.com/w3c/svgwg:

== Definitions not marked as export ==
After a PR from @dstorey https://github.com/w3c/svgwg/commit/cd0098490920dca08da61fec055a9355d5462e6c to add more info to the spec for linking I get the following issues on CSS Transforms:

```
LINK ERROR: No 'dfn' refs found for 'viewport coordinate system' that are marked for export.
LINK ERROR: No 'dfn' refs found for 'resolved value special case'.
<a data-link-type="dfn" data-lt="resolved value special case">resolved value special case</a>
LINK ERROR: No 'dfn' refs found for 'presentation attributes' that are marked for export.
```

https://drafts.csswg.org/bikeshed/css-transforms/

Apparently, Bikeshed or @plinss script does not detect/recognize the links as "exported" correctly.


Please view or discuss this issue at https://github.com/w3c/svgwg/issues/459 using your GitHub account

Received on Thursday, 17 May 2018 04:40:26 UTC