You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
matrix-spec/changelogs/internal/newsfragments
Kévin Commaille b1f66d1b71
Improve the JS script to highlight the current ToC entry (#1991)
The code relied on an IntersectionOberver, so the ToC was only updated when a heading was in the viewport.
It meant that if we jumped to a part of the text that has no heading, the ToC would still point to the old entry.

The new code looks for the correct heading when the view is scrolled so the correct entry is always selected.

Signed-off-by: Kévin Commaille <zecakeh@tedomum.fr>
3 weeks ago
..
.gitignore Add an "internal changes" changelog section (#1194) 2 years ago
1967.clarification Sort VoIP events semantically (#1967) 2 months ago
1969.clarification Enforce consistent vertical spacing between paragraphs in endpoint definitions (#1969) 1 month ago
1970.clarification Remove `boxes/added-in-paragraph` shortcode (#1970) 2 months ago
1971.clarification Remove `withVersioning` parameter of `rver-fragment` shortcode. (#1971) 2 months ago
1972.clarification Remove `span` element from `added-in` and `changed-in` shortcodes (#1972) 2 months ago
1975.clarification Always use `%` delimiter for `added-in` and `changed-in` shortcodes (#1975) 1 month ago
1976.clarification Remove CSS workaround for scroll-anchoring (#1976) 1 month ago
1977.clarification Rename `custom-formats.yaml` to `string-formats.yaml` (#1977) 1 month ago
1985.clarification Rename `.htmltest.yaml` to `.htmltest.yml` (#1985) 1 month ago
1991.clarification Improve the JS script to highlight the current ToC entry (#1991) 3 weeks ago