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 8384 - A page that is slightly too big may still be reported as mobileOK
Summary: A page that is slightly too big may still be reported as mobileOK
Status: RESOLVED FIXED
Alias: None
Product: mobileOK Basic checker
Classification: Unclassified
Component: Web interface (show other bugs)
Version: unspecified
Hardware: PC Linux
: P2 normal
Target Milestone: ---
Assignee: fd
QA Contact: fd
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-11-26 10:13 UTC by fd
Modified: 2009-11-26 10:39 UTC (History)
0 users

See Also:


Attachments

Description fd 2009-11-26 10:13:46 UTC
Pages that slightly exceed the 10KB or 20Kb limits may still be reported as mobileOK if there are no other failures.

Some rounding bug?
Comment 1 fd 2009-11-26 10:39:11 UTC
fn:floor was used instead of fn:ceiling to compute the failure score of size-related failures.