Closed Bug 47138 Opened 25 years ago Closed 25 years ago

[fix in hand]Some invalid units are not resulting in dropped declarations

Categories

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

x86
Windows 2000
defect

Tracking

()

VERIFIED FIXED

People

(Reporter: ian, Assigned: pierre)

References

()

Details

(Keywords: css1, testcase, Whiteboard: [fix in hand][nsbeta3+] hit during nsbeta2 standards compliance testing)

Attachments

(2 files)

Well, looks like the nsbeta2 testing is bringing out all the skeletons from our collective cupboard... ;-) Some properties, including margin, padding and border, and probably the various border shorthands, are not getting dropped if they include invalid units. For example, the following: DIV { border: red solid 3nm; } ...is resulting in a medium sized red border. This is invalid per the CSS1 forward compatability parsing rules. TO REPRODUCE: View the testcase or visit http://www.webstandards.org/css/macie/errorhandlingdemo1.html ...which is a high profile testcase by the Web Standards Project. EXPECTED RESULTS: *Any* declaration containing an invalid unit specifier or any other sort of syntax error should be dropped completely. Note: declaration = property/ value pair, not the entire rule... ;-) ACTUAL RESULTS: We seem to be silently dropping lengths with invalid units, and not dropping the rest of the rule. However, it seems to depend on where in the declaration the error occurs -- if it is at the beginning, then we ignore all of the numbers, for instance. See the testcase for details. TESTED ON: Windows 2000 commercial build 6.0.17.2000072920. Nominating for nsbeta3. This is a standards compliance error which is caught by a testcase on a high profile test suite.
QA Contact: chrisd → py8ieh=bugzilla
Whiteboard: hit during nsbeta2 standards compliance testing
Easy fix per pierre; [nsbeta3+].
Whiteboard: hit during nsbeta2 standards compliance testing → [nsbeta3+] hit during nsbeta2 standards compliance testing
Attached patch patchSplinter Review
Status: NEW → ASSIGNED
Summary: Some invalid units are not resulting in dropped declarations → [fix in hand]Some invalid units are not resulting in dropped declarations
Whiteboard: [nsbeta3+] hit during nsbeta2 standards compliance testing → [fix in hand][nsbeta3+] hit during nsbeta2 standards compliance testing
Target Milestone: --- → M18
Fix checked in nsCSSParser.cpp
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
VERIFIED FIXED on Windows 2000 and Linux Commercial Bits 2000090808.
Status: RESOLVED → VERIFIED
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: