Closed
Bug 290501
Opened 20 years ago
Closed 20 years ago
the browser does not display the "content" property of the tags properly
Categories
(Core :: CSS Parsing and Computation, defect)
Tracking
()
VERIFIED
INVALID
People
(Reporter: 1099511627776, Assigned: dbaron)
References
()
Details
Attachments
(2 files)
User-Agent: Mozilla/5.0 (Windows; U; Win98; ru-RU; rv:1.7.5) Gecko/20041108 Firefox/1.0 Build Identifier: Mozilla/5.0 (Windows; U; Win98; ru-RU; rv:1.7.5) Gecko/20041108 Firefox/1.0 In the page www.gigabyte.iatp.org.ua/articles.html the blue-red line (near the year number) sould be UNDER the year and NOT on the Right!!!.(In Opera browser the site looks exacly as planned) I think that is because browser does not properly recognize and translate the "\A" symbol in the "content" property of the "table.list td.year:after" style (see articles.html source code). Reproducible: Always P.S. Pleace excuse my BAAAAD English. :)
Summary: the browser does not display the "content" property of the tags → the browser does not display the "content" property of the tags properly
Comment 1•20 years ago
|
||
wFM: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8b2) Gecko/20050415 Firefox/1.0+ Can you attach a screenshot to show what the issue is here?
Updated•20 years ago
|
Assignee: firefox → dbaron
Component: General → Style System (CSS)
OS: Windows 98 → All
Product: Firefox → Core
QA Contact: general → ian
Hardware: PC → All
Version: unspecified → 1.7 Branch
Comment 4•20 years ago
|
||
td content is inline, thus the generated content on it is inline. if you want the generated content to not be inline, specify e.g. display: block. line breaks inserted in the content property are still subject to the 'white-space' property. if you want line breaks to be rendered, specify e.g. white-space: pre. see http://www.w3.org/TR/CSS21/generate.html#before-after-content If you think this reolution is in error, please attach a minimal testcase (the least possible html+css exhibiting the bug) to the bug report and re-open.
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago
Resolution: --- → INVALID
OK.The prblem is solved. But still why does Opera display it with newline without "display:block" and Firebird does not?
Status: RESOLVED → VERIFIED
Comment 6•20 years ago
|
||
(In reply to comment #5) > OK.The prblem is solved. But still why does Opera display it with newline > without "display:block" and Firebird does not? Because Opera is buggy?
(In reply to comment #6) > (In reply to comment #5) > > OK.The prblem is solved. But still why does Opera display it with newline > > without "display:block" and Firebird does not? > > Because Opera is buggy? may be :)
You need to log in
before you can comment on or make changes to this bug.
Description
•