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 8311 - Typo error in algorithm to calculate ratios 2.4.4.4
Summary: Typo error in algorithm to calculate ratios 2.4.4.4
Status: VERIFIED INVALID
Alias: None
Product: HTML WG
Classification: Unclassified
Component: pre-LC1 HTML5 spec (editor: Ian Hickson) (show other bugs)
Version: unspecified
Hardware: PC Windows NT
: P3 trivial
Target Milestone: ---
Assignee: Ian 'Hixie' Hickson
QA Contact: HTML WG Bugzilla archive list
URL: http://www.w3.org/TR/html5/infrastruc...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-11-16 03:42 UTC by Shailesh Panwar
Modified: 2010-10-08 21:01 UTC (History)
5 users (show)

See Also:


Attachments

Description Shailesh Panwar 2009-11-16 03:42:18 UTC
In the algorithm to calculate ratios in section 2.4.4.4, step 7 is erroneous
The correct statement should be 

7. If the string contains any other characters in the range U+0030 DIGIT ZERO to U+0039 DIGIT NINE, but denominator was [missing "not"]given a value in the step 6, return nothing and abort these steps.
Comment 1 Shailesh Panwar 2009-11-16 04:00:13 UTC
My bad. Didnt read the full algorithm before logging this bug