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 8602 - hr means horizontal rule
Summary: hr means horizontal rule
Status: CLOSED WONTFIX
Alias: None
Product: HTML WG
Classification: Unclassified
Component: pre-LC1 HTML5 spec (editor: Ian Hickson) (show other bugs)
Version: unspecified
Hardware: PC Windows NT
: P2 normal
Target Milestone: ---
Assignee: Ian 'Hixie' Hickson
QA Contact: HTML WG Bugzilla archive list
URL: http://dev.w3.org/html5/spec/Overview...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-01-03 19:16 UTC by Don Brutzman
Modified: 2010-10-04 14:49 UTC (History)
5 users (show)

See Also:


Attachments

Description Don Brutzman 2010-01-03 19:16:45 UTC
4.5.2 The hr element

Append something like the following to opening sentence:

        The term hr refers to a horizontal rule, i.e.
        a line which runs across the page.
Comment 1 Ian 'Hixie' Hickson 2010-01-11 10:55:15 UTC
EDITOR'S RESPONSE: This is an Editor's Response to your comment. If you are satisfied with this response, please change the state of this bug to CLOSED. If you have additional information and would like the editor to reconsider, please reopen this bug. If you would like to escalate the issue to the full HTML Working Group, please add the TrackerRequest keyword to this bug, and suggest title and text for the tracker issue; or you may create a tracker issue yourself, if you are able to do so. For more details, see this document:
   http://dev.w3.org/html5/decision-policy/decision-policy.html

Status: Rejected
Change Description: no spec change
Rationale: <hr> doesn't refer to horizontal rules in HTML5 any more. I intentionally didn't mention the source of the element name to avoid leading readers into thinking it was intended for visual media only  it applies equally well to other media, and doesn't have to be rendered as a horizontal rule at all. Indeed in the HTML5 spec itself it's merely rendered as a gap.
Comment 2 Don Brutzman 2010-01-26 07:34:25 UTC
i guess the basic issue with <header> and <footer> being identified by this entry (and also bug 8601) is whether they are strictly sections for content, with no other functionality implied, or whether they also indicate that header and footer information is presented on a page-by-page basis when the html is rendered and presented.

presenting header and footer information is quite common when paginating published papers or books.
Comment 3 Don Brutzman 2010-01-26 08:02:44 UTC
please ignore comment 2, it was misapplied and belongs to a different bug.