@@ -372,7 +372,7 @@ Element Content</h3>
372
372
It is also not a parse error to use it on a ''::marker'' pseudo-element,
373
373
it is only during the rendering stage that it gets treated like ''content/none'' .
374
374
375
- Issue: Do we need the statement about marker pseudo-elements here? Or is this legacy from the old version of the spec?
375
+ Issue: Do we need the statement about marker pseudo-elements here? Or is this legacy from the old version of the spec?
376
376
377
377
378
378
<h3 id="quotes">
@@ -753,12 +753,12 @@ Procedure for rendering leaders</h4>
753
753
Issue: Leaders don't quite work in table layouts. How can we fix this?
754
754
755
755
<figure>
756
- <img src="images/leader.001.jpg" width="480" alt="drawing leaders"/ >
756
+ <img src="images/leader.001.jpg" width="480" alt="drawing leaders">
757
757
<figcaption> Procedure for drawing leaders</figcaption>
758
758
</figure>
759
759
760
760
<figure>
761
- <img src="images/leader.002.jpg" width="480" alt="drawing leaders"/ >
761
+ <img src="images/leader.002.jpg" width="480" alt="drawing leaders">
762
762
<figcaption> Procedure for drawing leaders when the content doesn’t fit on a single line</figcaption>
763
763
</figure>
764
764
@@ -1090,19 +1090,19 @@ The ''string()'' function</h4>
1090
1090
of the “heading” string on various pages.
1091
1091
1092
1092
<figure>
1093
- <img src="images/using-strings-1.jpg" width="480" alt=""/ >
1093
+ <img src="images/using-strings-1.jpg" width="480" alt="">
1094
1094
<figcaption> The ''string-set/start'' value is empty,
1095
1095
as the string had not yet been set at the start of the page.</figcaption>
1096
1096
</figure>
1097
1097
1098
1098
<figure>
1099
- <img src="images/using-strings-2.jpg" width="480" alt=""/ >
1099
+ <img src="images/using-strings-2.jpg" width="480" alt="">
1100
1100
<figcaption> Since the page starts with an h2,
1101
1101
the ''string-set/start'' value is the value of that head.</figcaption>
1102
1102
</figure>
1103
1103
1104
1104
<figure>
1105
- <img src="images/using-strings-3.jpg" width="480" alt=""/ >
1105
+ <img src="images/using-strings-3.jpg" width="480" alt="">
1106
1106
<figcaption> Since there’s not an h2 at the top of this page,
1107
1107
the ''string-set/start'' value is the <a>exit value</a> of the previous page.</figcaption>
1108
1108
</figure>
0 commit comments