This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 27556 - Dear diary, I think this website is wrong by claiming that last update was in the year 1901.
Summary: Dear diary, I think this website is wrong by claiming that last update was in...
Status: RESOLVED FIXED
Alias: None
Product: WHATWG
Classification: Unclassified
Component: HTML (show other bugs)
Version: unspecified
Hardware: Other other
: P3 normal
Target Milestone: Unsorted
Assignee: Ian 'Hixie' Hickson
QA Contact: contributor
URL: https://html.spec.whatwg.org/#living-...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-12-10 16:44 UTC by contributor
Modified: 2015-05-06 01:42 UTC (History)
3 users (show)

See Also:


Attachments

Description contributor 2014-12-10 16:44:13 UTC
Specification: https://html.spec.whatwg.org/multipage/comms.html
Multipage: https://html.spec.whatwg.org/multipage/#living-standard-—-last-updated-[date:-01-jan-1901]
Complete: https://html.spec.whatwg.org/#living-standard-—-last-updated-[date:-01-jan-1901]
Referrer: 

Comment:
Dear diary, I think this website is wrong by claiming that last update was in
the year 1901.

Posted from: 94.220.132.229
User agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.71 Safari/537.36
Comment 1 Ian 'Hixie' Hickson 2014-12-19 22:59:17 UTC
Which Web site?
Comment 2 moz-ian 2015-01-12 15:32:46 UTC
They are referring to how the id of the last updated header on every page of the HTML spec is "living-standard-—-last-updated-[date:-01-jan-1901]"

<h2 id="living-standard-—-last-updated-[date:-01-jan-1901]" class="no-num no-toc">Living Standard — Last Updated <span class="pubdate">8 January 2015</span></h2>
Comment 3 Ian 'Hixie' Hickson 2015-01-13 23:08:37 UTC
IDs are opaque strings. They don't claim anything.

Changing the ID would break links (e.g. the link in this bug).
Comment 4 Ian 'Hixie' Hickson 2015-05-05 21:25:42 UTC
I've changed the ID. If the ID is missing, you go to the top of the page, which is basically where this header is anyway.
Comment 5 contributor 2015-05-06 01:42:39 UTC
Checked in as WHATWG revision r8891.
Check-in comment: Minor fixes: make the ID for the <h2> saner, make the ID for the drag event section saner, fix some IDL syntax error
https://html5.org/tools/web-apps-tracker?from=8890&to=8891