Closed
Bug 269000
Opened 21 years ago
Closed 21 years ago
several css properties fail to pass to <hr>
Categories
(Core :: Layout, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: trevorweigers, Unassigned)
Details
(Whiteboard: testcase needed)
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.5) Gecko/20041107 Firefox/1.0
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.5) Gecko/20041107 Firefox/1.0
in any page with an hr (horizontal rule) tag, several css properties are not
displayed properly/at all, color, alignment, height... happens no matter where
the style is applied (in the <hr> tag, externally defined in <link>, defined in
<style>)
Reproducible: Always
Steps to Reproduce:
1. try to view an html document with a horizontal rule that has CSS properties
given to it.
Actual Results:
the horizontal rule has the default style
Expected Results:
displayed the horizontal rule how it is defined in CSS
wasn't sure to put this as an enhancement or normal bug..
Comment 1•21 years ago
|
||
You need to give a specific URL or testcase, as I've seen this work in many places.
Assignee: firefox → general
Component: General → Browser-General
Product: Firefox → Browser
QA Contact: firefox.general → general
Summary: several css properties fail to pass to <hr> → several css properties fail to pass to <hr>
Version: unspecified → Trunk
Comment 2•21 years ago
|
||
But to note, there are some bugs already filed on some HR issues. And some
things we do differently than IE.
Updated•21 years ago
|
Assignee: general → nobody
Component: Browser-General → Layout
QA Contact: general → core.layout
Updated•21 years ago
|
Whiteboard: testcase needed
Comment 3•21 years ago
|
||
No testcase, no clear steps to reproduce, no response in months. Marking
worksforme, but please reopen if you have an HTML page showing the problem. In
that case, please attach it to this bug using
https://bugzilla.mozilla.org/attachment.cgi?bugid=269000&action=enter
Status: UNCONFIRMED → RESOLVED
Closed: 21 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•