Consistency: see also CSS shorthand and component properties
- Dominant language
- Markdown
- Stars
- 11k
- Forks
- 23.2k
- Avg merge
- 2d 9h
- Merged PRs (30d)
- 331
Description
We should be consistent across MDN, but we're not. I see multiple methods of listing shorthands and their component properties . We should decide how to present them, then globally change all occurrences to that decision.
Note: I create a few options (as seen on MDN) below. Feel free to edit this post to add additional ones so they can be compared and referenced without prejudice
---
## See also (A)
- [timeline-trigger-name](https://example.com), [timeline-trigger-source](https://example.com), and [timeline-trigger-active-range](https://example.com)
- [timeline-trigger](https://example.com) shorthand property
- [CSS animation triggers](/en-US/docs/Web/CSS/Guides/Animation_triggers/) module
----
## See also (B)
- [timeline-trigger](https://example.com) properties: [timeline-trigger-name](https://example.com), [timeline-trigger-source](https://example.com), [timeline-trigger-active-range](https://example.com)
- [CSS animation triggers](/en-US/docs/Web/CSS/Guides/Animation_triggers/) module
----
## See also (C)
- Other [timeline-trigger](https://example.com) properties: [timeline-trigger-name](https://example.com), [timeline-trigger-source](https://example.com), [timeline-trigger-active-range](https://example.com)
- [CSS animation triggers](/en-US/docs/Web/CSS/Guides/Animation_triggers/) module
----
## See also (D)
- [timeline-trigger-name](https://example.com)
- [timeline-trigger-source](https://example.com)
- [timeline-trigger-active-range](https://example.com)
- [timeline-trigger](https://example.com) shorthand
- [CSS animation triggers](/en-US/docs/Web/CSS/Guides/Animation_triggers/) module
----
## See also (E)
- Other [timeline-trigger](https://example.com) shorthand properties:
- [timeline-trigger-name](https://example.com)
- [timeline-trigger-source](https://example.com)
- [timeline-trigger-active-range](https://example.com)
- [CSS animation triggers](/en-US/docs/Web/CSS/Guides/Animation_triggers/) module
----
_Originally posted by @estelle in https://github.com/mdn/content/pull/43158#discussion_r3227322092_
Contributor guide
Assessment
This issue has not been assessed yet.