- From: pyoor via GitHub <sysbot+gh@w3.org>
- Date: Mon, 01 Feb 2021 21:40:24 +0000
- To: public-css-archive@w3.org
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"><timeline-name></dfn> = <a class="production" data-link-type="type" href="https://drafts.csswg.org/css-values-4/#identifier-value" id="ref-for-identifier-value"><custom-ident></a> | <a class="production" data-link-type="type" href="https://drafts.csswg.org/css-values-3/#string-value" id="ref-for-string-value"><string></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