Modify ↓
#8514 closed defect (duplicate)
header anchors can conflict with CSS
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | low | Milestone: | |
Component: | rendering | Version: | 0.11.4 |
Severity: | minor | Keywords: | css header anchor |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
The following markup
= Hello, World = This is a test == help == Here is some help == info == Here is some info
produces:
Hello, World
This is a test
help
Here is some help
info
Here is some info
This is because the header id is set to the header text, in this case info or help. But this causes the CSS style #info
and #help
to be applied, respectively.
Attachments (0)
Change History (2)
comment:1 by , 15 years ago
Resolution: | → duplicate |
---|---|
Status: | new → closed |
comment:2 by , 15 years ago
Sorry, my search-fu is weak: I tried searching the tickets, but didn't find the ones you mentioned.
Note:
See TracTickets
for help on using tickets.
This was already reported in #7932, and is actually a duplicate of #5997.