Skip to content

Commit d79ccc3

Browse files
committed
[css-content-3] Fix markup.
1 parent c0440b3 commit d79ccc3

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

css-content-3/Overview.bs

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -372,7 +372,7 @@ Element Content</h3>
372372
It is also not a parse error to use it on a ''::marker'' pseudo-element,
373373
it is only during the rendering stage that it gets treated like ''content/none''.
374374

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?
376376

377377

378378
<h3 id="quotes">
@@ -753,12 +753,12 @@ Procedure for rendering leaders</h4>
753753
Issue: Leaders don't quite work in table layouts. How can we fix this?
754754

755755
<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">
757757
<figcaption>Procedure for drawing leaders</figcaption>
758758
</figure>
759759

760760
<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">
762762
<figcaption>Procedure for drawing leaders when the content doesn’t fit on a single line</figcaption>
763763
</figure>
764764

@@ -1090,19 +1090,19 @@ The ''string()'' function</h4>
10901090
of the “heading” string on various pages.
10911091

10921092
<figure>
1093-
<img src="images/using-strings-1.jpg" width="480" alt=""/>
1093+
<img src="images/using-strings-1.jpg" width="480" alt="">
10941094
<figcaption>The ''string-set/start'' value is empty,
10951095
as the string had not yet been set at the start of the page.</figcaption>
10961096
</figure>
10971097

10981098
<figure>
1099-
<img src="images/using-strings-2.jpg" width="480" alt=""/>
1099+
<img src="images/using-strings-2.jpg" width="480" alt="">
11001100
<figcaption>Since the page starts with an h2,
11011101
the ''string-set/start'' value is the value of that head.</figcaption>
11021102
</figure>
11031103

11041104
<figure>
1105-
<img src="images/using-strings-3.jpg" width="480" alt=""/>
1105+
<img src="images/using-strings-3.jpg" width="480" alt="">
11061106
<figcaption>Since there’s not an h2 at the top of this page,
11071107
the ''string-set/start'' value is the <a>exit value</a> of the previous page.</figcaption>
11081108
</figure>

0 commit comments

Comments
 (0)