Skip to content

Commit 99129f1

Browse files
committed
[css-grid] Fix syntax error.
1 parent fc5a67f commit 99129f1

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

css-grid/Overview.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -934,7 +934,7 @@ Track Sizing: the 'grid-template-rows' and 'grid-template-columns' properties</h
934934

935935

936936
<h4 id='named-lines'>
937-
Named Grid Lines: the ''(<<custom-ident>>*)'' syntax</h4>
937+
Named Grid Lines: the <css>(<<custom-ident>>*)</css> syntax</h4>
938938

939939
While <a>grid lines</a> can always be referred to by their numerical index,
940940
<dfn export title="named line">named lines</dfn>

css-grid/Overview.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -926,7 +926,7 @@ <h2 class="no-num no-toc no-ref heading settled" id="contents"><span class="cont
926926
Track Sizing: the <span class="property" data-link-type="propdesc" title="grid-template-rows">grid-template-rows</span> and <span class="property" data-link-type="propdesc" title="grid-template-columns">grid-template-columns</span> properties</span></a>
927927
<ul class="toc">
928928
<li><a href="#named-lines"><span class="secno">5.1.1</span> <span class="content">
929-
Named Grid Lines: the ''(<span class="production" data-link-type="type" title="<custom-ident>">&lt;custom-ident></span>*)'' syntax</span></a></li>
929+
Named Grid Lines: the <span class="css">(<span class="production" data-link-type="type" title="<custom-ident>">&lt;custom-ident></span>*)</span> syntax</span></a></li>
930930
<li><a href="#repeat-notation"><span class="secno">5.1.2</span> <span class="content">
931931
Repeating Rows and Columns: the <span class="css" data-link-type="maybe" title="repeat()">repeat()</span> notation</span></a></li>
932932
<li><a href="#fr-unit"><span class="secno">5.1.3</span> <span class="content">
@@ -2230,7 +2230,7 @@ <h3 class="heading settled" data-level="5.1" id="track-sizing"><span class="secn
22302230

22312231

22322232
<h4 class="heading settled" data-level="5.1.1" id="named-lines"><span class="secno">5.1.1. </span><span class="content">
2233-
Named Grid Lines: the ''(<a class="production css" data-link-type="type" href="http://dev.w3.org/csswg/css-values-3/#identifier-value">&lt;custom-ident></a>*)'' syntax</span><a class="self-link" href="#named-lines"></a></h4>
2233+
Named Grid Lines: the <span class="css">(<a class="production css" data-link-type="type" href="http://dev.w3.org/csswg/css-values-3/#identifier-value">&lt;custom-ident></a>*)</span> syntax</span><a class="self-link" href="#named-lines"></a></h4>
22342234

22352235

22362236

0 commit comments

Comments
 (0)