[csswg-drafts] [css-animations-2] Add <dfn> reference for <timeline-name> definition (#5916)

pyoor has just created a new issue for https://github.com/w3c/csswg-drafts:

== [css-animations-2] Add <dfn> reference for <timeline-name> definition ==
The `<timeline-name>` syntax definition should include a reference to where it is used (i.e. `<single-animation-timeline>`) in the actual definition.

https://github.com/w3c/csswg-drafts/blob/9c1c802bd4a8f3610b57157d5ee911879beb5c40/css-animations-2/Overview.bs#L553-L555

I'm not familiar with using bikeshed but the resulting HTML would look like:
```
<pre>
  <dfn class="dfn-paneled css" data-dfn-type="type" data-export="" id="typedef-timeline-name">&lt;timeline-name&gt;</dfn>
   = <a class="production" data-link-type="type" href="https://drafts.csswg.org/css-values-4/#identifier-value" id="ref-for-identifier-value">&lt;custom-ident&gt;</a> | <a class="production" data-link-type="type" href="https://drafts.csswg.org/css-values-3/#string-value" id="ref-for-string-value">&lt;string&gt;</a>
</pre>
```

This formatting would be consistent with other specs including the parent `<single-animation-timeline>` definition, and would also allow for easier parsing.

Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/5916 using your GitHub account


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Monday, 1 February 2021 21:40:26 UTC