@@ -213,7 +213,7 @@ <h4>Setting named strings: the 'string-set' property</h4>
213213
214214< dd > The first letter of the content of the element. The definition of a letter is the same as for :first-letter pseudo-elements.
215215
216- < p class ="note "> The expected use for ''content- first-letter'' is to create one-letter headers, e.g., in dictionaries.</ p >
216+ <!--< p class="note">The expected use for ''first-letter'' is to create one-letter headers, e.g., in dictionaries.</p>-- >
217217
218218</ dl >
219219
@@ -543,8 +543,8 @@ <h2>Leaders</h2>
543543establishes the minimum length of the leader. To fill the available
544544space, the leader string is repeated as many times as possible in the
545545writing direction. At the end of the leader, a partial string pattern
546- may be shown. White space in leaders is collapsed according to the
547- values on white-space properties.
546+ may be shown. White space in the leader string is collapsed according
547+ to the values on white-space properties.
548548
549549<!-- <span class="issue">Or, partial strings be avoided?</span> -->
550550<!--<p class="issue">Should other properties influence the appearance of leaders?-->
@@ -747,21 +747,20 @@ <h3>The ''target-counter'' and ''target-counters'' values</h3>
747747</ div >
748748
749749
750- < div class =unimplemented >
751750< h3 > The ''target-text'' value</ h3 >
752751
753752< p > Textual cross-references are generated by ''target-text()'' which
754753fetches the textual content from the target end of the link. Only text
755754is copied; not style, structure, or replaced content.
756755''target-text()'' has one required argument: the url of the link. An
757756optional second argument specifies exactly which content is fetched.
758- There are five possible values: ''contents'', ''content-element '',
759- ''content- before'', ''content- after'', ''content- first-letter''; these
757+ There are four possible values: <!-- ''contents'',--> ''content'',
758+ ''before'', ''after'', ''first-letter''; these
760759keywords are defined above.
761760
762761
763762< div class ="example ">
764- < p > To generate this text
763+ < p > To generate this text:
765764
766765< blockquote >
767766< p > See Chapter 3 ("A better way") on page 31 for an in-depth evaluation.
@@ -780,12 +779,11 @@ <h3>The ''target-text'' value</h3>
780779< pre >
781780h2 { counter-increment: chapter }
782781a { content: "Chapter " target-counter(attr(href url), chapter)
783- ' ("' target-text(attr(href url), content-element ) '") on page '
782+ ' ("' target-text(attr(href url), content) '") on page '
784783 target-counter(attr(href url), page);
785784</ pre >
786785</ div >
787786
788- </ div >
789787
790788< h2 > Footnotes</ h2 >
791789
0 commit comments