Skip to content

Commit 5cf05e3

Browse files
committed
[css-grid] Add issue.
1 parent eebf7fe commit 5cf05e3

2 files changed

Lines changed: 7 additions & 5 deletions

File tree

css-grid/Overview.html

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2372,8 +2372,9 @@ <h3 class="heading settled heading" data-level=9.2 id=row-align><span class=secn
23722372
the inline axis is horizontal,
23732373
and so the <a class=property data-link-type=propdesc title=justify-*>justify-*</a> properties align the <a data-link-type=dfn href=#grid-item title="grid items">grid items</a> horizontally.
23742374

2375-
<pre>TODO: provide example
2376-
</pre> </div>
2375+
<p class=issue id=issue-3a8dda12><a class=self-link href=#issue-3a8dda12></a>
2376+
TODO: provide example
2377+
</div>
23772378

23782379

23792380
<h3 class="heading settled heading" data-level=9.3 id=column-align><span class=secno>9.3 </span><span class=content>
@@ -3333,6 +3334,8 @@ <h2 class="no-num heading settled" id=issues-index><span class=content>Issues In
33333334
instead of always using 1,1 by default.
33343335

33353336
<a href=#issue-4e6cc4f1></a></div><div class=issue>
3337+
TODO: provide example
3338+
<a href=#issue-3a8dda12></a></div><div class=issue>
33363339
Currently this algorithm embodies several heuristics which regulate the growth of spanning <a data-link-type=dfn href=#grid-item title="grid items">Grid items</a> to accommodate certain use cases. (E.g. the game example in Figures 2 and 3 above.) These heuristics should be a normative part of this specification to ensure interoperability. To the extent additional use cases can be identified that cannot be satisfied by following the current heuristics, the normative algorithm can be updated, or additional mechanisms can be introduced for fine-grained control of content-based TrackSizingFunction.
33373340

33383341
<a href=#issue-7a82b645></a></div><div class=issue>

css-grid/Overview.src.html

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2425,9 +2425,8 @@ <h3 id='row-align'>
24252425
the inline axis is horizontal,
24262426
and so the 'justify-*' properties align the <a>grid items</a> horizontally.
24272427

2428-
<pre>
2429-
TODO: provide example
2430-
</pre>
2428+
<p class='issue'>
2429+
TODO: provide example
24312430
</div>
24322431

24332432

0 commit comments

Comments
 (0)