Skip to content

Commit 21c326a

Browse files
committed
[css-gcpm-4][editorial] Fix markup
1 parent 017d072 commit 21c326a

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

css-gcpm-4/Overview.bs

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ also accept the <a>CSS-wide keywords</a> as their property value.
3636
For readability they have not been repeated explicitly.
3737

3838
<h2 id="running-headers-and-footers">
39-
Running headers and footers
39+
Running headers and footers
4040
</h2>
4141
[[CSS3PAGE]] describes the sixteen page margin boxes which can be used for running headers and footers, but does not describe a mechanism for inserting content in those boxes.
4242

@@ -200,17 +200,17 @@ h2:last-of-page { copy-into: heading3 }
200200
The following figures show the first, start, and last assignments of the “heading” string on various pages.
201201

202202
<figure>
203-
<img src="images/using-strings-1.jpg" width="480" alt=""/>
203+
<img src="images/using-strings-1.jpg" width="480" alt="">
204204
<figcaption>The <code>start</code> value is empty, as the string had not yet been set at the start of the page.</figcaption>
205205
</figure>
206206

207207
<figure>
208-
<img src="images/using-strings-2.jpg" width="480" alt=""/>
208+
<img src="images/using-strings-2.jpg" width="480" alt="">
209209
<figcaption>Since the page starts with an h2, the <code>start</code> value is the value of that head.</figcaption>
210210
</figure>
211211

212212
<figure>
213-
<img src="images/using-strings-3.jpg" width="480" alt=""/>
213+
<img src="images/using-strings-3.jpg" width="480" alt="">
214214
<figcaption>Since there’s not an h2 at the top of this page, the <code>start</code> value is the exit value of the previous page.</figcaption>
215215
</figure>
216216

@@ -253,7 +253,7 @@ The following figures show the first, start, and last assignments of the “head
253253

254254

255255
<h2 id="footnotes">
256-
Footnotes
256+
Footnotes
257257
</h2>
258258
Ancillary content may be moved to the bottom or side of a page. A footnote is created when such content moves to the bottom of the page, leaving a reference indicator.
259259

@@ -265,7 +265,7 @@ Footnotes are complex objects, so it will be helpful to define some terms before
265265
<figure>
266266

267267

268-
<img src="images/footnote-diagram.001.jpg" width="480" alt="page with footnotes"/>
268+
<img src="images/footnote-diagram.001.jpg" width="480" alt="page with footnotes">
269269
<figcaption>Footnote terminology</figcaption>
270270
</figure>
271271

0 commit comments

Comments
 (0)