Hi, I probably shouldn't use footnotes within titles, but I am misusing the title elements for a quick interview style document (I use them in the ToC). One thing I have noticed is that interaction style (color and styles) are not applied in the footnote and footnote numbering. Is that a side effect or intended like that? A half-workaround is to apply the styles directly, but not sure how I can force the numbering style (same-page reference). See MWE: \setupinteraction[state=start] \starttext \startchapter[title={Long question with footnote \footnote{see: \goto{ https://wiki.contextgarden.net}[url(https://wiki.contextgarden.net)]} and with a workaround \footnote{see: \goto{\bf\startcolor[darkgreen] https://wiki.contextgarden.net\stopcolor}[url(https://wiki.contextgarden.net )]}?}] \input knuth \footnote{see: \goto{https://wiki.contextgarden.net}[url( https://wiki.contextgarden.net)]} \stopchapter \stoptext It is not crucial, and if the behaviour is intended as such because of the title element, that is fine, I am just curious. Thanks, Adam