From ff4246d477abbcaed989c74df3ff3acbcd2cd450 Mon Sep 17 00:00:00 2001 From: Roger Sheen Date: Sun, 1 Oct 2023 14:30:49 +0200 Subject: [PATCH] Add details on links to titles with footnotes - https://github.com/dita-ot/dita-ot/issues/4269 - https://github.com/dita-ot/dita-ot/pull/4276 Signed-off-by: Roger Sheen --- release-notes/index.dita | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/release-notes/index.dita b/release-notes/index.dita index e6c6d09c..1a498e7e 100644 --- a/release-notes/index.dita +++ b/release-notes/index.dita @@ -108,16 +108,16 @@ #4264, #4280 -
  • Footnote in title, footnote text appears in xref - #4269 +
  • In earlier versions, cross-references or other links to titles that contained footnotes included + the footnote text. For a link to a target element that has no explicit link text, DITA-OT computes default + link text from the target element. Link text computation now ignores any fn + elements it encounters, so the link shows only the text from the title element. + #4269, + #4276
  • Different topicmeta/navtitle should keep their value even if the target file is the same #4275
  • -
  • ignore fn elements when computing link text for a target element - #4276 -
  • Refactor metadata cascade code #4283