Skip to content

Commit 7d9bcd4

Browse files
committed
machine-generated version
1 parent d1e1b94 commit 7d9bcd4

1 file changed

Lines changed: 10 additions & 10 deletions

File tree

css3-gcpm/Overview.html

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -872,7 +872,7 @@ <h2 id=leaders><span class=secno>3. </span>Leaders</h2>
872872
<div class=example>
873873
<pre>
874874
ul.toc a::after {
875-
content: leader(". . . ") target-counter(attr(href, url), page);
875+
content: leader(". . . ") target-counter(attr(href url), page);
876876
}
877877
</pre>
878878
</div>
@@ -1008,7 +1008,7 @@ <h3 id=the-target-counter-and-target-counters-v><span class=secno>4.1.
10081008
after a link:
10091009

10101010
<pre>
1011-
a::after { content: "(see page " target-counter(attr(href, url), page, decimal) ")" }
1011+
a::after { content: "(see page " target-counter(attr(href url), page, decimal) ")" }
10121012
</pre>
10131013
</div>
10141014

@@ -1017,7 +1017,7 @@ <h3 id=the-target-counter-and-target-counters-v><span class=secno>4.1.
10171017
added after a link:
10181018

10191019
<pre>
1020-
a::after { content: "(see section " target-counters(attr(href, url), section, ".", decimal) ")" }
1020+
a::after { content: "(see section " target-counters(attr(href url), section, ".", decimal) ")" }
10211021
</pre>
10221022
</div>
10231023

@@ -1052,9 +1052,9 @@ <h3 id=the-target-text-value><span class=secno>4.2. </span>The ‘<code
10521052
this CSS code can be used:
10531053
<pre>
10541054
h2 { counter-increment: chapter }
1055-
a { content: "Chapter " target-counter(attr(href, url), chapter)
1056-
' ("' target-text(attr(href), content-element) '") on page '
1057-
target-counter(attr(href, url), page);
1055+
a { content: "Chapter " target-counter(attr(href url), chapter)
1056+
' ("' target-text(attr(href url), content-element) '") on page '
1057+
target-counter(attr(href url), page);
10581058
</pre>
10591059
</div>
10601060

@@ -1122,7 +1122,7 @@ <h2 id=footnotes><span class=secno>5. </span>Footnotes</h2>
11221122
@media print {
11231123
.footnote {
11241124
float: footnote;
1125-
content: target-pull(attr(href, url)) }
1125+
content: target-pull(attr(href url)) }
11261126
.call { display: none }
11271127
}
11281128
&lt;/style>
@@ -2517,7 +2517,7 @@ <h2 id=bookmarks><span class=secno>7. </span>Bookmarks</h2>
25172517

25182518
<div class=example>
25192519
<pre>
2520-
a { bookmark-label: attr(title, string) }
2520+
a { bookmark-label: attr(title) }
25212521
h1 { bookmark-label: contents }
25222522
h2 { bookmark-label: content-before }
25232523
#frog { bookmark-label: "The green frog" }
@@ -2573,8 +2573,8 @@ <h2 id=bookmarks><span class=secno>7. </span>Bookmarks</h2>
25732573
<div class=example>
25742574
<pre>
25752575
.bookmark {
2576-
bookmark-label: attr(title, string);
2577-
bookmark-target: attr(href, url);
2576+
bookmark-label: attr(title);
2577+
bookmark-target: attr(href url);
25782578
}
25792579
...
25802580
&lt;a class="bookmark" title="The green pear" href="#pears"/>

0 commit comments

Comments
 (0)