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 5009 - Omit <column> tag when column is unknown
Summary: Omit <column> tag when column is unknown
Status: RESOLVED FIXED
Alias: None
Product: mobileOK Basic checker
Classification: Unclassified
Component: Java Library (show other bugs)
Version: unspecified
Hardware: All All
: P3 minor
Target Milestone: ---
Assignee: Sean Owen
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-09-05 11:59 UTC by Sean Owen
Modified: 2007-09-22 22:20 UTC (History)
0 users

See Also:


Attachments

Description Sean Owen 2007-09-05 11:59:37 UTC
<column> should be omitted in moki when unknown instead of displaying as <column>0</column>
Comment 1 Sean Owen 2007-09-22 22:20:13 UTC
Easy fix -- CSS error reporting was using 0 to mean "unknown" and just had to be changed to -1. The rest of the code work as intended.