Skip to content

Commit 1207417

Browse files
author
howcome
committed
machine-generated version
1 parent b017007 commit 1207417

1 file changed

Lines changed: 26 additions & 32 deletions

File tree

css-gcpm/Overview.html

Lines changed: 26 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -484,9 +484,7 @@ <h4 id=setting-named-strings-the-string-set-pro><span class=secno>2.1.1.
484484

485485
<dd>The first letter of the content of the element. The definition of a
486486
letter is the same as for :first-letter pseudo-elements.
487-
<p class=note>The expected use for ‘<code
488-
class=css>content-first-letter</code>’ is to create one-letter
489-
headers, e.g., in dictionaries.
487+
<!--<p class="note">The expected use for ''first-letter'' is to create one-letter headers, e.g., in dictionaries.</p>-->
490488
</dl>
491489

492490
<dl class=unimplemented>
@@ -873,8 +871,8 @@ <h2 id=leaders><span class=secno>3. </span>Leaders</h2>
873871
establishes the minimum length of the leader. To fill the available space,
874872
the leader string is repeated as many times as possible in the writing
875873
direction. At the end of the leader, a partial string pattern may be
876-
shown. White space in leaders is collapsed according to the values on
877-
white-space properties.
874+
shown. White space in the leader string is collapsed according to the
875+
values on white-space properties.
878876
<!-- <span class="issue">Or, partial strings be avoided?</span> -->
879877
<!--<p class="issue">Should other properties influence the appearance of leaders?-->
880878

@@ -1083,43 +1081,39 @@ <h3 id=the-target-counter-and-target-counters-v><span class=secno>4.1.
10831081
</pre>
10841082
</div>
10851083

1086-
<div class=unimplemented>
1087-
<h3 id=the-target-text-value><span class=secno>4.2. </span>The ‘<code
1088-
class=css>target-text</code>’ value</h3>
1089-
1090-
<p>Textual cross-references are generated by ‘<code
1091-
class=css>target-text()</code>’ which fetches the textual content from
1092-
the target end of the link. Only text is copied; not style, structure, or
1093-
replaced content. ‘<code class=css>target-text()</code>’ has one
1094-
required argument: the url of the link. An optional second argument
1095-
specifies exactly which content is fetched. There are five possible
1096-
values: ‘<code class=css>contents</code>’, ‘<code
1097-
class=css>content-element</code>’, ‘<code
1098-
class=css>content-before</code>’, ‘<code
1099-
class=css>content-after</code>’, ‘<code
1100-
class=css>content-first-letter</code>’; these keywords are defined
1101-
above.
1084+
<h3 id=the-target-text-value><span class=secno>4.2. </span>The ‘<code
1085+
class=css>target-text</code>’ value</h3>
11021086

1103-
<div class=example>
1104-
<p>To generate this text
1087+
<p>Textual cross-references are generated by ‘<code
1088+
class=css>target-text()</code>’ which fetches the textual content from
1089+
the target end of the link. Only text is copied; not style, structure, or
1090+
replaced content. ‘<code class=css>target-text()</code>’ has one
1091+
required argument: the url of the link. An optional second argument
1092+
specifies exactly which content is fetched. There are four possible
1093+
values: <!--''contents'',--><code class=css>content</code>’,
1094+
<code class=css>before</code>’, ‘<code class=css>after</code>’,
1095+
<code class=css>first-letter</code>’; these keywords are defined
1096+
above.
11051097

1106-
<blockquote>
1107-
<p>See Chapter 3 ("A better way") on page 31 for an in-depth evaluation.
1108-
</blockquote>
1109-
from this markup:
1110-
<pre>
1098+
<div class=example>
1099+
<p>To generate this text:
1100+
1101+
<blockquote>
1102+
<p>See Chapter 3 ("A better way") on page 31 for an in-depth evaluation.
1103+
</blockquote>
1104+
from this markup:
1105+
<pre>
11111106
&lt;p>See &lt;a href="#chx">this chapter&lt;/a> for an in-depth evaluation.
11121107
...
11131108
&lt;h2 id="chx">A better way&lt;/h2>
11141109
</pre>
1115-
this CSS code can be used:
1116-
<pre>
1110+
this CSS code can be used:
1111+
<pre>
11171112
h2 { counter-increment: chapter }
11181113
a { content: "Chapter " target-counter(attr(href url), chapter)
1119-
' ("' target-text(attr(href url), content-element) '") on page '
1114+
' ("' target-text(attr(href url), content) '") on page '
11201115
target-counter(attr(href url), page);
11211116
</pre>
1122-
</div>
11231117
</div>
11241118

11251119
<h2 id=footnotes><span class=secno>5. </span>Footnotes</h2>

0 commit comments

Comments
 (0)