[Bug 14570] New: In section 4.8.10.12.1/"A line position"/"text track cue computed line position" algorithm: It seems better to let the step 5 be "Increment n by one" instead to get a mapping as: 0, 1, 2, 3... -> -1, -2, -3, -4... ; instead of 0, 1, 2, 3... -> 1, 0, -1, -

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

           Summary: In section 4.8.10.12.1/"A line position"/"text track
                    cue computed line position" algorithm: It seems better
                    to let the step 5 be "Increment n by one" instead to
                    get a mapping as: 0, 1, 2, 3... -> -1, -2, -3, -4... ;
                    instead of 0, 1, 2, 3... -> 1, 0, -1, -
           Product: HTML WG
           Version: unspecified
          Platform: Other
               URL: http://www.whatwg.org/specs/web-apps/current-work/#tex
                    t-track-model
        OS/Version: other
            Status: NEW
          Severity: normal
          Priority: P3
         Component: other Hixie drafts (editor: Ian Hickson)
        AssignedTo: ian@hixie.ch
        ReportedBy: contributor@whatwg.org
         QAContact: public-html-bugzilla@w3.org
                CC: mike@w3.org


Specification:
http://www.whatwg.org/specs/web-apps/current-work/multipage/the-video-element.html
Multipage: http://www.whatwg.org/C#text-track-model
Complete: http://www.whatwg.org/c#text-track-model

Comment:
In section 4.8.10.12.1/"A line position"/"text track cue computed line
position" algorithm: It seems better to let the step 5 be "Increment n by one"
instead to get a mapping as: 0, 1, 2, 3... -> -1, -2, -3, -4... ; instead of
0, 1, 2, 3... -> 1, 0, -1, -2...

Posted from: 2001:4c28:a030:30:72f3:95ff:fe00:4501
User agent: Opera/9.80 (X11; Linux x86_64; U; sv) Presto/2.9.168 Version/11.51

-- 
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 Thursday, 27 October 2011 09:09:51 UTC