Closed Bug 40489 Opened 24 years ago Closed 24 years ago

TD elements don't inherit "font-size" from TABLE in strict mode (with ENABLE_STRICT=true)

Categories

(Core :: CSS Parsing and Computation, defect, P3)

x86
Other
defect

Tracking

()

VERIFIED INVALID

People

(Reporter: taras.tielkes, Assigned: pierre)

Details

Attachments

(1 file)

Using a strict Doctype (see attachment) that I believe to be correct, it seems 
child TDs dont inherit "font-size" from their parent TABLEs.

Behaviour is seen in normal HTML as well as DOM-constructed HTML.
DOCTYPE is invalid. It reads: 

   <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN   
   http://www.w3.org/TR/html4/strict.dtd">

...it should read:

   <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"   
   "http://www.w3.org/TR/html4/strict.dtd">

...note the quotes between the FPI and the DTD URI. (FPI = the "-//W3C" bit and
DTD URI = the "http://" bit.)

Marking INVALID.
Status: UNCONFIRMED → RESOLVED
Closed: 24 years ago
Resolution: --- → INVALID
Adding 'verifyme' keyword
Keywords: verifyme
Netscape's standard compliance QA team reorganised itself once again, so taking 
remaining non-tables style bugs. Sorry about the spam. I tried to get this done 
directly at the database level, but apparently that is "not easy because of the 
shadow db", "plus it screws up the audit trail", so no can do...
QA Contact: chrisd → ian
QA Contact: ian → amar
Verified by reporter.
Status: RESOLVED → VERIFIED
Keywords: verifyme
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: