Skip to content

Commit b39dd58

Browse files
committed
Quote the few unquoted ids, for consistency and to make my editor's syntax highlighting happy.
1 parent 65736af commit b39dd58

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

css-module/Overview.src.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ <h2 class="no-num no-toc">[LONGSTATUS] [DATE]</h2>
6161
<hr title="Separator for header">
6262
</div>
6363

64-
<h2 class="no-num no-toc" id=abstract>Abstract</h2>
64+
<h2 class="no-num no-toc" id="abstract">Abstract</h2>
6565

6666
<p>CSS is a language for describing the rendering of structured documents
6767
(such as HTML and XML) on screen, on paper, in speech, etc. This module
@@ -70,7 +70,7 @@ <h2 class="no-num no-toc" id=abstract>Abstract</h2>
7070
which builds on CSS level&nbsp;1 [[CSS1]].
7171
The main extensions compared to level&nbsp;2 are <var class="replaceme">SUMMARIZE HERE</var>.
7272

73-
<h2 class="no-num no-toc" id=status>Status of this document</h2>
73+
<h2 class="no-num no-toc" id="status">Status of this document</h2>
7474

7575
<!--status-->
7676

@@ -403,11 +403,11 @@ <h3 id="cr-exit-criteria">
403403
<p>The specification will remain Candidate Recommendation for at least
404404
six months.
405405

406-
<h2 class=no-num id=acknowledgments>Acknowledgments</h2>
406+
<h2 class=no-num id="acknowledgments">Acknowledgments</h2>
407407

408408
<p><var class="replaceme">[acknowledgments]</var></p>
409409

410-
<h2 class=no-num id=references>References</h2>
410+
<h2 class=no-num id="references">References</h2>
411411

412412

413413
<h3 class="no-num" id="normative-references">Normative references</h3>

0 commit comments

Comments
 (0)