This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 5890 - Carriage returns in CSS Styles not correctly handled
Summary: Carriage returns in CSS Styles not correctly handled
Status: RESOLVED FIXED
Alias: None
Product: mobileOK Basic checker
Classification: Unclassified
Component: Java Library (show other bugs)
Version: unspecified
Hardware: PC Linux
: P2 normal
Target Milestone: ---
Assignee: Abel Rionda
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-07-22 09:56 UTC by fd
Modified: 2008-07-29 10:37 UTC (History)
0 users

See Also:


Attachments

Description fd 2008-07-22 09:56:31 UTC
The following valid CSS definition:
 p {
  font-size:
    10pt;
 }

... does not trigger any FAIL, whereas MEASURES-1 should be raised.

CSS properties seem to be read on a line per line basis within the Checker. It may not be that trivial to fix.
Comment 1 Abel Rionda 2008-07-29 10:37:15 UTC
According the thread starting in  http://lists.w3.org/Archives/Public/public-mobileok-checker/2008Jul/0076.html

The alternative chosen is Process all CSS code all together instead of line by line. The drawback is that the line number of the error is lost.