Closed
Bug 168782
Opened 22 years ago
Closed 22 years ago
anewplace.com - bad alignment in table cells
Categories
(Tech Evangelism Graveyard :: English Other, defect)
Tech Evangelism Graveyard
English Other
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: frachg, Unassigned)
References
()
Details
(Keywords: testcase)
Attachments
(1 file)
568 bytes,
text/html
|
Details |
User-Agent: Mozilla/4.0 (compatible; MSIE 5.0; Windows 98; DigExt)
Build Identifier: (Windows; U; Win98; en-US; rv:1.1) Gecko/20020826
the top right picture (drawing, spanning 2 rows) is left aligned and should
touch the purple bar that fills the previous cell, row 2.
Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1•22 years ago
|
||
The layout is correct and the gap is caused by the "text-indent : 4px"
style for BODY.
--> TE
Assignee: karnaze → momoi
Status: UNCONFIRMED → NEW
Component: HTMLTables → English: Non-US
Ever confirmed: true
Keywords: testcase
OS: Windows 98 → All
Product: Browser → Tech Evangelism
QA Contact: amar → jeesun
Hardware: PC → All
Version: other → unspecified
Comment 2•22 years ago
|
||
Comment 3•22 years ago
|
||
*** Bug 168784 has been marked as a duplicate of this bug. ***
There is at least one responsible webmaster in the world. The formerly misplaced
cell now has text-indent: 0px applied to it.
Status: NEW → RESOLVED
Closed: 22 years ago
Resolution: --- → FIXED
Has this been fixed?
Body style "text-indent : 4px" should not affect TD style.
The formerly misplaced cell now has text-indent: 0px applied to it.
But this ad-hoc formatting is redundant and shouldn't be there, right?
Cheers, Gratou
For the definitive answer you should probably consult a CSS wizard like Eric
Meyer or CodeBitch, but to the best of my understanding if you have text-indent
applied to the body, it should affect the first line of every block-level
element within (including TD).
Summary: bad alignment in table cells → anewplace.com - bad alignment in table cells
Mmmm.
I have no clue about the exact specs of CSS, and I don't know these people.
The thing is that either µ$ or mozilla are not up to the specs.
IE considers <TD> shouldn't follow <BODY> styles. Mozilla thinks it should.
If Mozilla is right, there has never been a defect, and this is µ$ playing with
the standards again. If not, this should be fixed.
Unfortunately, reporting this discrepancy in behaviour is the only thing I can
do. I must leave it up to you to do whatever is necessary to make Mozilla a winner.
Thanks!
It took some time and research to determine this, but the answer is Yes.
Mozilla is following the CSS2 specification and certain other browsers are
cheating. See bug 22274 and
http://devedge.netscape.com/viewsource/2002/img-table/ for details.
Depends on: 22274
Comment 9•22 years ago
|
||
Mass reassigning English-Other bugs to general default assignees.
Assignee: momoi → english-other
QA Contact: jeesun → english-other
Updated•10 years ago
|
Product: Tech Evangelism → Tech Evangelism Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•