[Webkit-unassigned] [Bug 51601] New: WML Parser should treat line/column number in a consistent way

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Dec 24 14:15:40 PST 2010


https://bugs.webkit.org/show_bug.cgi?id=51601

           Summary: WML Parser should treat line/column number in a
                    consistent way
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: XML
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: joone at kldp.org


Currently, XML Parser treats line/column number as 1-based values, but WML ErrorHandler treat them as 0-based.
Therefore, we need to treat them in a consistent way, but I'm not sure which way is best.
When considering the current implementation, it seems to be easier to allow WML ErrorHandler to use 1-based values.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list