Closed
Bug 265965
Opened 20 years ago
Closed 20 years ago
inconsistent interpretation of font-size from stylesheet, applied to text inside a table
Categories
(Firefox :: General, defect)
Tracking
()
RESOLVED
INVALID
People
(Reporter: pmilani, Assigned: bugzilla)
Details
Attachments
(2 files)
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; rv:1.7.3) Gecko/20040913 Firefox/0.10 Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; rv:1.7.3) Gecko/20040913 Firefox/0.10 Scenario : - a web page containing a link (<link rel='stylesheet'>) to external stylesheet - external css stylesheet Firefox inconsistently applies the font-size style to text inside a table cell. ATTENTION!!! SPECIFICALLY firefox does not render the correct font-size when the font-size declaration appears in the CSS file after a section of comment started by double-slash (// comment). Just by removing the comment the correct size gets applied to text. See attached source for an example Reproducible: Always Steps to Reproduce: Load the test case Expected Results: Apply the style declared in CSS stylesheet in a consistent fashion.
| Reporter | ||
Comment 1•20 years ago
|
||
To be used with other attach: default.css
| Reporter | ||
Comment 2•20 years ago
|
||
To be used in conjunction with page.html
| Reporter | ||
Updated•20 years ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago
Resolution: --- → INVALID
| Reporter | ||
Comment 3•20 years ago
|
||
note this bug is invalid because of an incorrect syntax in the stylesheet Sorry.... just had too much work..... :-/
You need to log in
before you can comment on or make changes to this bug.
Description
•