Skip to content

Commit ba5cbc5

Browse files
committed
[css-grid] Fix markup
1 parent a1df4db commit ba5cbc5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

css-grid/Overview.bs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,9 +130,9 @@ Overview</h2>
130130

131131
Grid Layout features
132132
fixed, flexible, and content-based <a href="#track-sizing">track sizing functions</a>;
133-
<a href="#placement">explicit item positioning</a> via forwards (positive) and backwards(negative) numbered grid coordinates,
133+
<a href="#placement">explicit item positioning</a> via forwards (positive) and backwards(negative) numerical grid coordinates,
134134
named grid lines, and named grid areas;
135-
automatic item placement into empty slots, including <a href="#order-property">reordering with <css>order</css>;
135+
automatic item placement into empty slots, including <a href="#order-property">reordering with <css>order</css></a>;
136136
automatic addition of rows or columns to accommodate additional content;
137137
control over alignment and spacing with
138138
<a href="#auto-margins">margins</a>, <a>gutters</a>, and the <a href="http://www.w3.org/TR/css-align/">alignment properties</a>;

0 commit comments

Comments
 (0)