Skip to content

Commit 1f29b4e

Browse files
committed
[css-align] Fix bikeshed fatal error due to bad reference.
1 parent fe7990a commit 1f29b4e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

css-align/Overview.bs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1074,7 +1074,7 @@ Inline/Main-Axis Alignment: the 'justify-self' property</h3>
10741074
<td>
10751075
Behaves as ''justify-self/stretch'',
10761076
except that items with an intrinsic size or aspect ratio are treated as ''justify-self/start''.
1077-
See <a href="https://www.w3.org/TR/css-grid-1/#grid-item-sizing">Grid Item Sizing</a> in [[!CSS-GRID-3]].
1077+
See <a href="https://www.w3.org/TR/css-grid-1/#grid-item-sizing">Grid Item Sizing</a> in [[!CSS-GRID-1]].
10781078
</table>
10791079

10801080
See [[!CSS-GRID-1]] for details.
@@ -1240,7 +1240,7 @@ Block/Cross-Axis Alignment: the 'align-self' property</h3>
12401240
<td>
12411241
Behaves as ''justify-self/stretch'',
12421242
except that items with an intrinsic size or aspect ratio are treated as ''justify-self/start''.
1243-
See <a href="https://www.w3.org/TR/css-grid-1/#grid-item-sizing">Grid Item Sizing</a> in [[!CSS-GRID-3]].
1243+
See <a href="https://www.w3.org/TR/css-grid-1/#grid-item-sizing">Grid Item Sizing</a> in [[!CSS-GRID-1]].
12441244
</table>
12451245

12461246
<h3 id='place-self-property'>

0 commit comments

Comments
 (0)