[Bug 7079] New: Inconsistency in algorithm descriptions for parsing integers

http://www.w3.org/Bugs/Public/show_bug.cgi?id=7079

           Summary: Inconsistency in algorithm descriptions for parsing
                    integers
           Product: HTML WG
           Version: unspecified
          Platform: PC
        OS/Version: All
            Status: NEW
          Severity: trivial
          Priority: P5
         Component: HTML5 spec bugs
        AssignedTo: dave.null@w3.org
        ReportedBy: lachlan.hunt@lachy.id.au
         QAContact: public-html-bugzilla@w3.org
                CC: ian@hixie.ch, mike@w3.org, public-html@w3.org


In the rules for parsing non-negative integers and the rules for parsing
integers, there is some inconsistency in the way the two algorithms are
written.

Step 9.4 in the first is written as:
"If position is not past the end of input, return to the top of the step
labeled
 loop in the overall algorithm..."

In the latter algorithm, it's written as:
"If position is not past the end of input, return to the top of step 9 in the
 overall algorithm"

Please write these two algorithms using consistent language.


-- 
Configure bugmail: http://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.

Received on Sunday, 5 July 2009 18:14:40 UTC