Skip to content

Commit cf5eee5

Browse files
fixing improperly nested ul tag
1 parent f94cd8f commit cf5eee5

2 files changed

Lines changed: 121 additions & 121 deletions

File tree

css3-grid-layout/Overview.html

Lines changed: 82 additions & 82 deletions
Original file line numberDiff line numberDiff line change
@@ -3360,118 +3360,118 @@ <h2 class=no-num id=changes-from-previous-version>Changes from <a
33603360
href="http://www.w3.org/TR/2011/WD-css3-grid-layout-20110407">Previous
33613361
Working Draft</a></h2>
33623362

3363-
<ul></ul>
3363+
<div>
3364+
<ul></ul>
33643365

3365-
<ul></ul>
3366+
<p>Changes made in 22 July 2011 Editor's Draft:
33663367

3367-
<p>Changes made in 22 July 2011 Editor's Draft:
3368-
3369-
<ul>
3370-
<li>Included an algorithm for computing the size of <a
3371-
href="#grid-track"><i>Grid tracks</i></a> in the spec.
3372-
3373-
<li>Removed the property grid-cell-stacking.
3374-
3375-
<li>Removed the pseudo-element selector ::grid-cell.
3376-
3377-
<li>Defined that <a href="#grid-cell-concept"><i>Grid cells</i></a> named
3378-
explicitly using the <a href="#grid-template-property">grid-template</a>
3379-
property cannot be styled (with the removal of the ::grid-cell
3380-
pseudo-element selector they cannot be selected).
3381-
3382-
<li>Removed the notion that <a href="#grid-cell-concept"><i>Grid
3383-
cells</i></a> could be given a display property which controls their
3384-
inner layout.
3368+
<ul>
3369+
<li>Included an algorithm for computing the size of <a
3370+
href="#grid-track"><i>Grid tracks</i></a> in the spec.
33853371

3386-
<li>Corrected an error in the automatic placement example. All children of
3387-
the form should be display:block to ensure they are valid <a
3388-
href="#grid-item"><i>Grid items</i></a>.
3372+
<li>Removed the property grid-cell-stacking.
33893373

3390-
<li>Updated the <a href="#grid-columns-and-rows-properties">Grid Columns
3391-
and Grid Rows Properties</a> grammar to correct an error and reduce
3392-
ocurrences of &lt;string&gt;
3393-
</ul>
3374+
<li>Removed the pseudo-element selector ::grid-cell.
33943375

3395-
<p><br>
3376+
<li>Defined that <a href="#grid-cell-concept"><i>Grid cells</i></a> named
3377+
explicitly using the <a href="#grid-template-property">grid-template</a>
3378+
property cannot be styled (with the removal of the ::grid-cell
3379+
pseudo-element selector they cannot be selected).
33963380

3397-
<ul></ul>
3381+
<li>Removed the notion that <a href="#grid-cell-concept"><i>Grid
3382+
cells</i></a> could be given a display property which controls their
3383+
inner layout.
33983384

3399-
<p>Changes made in 21 November 2011 Editor's Draft:
3385+
<li>Corrected an error in the automatic placement example. All children
3386+
of the form should be display:block to ensure they are valid <a
3387+
href="#grid-item"><i>Grid items</i></a>.
34003388

3401-
<ul>
3402-
<li>Section 2.4, Section 9: Removed the grid-layer property in favor of
3403-
using <a
3404-
href="http://www.w3.org/TR/CSS21/visuren.html#z-index">z-index.</a>
3389+
<li>Updated the <a href="#grid-columns-and-rows-properties">Grid Columns
3390+
and Grid Rows Properties</a> grammar to correct an error and reduce
3391+
ocurrences of &lt;string&gt;
3392+
</ul>
3393+
<br>
34053394

3406-
<li>Section 6.5: Clarified whitespace rules.
3395+
<ul></ul>
34073396

3408-
<li>Section 6.5: Changed "positive-number" to "positive-integer".
3397+
<p>Changes made in 21 November 2011 Editor's Draft:
34093398

3410-
<li>Section 6.5: Updated the spec to clarify that percentages-sized grid
3411-
tracks are undefined when inside content-sized grids.
3399+
<ul>
3400+
<li>Section 2.4, Section 9: Removed the grid-layer property in favor of
3401+
using <a
3402+
href="http://www.w3.org/TR/CSS21/visuren.html#z-index">z-index.</a>
34123403

3413-
<li>Section 8.1: Updated the spec to show that percentage-sized grid items
3414-
resolve themselves against the grid cell, rather than the grid element.
3404+
<li>Section 6.5: Clarified whitespace rules.
34153405

3416-
<li>Section 10.1: Updated definition of RemainingSpace for shrink-to-fit
3417-
situations.
3406+
<li>Section 6.5: Changed "positive-number" to "positive-integer".
34183407

3419-
<li>Section 10.2: Renamed NormalizedFractionBreadth variable to
3420-
NormalizedFractionValue in the CalculateNormalizedFractionBreadth
3421-
algorithm
3408+
<li>Section 6.5: Updated the spec to clarify that percentages-sized grid
3409+
tracks are undefined when inside content-sized grids.
34223410

3423-
<li>Section 10.2: Addressed typos (e.g. Space -> SpaceToFill) in
3424-
CalculateNormalizedFractionBreadth
3411+
<li>Section 8.1: Updated the spec to show that percentage-sized grid
3412+
items resolve themselves against the grid cell, rather than the grid
3413+
element.
34253414

3426-
<li>Section 10.2: Updated CalculateNormalizedFractionBreadth to remove an
3427-
unneeded inner loop in step 7.
3415+
<li>Section 10.1: Updated definition of RemainingSpace for shrink-to-fit
3416+
situations.
34283417

3429-
<li>Section 10.2: Updated steps 2 and 3 in DistributeSpaceToTracks
3430-
function to correct use of delta variable
3418+
<li>Section 10.2: Renamed NormalizedFractionBreadth variable to
3419+
NormalizedFractionValue in the CalculateNormalizedFractionBreadth
3420+
algorithm
34313421

3432-
<li>Section 10.2: Updated step 6 in ComputeUsedBreadthOfGridTracks to
3433-
cover shrink-to-fit Grid Elements
3434-
</ul>
3422+
<li>Section 10.2: Addressed typos (e.g. Space -> SpaceToFill) in
3423+
CalculateNormalizedFractionBreadth
34353424

3436-
<p><br>
3425+
<li>Section 10.2: Updated CalculateNormalizedFractionBreadth to remove an
3426+
unneeded inner loop in step 7.
34373427

3438-
<ul></ul>
3428+
<li>Section 10.2: Updated steps 2 and 3 in DistributeSpaceToTracks
3429+
function to correct use of delta variable
34393430

3440-
<p>Changes made in 2 February 2012 Editor's Draft:
3431+
<li>Section 10.2: Updated step 6 in ComputeUsedBreadthOfGridTracks to
3432+
cover shrink-to-fit Grid Elements
3433+
</ul>
3434+
<br>
34413435

3442-
<ul>
3443-
<li>Section 2.2: Made a minor correction to the markup in Example 1.
3436+
<ul></ul>
34443437

3445-
<li>Section 7: Specified item placement behavior for undefined grid lines.
3438+
<p>Changes made in 2 February 2012 Editor's Draft:
34463439

3447-
<li>Section 7.1: Specified that for the grid-column and grid-row
3448-
properties, &lsquo;<a href="#start-column-position"><code
3449-
class=css>start</code></a>&rsquo; is only applicable to the starting line
3450-
position and &lsquo;<a href="#end-column-position"><code
3451-
class=css>end</code></a>&rsquo; is only applicable to the ending line
3452-
position.
3440+
<ul>
3441+
<li>Section 2.2: Made a minor correction to the markup in Example 1.
34533442

3454-
<li>Section 8.1: Updated the spec to better describe the behavior of box
3455-
model calculations for stretch alignment.
3456-
</ul>
3443+
<li>Section 7: Specified item placement behavior for undefined grid
3444+
lines.
34573445

3458-
<p><br>
3446+
<li>Section 7.1: Specified that for the grid-column and grid-row
3447+
properties, &lsquo;<a href="#start-column-position"><code
3448+
class=css>start</code></a>&rsquo; is only applicable to the starting
3449+
line position and &lsquo;<a href="#end-column-position"><code
3450+
class=css>end</code></a>&rsquo; is only applicable to the ending line
3451+
position.
34593452

3460-
<ul></ul>
3453+
<li>Section 8.1: Updated the spec to better describe the behavior of box
3454+
model calculations for stretch alignment.
3455+
</ul>
3456+
<br>
34613457

3462-
<p>Changes made in 6 February 2012 Editor's Draft:
3458+
<ul></ul>
34633459

3464-
<ul>
3465-
<li>Section 10: Combined Sections 10.2 and 10.3, so that the overall
3466-
algorithm is described in a top-down fashion.
3460+
<p>Changes made in 6 February 2012 Editor's Draft:
34673461

3468-
<li>Section 10.2: Removed the function DistributeSpaceToTracksBySpanCount,
3469-
and added new functions ResolveContentBasedTrackSizingFunctions and
3470-
ResolveContentBasedTrackSizingFunctionsForItems. The updates to the
3471-
algorithm change the way in which Grid Items that span multiple tracks
3472-
resolve their min-content and max-content contributions to those tracks
3473-
such that "tighter" grids are produced.
3474-
</ul>
3462+
<ul>
3463+
<li>Section 10: Combined Sections 10.2 and 10.3, so that the overall
3464+
algorithm is described in a top-down fashion.
3465+
3466+
<li>Section 10.2: Removed the function
3467+
DistributeSpaceToTracksBySpanCount, and added new functions
3468+
ResolveContentBasedTrackSizingFunctions and
3469+
ResolveContentBasedTrackSizingFunctionsForItems. The updates to the
3470+
algorithm change the way in which Grid Items that span multiple tracks
3471+
resolve their min-content and max-content contributions to those tracks
3472+
such that "tighter" grids are produced.
3473+
</ul>
3474+
</div>
34753475

34763476
<h2 class=no-num id=acknowledgements>Acknowledgements</h2>
34773477

css3-grid-layout/Overview.src.html

Lines changed: 39 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -2148,49 +2148,49 @@ <h3>Grid Track Sizing Algorithm</h3>
21482148
<!--End Section: Grid Track Sizing Algorithm-->
21492149
</div>
21502150

2151-
<!--End Section: Calculating the Size of Grid Tracks-->
2151+
<!--End Section: Calculating the Size of Grid Tracks-->
21522152
</div>
21532153

21542154
<h2 id="changes-from-previous-version" class="no-num">Changes from <a href="http://www.w3.org/TR/2011/WD-css3-grid-layout-20110407">Previous Working Draft</a></h2>
2155-
<ul>
2156-
<ul>Changes made in 22 July 2011 Editor's Draft:
2157-
<li>Included an algorithm for computing the size of <i>Grid tracks</i> in the spec.</li>
2158-
<li>Removed the property grid-cell-stacking.</li>
2159-
<li>Removed the pseudo-element selector ::grid-cell.</li>
2160-
<li>Defined that <i>Grid cells</i> named explicitly using the <a href="#grid-template-property">grid-template</a> property cannot be styled (with the removal of the ::grid-cell pseudo-element selector they cannot be selected).</li>
2161-
<li>Removed the notion that <i>Grid cells</i> could be given a display property which controls their inner layout.</li>
2162-
<li>Corrected an error in the automatic placement example. All children of the form should be display:block to ensure they are valid <i>Grid items</i>.</li>
2163-
<li>Updated the <a href="#grid-columns-and-rows-properties">Grid Columns and Grid Rows Properties</a> grammar to correct an error and reduce ocurrences of &lt;string&gt;</li>
2164-
</ul>
2165-
<br>
2166-
<ul>Changes made in 21 November 2011 Editor's Draft:
2167-
<li>Section 2.4, Section 9: Removed the grid-layer property in favor of using <a href="http://www.w3.org/TR/CSS21/visuren.html#z-index">z-index.</a></li>
2168-
<li>Section 6.5: Clarified whitespace rules.</li>
2169-
<li>Section 6.5: Changed "positive-number" to "positive-integer".</li>
2170-
<li>Section 6.5: Updated the spec to clarify that percentages-sized grid tracks are undefined when inside content-sized grids.</li>
2171-
<li>Section 8.1: Updated the spec to show that percentage-sized grid items resolve themselves against the grid cell, rather than the grid element.</li>
2172-
<li>Section 10.1: Updated definition of RemainingSpace for shrink-to-fit situations.</li>
2173-
<li>Section 10.2: Renamed NormalizedFractionBreadth variable to NormalizedFractionValue in the CalculateNormalizedFractionBreadth algorithm</li>
2174-
<li>Section 10.2: Addressed typos (e.g. Space -> SpaceToFill) in CalculateNormalizedFractionBreadth</li>
2175-
<li>Section 10.2: Updated CalculateNormalizedFractionBreadth to remove an unneeded inner loop in step 7.</li>
2176-
<li>Section 10.2: Updated steps 2 and 3 in DistributeSpaceToTracks function to correct use of delta variable</li>
2177-
<li>Section 10.2: Updated step 6 in ComputeUsedBreadthOfGridTracks to cover shrink-to-fit Grid Elements</li>
2178-
</ul>
2179-
<br>
2180-
<ul>Changes made in 2 February 2012 Editor's Draft:
2181-
<li>Section 2.2: Made a minor correction to the markup in Example 1.</li>
2182-
<li>Section 7: Specified item placement behavior for undefined grid lines.</li>
2183-
<li>Section 7.1: Specified that for the grid-column and grid-row properties, &lsquo;<a href="#start-column-position"><code
2184-
class=css>start</code></a>&rsquo; is only applicable to the starting line position and &lsquo;<a href="#end-column-position"><code
2185-
class=css>end</code></a>&rsquo; is only applicable to the ending line position.</li>
2186-
<li>Section 8.1: Updated the spec to better describe the behavior of box model calculations for stretch alignment.</li>
2187-
</ul>
2188-
<br>
2189-
<ul>Changes made in 6 February 2012 Editor's Draft:
2190-
<li>Section 10: Combined Sections 10.2 and 10.3, so that the overall algorithm is described in a top-down fashion.</li>
2191-
<li>Section 10.2: Removed the function DistributeSpaceToTracksBySpanCount, and added new functions ResolveContentBasedTrackSizingFunctions and ResolveContentBasedTrackSizingFunctionsForItems. The updates to the algorithm change the way in which Grid Items that span multiple tracks resolve their min-content and max-content contributions to those tracks such that "tighter" grids are produced.</li>
2192-
</ul>
2155+
<div>
2156+
<ul>Changes made in 22 July 2011 Editor's Draft:
2157+
<li>Included an algorithm for computing the size of <i>Grid tracks</i> in the spec.</li>
2158+
<li>Removed the property grid-cell-stacking.</li>
2159+
<li>Removed the pseudo-element selector ::grid-cell.</li>
2160+
<li>Defined that <i>Grid cells</i> named explicitly using the <a href="#grid-template-property">grid-template</a> property cannot be styled (with the removal of the ::grid-cell pseudo-element selector they cannot be selected).</li>
2161+
<li>Removed the notion that <i>Grid cells</i> could be given a display property which controls their inner layout.</li>
2162+
<li>Corrected an error in the automatic placement example. All children of the form should be display:block to ensure they are valid <i>Grid items</i>.</li>
2163+
<li>Updated the <a href="#grid-columns-and-rows-properties">Grid Columns and Grid Rows Properties</a> grammar to correct an error and reduce ocurrences of &lt;string&gt;</li>
2164+
</ul>
2165+
<br>
2166+
<ul>Changes made in 21 November 2011 Editor's Draft:
2167+
<li>Section 2.4, Section 9: Removed the grid-layer property in favor of using <a href="http://www.w3.org/TR/CSS21/visuren.html#z-index">z-index.</a></li>
2168+
<li>Section 6.5: Clarified whitespace rules.</li>
2169+
<li>Section 6.5: Changed "positive-number" to "positive-integer".</li>
2170+
<li>Section 6.5: Updated the spec to clarify that percentages-sized grid tracks are undefined when inside content-sized grids.</li>
2171+
<li>Section 8.1: Updated the spec to show that percentage-sized grid items resolve themselves against the grid cell, rather than the grid element.</li>
2172+
<li>Section 10.1: Updated definition of RemainingSpace for shrink-to-fit situations.</li>
2173+
<li>Section 10.2: Renamed NormalizedFractionBreadth variable to NormalizedFractionValue in the CalculateNormalizedFractionBreadth algorithm</li>
2174+
<li>Section 10.2: Addressed typos (e.g. Space -> SpaceToFill) in CalculateNormalizedFractionBreadth</li>
2175+
<li>Section 10.2: Updated CalculateNormalizedFractionBreadth to remove an unneeded inner loop in step 7.</li>
2176+
<li>Section 10.2: Updated steps 2 and 3 in DistributeSpaceToTracks function to correct use of delta variable</li>
2177+
<li>Section 10.2: Updated step 6 in ComputeUsedBreadthOfGridTracks to cover shrink-to-fit Grid Elements</li>
21932178
</ul>
2179+
<br>
2180+
<ul>Changes made in 2 February 2012 Editor's Draft:
2181+
<li>Section 2.2: Made a minor correction to the markup in Example 1.</li>
2182+
<li>Section 7: Specified item placement behavior for undefined grid lines.</li>
2183+
<li>Section 7.1: Specified that for the grid-column and grid-row properties, &lsquo;<a href="#start-column-position"><code
2184+
class=css>start</code></a>&rsquo; is only applicable to the starting line position and &lsquo;<a href="#end-column-position"><code
2185+
class=css>end</code></a>&rsquo; is only applicable to the ending line position.</li>
2186+
<li>Section 8.1: Updated the spec to better describe the behavior of box model calculations for stretch alignment.</li>
2187+
</ul>
2188+
<br>
2189+
<ul>Changes made in 6 February 2012 Editor's Draft:
2190+
<li>Section 10: Combined Sections 10.2 and 10.3, so that the overall algorithm is described in a top-down fashion.</li>
2191+
<li>Section 10.2: Removed the function DistributeSpaceToTracksBySpanCount, and added new functions ResolveContentBasedTrackSizingFunctions and ResolveContentBasedTrackSizingFunctionsForItems. The updates to the algorithm change the way in which Grid Items that span multiple tracks resolve their min-content and max-content contributions to those tracks such that "tighter" grids are produced.</li>
2192+
</ul>
2193+
</div>
21942194

21952195
<h2 class="no-num">Acknowledgements</h2>
21962196
<p>

0 commit comments

Comments
 (0)