[Bug 16584] New: Spec Algorithm Error: DistributeSpaceToTracks should only use TracksForGrowth instead of all GridTracks

https://www.w3.org/Bugs/Public/show_bug.cgi?id=16584

           Summary: Spec Algorithm Error: DistributeSpaceToTracks should
                    only use TracksForGrowth instead of all GridTracks
           Product: CSS
           Version: unspecified
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Grid Layout
        AssignedTo: alexmog@microsoft.com
        ReportedBy: cjon@microsoft.com
         QAContact: public-css-bugzilla@w3.org


In DistributeSpaceToTracks function (section 10.2), step 4, we have a loop that
runs over all GridTracks. instead it should run only on TracksForGrowth.

Currently it results into inadvertent side effect that results into alternate
span growth behavior.

-- 
Configure bugmail: https://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 Friday, 30 March 2012 18:43:45 UTC