You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -178,7 +178,7 @@ Issue: should the contents keyword be replaced with ''content()''
178
178
<h2 id="content-functions">
179
179
Content Values and Functions</h2>
180
180
181
-
The ''content'' property can be used to add many different types of content to a document,
181
+
The 'content' property can be used to add many different types of content to a document,
182
182
including images, strings, the values of counters, and the text value of elements.
183
183
In this section we enumerate the possibilities.
184
184
@@ -292,7 +292,7 @@ contents</h3>
292
292
<h3 id="quotes">
293
293
Quotes</h3>
294
294
295
-
HTML has long had the <code>q</code> element, used to delimit quotations. The ''quotes'' property, in conjunction with the various *-quote values of the ''content'' property, can be used to properly style such quotations.
295
+
HTML has long had the <code>q</code> element, used to delimit quotations. The ''quotes'' property, in conjunction with the various *-quote values of the 'content' property, can be used to properly style such quotations.
296
296
297
297
298
298
<h4 id="specifying-quotes">
@@ -336,7 +336,7 @@ The *-quote values of the content property
@@ -566,7 +566,7 @@ use a hypothetical line block that extends across the whole containing block to
566
566
BBBBBBBBBB
567
567
..........
568
568
</pre>
569
-
<li> Draw the before and after content on top of the leader. If any part of the <var>before</var> or <var>after content</var> overlaps a glyph in a leader string box, that glyph is not displayed.<pre>
569
+
<li> Draw the before and after content on top of the leader. If any part of the <var>before content</var> or <var>after content</var> overlaps a glyph in a leader string box, that glyph is not displayed.<pre>
570
570
BBBBBBBBBB
571
571
BBB....AAA
572
572
</pre>
@@ -614,6 +614,15 @@ Cross references and the target-* functions
614
614
</ul>
615
615
Three new values for the content property are used to automatically create these types of cross-references: ''target-counter()'', ''target-counters()'', and ''target-text()''. Each of these displays information obtained from the target end of a link.
0 commit comments