Skip to content

Commit 41aa407

Browse files
authored
[css-grid-3] Remove hash from ID (w3c#5932)
1 parent e53b9dd commit 41aa407

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

css-grid-3/Overview.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ Containing Block</h2>
219219

220220
The <a>containing block</a> for a <a>grid item</a> is formed by its <a>grid area</a> in the [=grid axis=] and the grid container's content-box in the [=masonry axis=].
221221

222-
<h2 id="#implicit-grid">
222+
<h2 id="implicit-grid">
223223
The Implicit Grid
224224
</h2>
225225
The [=implicit grid=] is formed in the same way as for a regular grid container. However, it's only used in the [=grid axis=]. The flow axis specified by ''grid-auto-flow'' is ignored &mdash; items are always placed by filling the [=grid axis=] (though note that the ''grid-auto-flow'' property's ''grid-auto-flow/dense'' keyword does have an effect in determining which items end up at line 1 in the [=masonry axis=], in [[#grid-item-placement]] step 1). ''direction:rtl'' reverses the grid if the inline-axis is the [=grid axis=] (as usual for a regular grid container) and it makes items flow from right to left if the inline-axis is the [=masonry axis=].

0 commit comments

Comments
 (0)