We are currently migrating Bugzilla to GitHub issues.
Any changes made to the bug tracker now will be lost, so please do not post new bugs or make changes to them.
When we're done, all bug URLs will redirect to their equivalent location on the new bug tracker.

Bug 886 - webpage: use headings with ID:s
Summary: webpage: use headings with ID:s
Status: RESOLVED FIXED
Alias: None
Product: SDL_image
Classification: Unclassified
Component: misc (show other bugs)
Version: unspecified
Hardware: All All
: P2 normal
Assignee: Sam Lantinga
QA Contact: Sam Lantinga
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-11-15 23:17 UTC by esigra
Modified: 2009-12-14 13:23 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description esigra 2009-11-15 23:17:46 UTC
The webpage at [http://www.libsdl.org/projects/SDL_image/] should use headings like <h2 id="changes"> and <h3 id="1.2.10"> so that it is possible to link to [http://www.libsdl.org/projects/SDL_image/#changes] and [http://www.libsdl.org/projects/SDL_image/#1.2.10].

And of course the page should be syntactically correct: http://validator.w3.org/

(this bugtracker does not seem to have a version 1.2.10 of SDL_image)
Comment 1 Sam Lantinga 2009-12-14 13:23:32 UTC
I added anchors so you can have links of that form.  I also added the missing SDL_image version to the bug tracker.  Thanks!