[Bug 259671] horitontal tab %09 within anchors in some manual pages
- In reply to: bugzilla-noreply_a_freebsd.org: "[Bug 259671] horitontal tab %09 within anchors in some manual pages"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 29 Sep 2022 17:07:40 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=259671 Wolfram Schneider <wosch@FreeBSD.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |wosch@FreeBSD.org Assignee|bugs@FreeBSD.org |wosch@FreeBSD.org Status|New |Open --- Comment #3 from Wolfram Schneider <wosch@FreeBSD.org> --- In HTML5 the %09 is a valid character for ID, see https://stackoverflow.com/questions/70579/what-are-valid-values-for-the-id-attribute-in-html/31773673#31773673 https://www.w3.org/TR/2011/WD-html5-20110525/elements.html#the-id-attribute The IDs are working fine in Firefox and Safari. I agree that it does not look nice. I will check if we can replace it with an underscore. -- You are receiving this mail because: You are the assignee for the bug.