Closed
Bug 139124
Opened 23 years ago
Closed 23 years ago
Improper handling of "text-indent" in style element or css when placed within a TABLE
Categories
(Core :: Layout: Tables, defect, P4)
Core
Layout: Tables
Tracking
()
VERIFIED
DUPLICATE
of bug 148240
People
(Reporter: dstile, Assigned: karnaze)
References
()
Details
Attachments
(4 files)
When the text-indent is set to a negative number to give "negative indentation"-
where the first line sticks out farther to the left than subsequent lines, text
becomes invisible when placed in a TABLE. For example, on the two web pages I
made to illustrate this, there should be the same text visible (besides the
indentation). On the first page, the indent is set to -2%, and in the second to
+2%.
1.Point a browser at http://students.ou.edu/S/Drew.S.Stile-1/MozillaBug1.html
2.Point a second browser at http://students.ou.edu/S/Drew.S.Stile-1/MozillaBug2.html
3.Compare the two
In the first address, I can't see the negative-indented text within the TABLE.
Displayed the text as in the first paragraph, indented correctly. Instead, no
text is shown at all.
Attaching the original html files, as the files on my website contain an added
footer that will choke any Validator programs. Also attaching the results of my
validating the code with the HTML and CSS Validators at www.w3.org .
Comment 5•23 years ago
|
||
adding a very simple testcase.
Updated•23 years ago
|
Priority: -- → P4
This could be a duplicate of bug 148240 / bug 90297.
the patch in bug 148240 fixes these issues.
*** This bug has been marked as a duplicate of 148240 ***
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → DUPLICATE
verified duplicate. VIELEN DANK Bernd!
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•