Skip to content

Commit a65557e

Browse files
committed
machine-generated version
1 parent 228760c commit a65557e

1 file changed

Lines changed: 9 additions & 6 deletions

File tree

css3-gcpm/Overview.html

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2478,8 +2478,8 @@ <h2 id=bookmarks><span class=secno>7. </span>Bookmarks</h2>
24782478
<tr>
24792479
<td><em>Value:</em>
24802480

2481-
<td>none | contents | content-before | content-element | content-after |
2482-
&lt;string>
2481+
<td>[ contents | content-before | content-element | content-after |
2482+
&lt;string> ]+ | none
24832483

24842484
<tr>
24852485
<td><em>Initial:</em>
@@ -2513,13 +2513,16 @@ <h2 id=bookmarks><span class=secno>7. </span>Bookmarks</h2>
25132513
</table>
25142514

25152515
<p>This property specifies the label of the bookmark, i.e., the text that
2516-
will represent the bookmark in the bookmark structure.
2516+
will represent the bookmark in the bookmark structure. The keyword values
2517+
are defined on the ‘<a href="#string-set"><code
2518+
class=property>string-set</code></a>’ property.
25172519

25182520
<div class=example>
25192521
<pre>
25202522
a { bookmark-label: attr(title) }
25212523
h1 { bookmark-label: contents }
25222524
h2 { bookmark-label: content-before }
2525+
h2 { bookmark-label: content-before ": " contents }
25232526
#frog { bookmark-label: "The green frog" }
25242527
</pre>
25252528
</div>
@@ -2581,7 +2584,7 @@ <h2 id=bookmarks><span class=secno>7. </span>Bookmarks</h2>
25812584
</pre>
25822585
</div>
25832586

2584-
<div class=example> .exable { bookmark-target: url(http://www.example.com)
2587+
<div class=example> .example { bookmark-target: url(http://www.example.com)
25852588
}</div>
25862589

25872590
<table class=propdef>
@@ -4129,8 +4132,8 @@ <h2 class=no-num id=property-index>Property index</h2>
41294132
<tr>
41304133
<th><a class=property href="#bookmark-label">bookmark-label</a>
41314134

4132-
<td>none | contents | content-before | content-element | content-after |
4133-
&lt;string>
4135+
<td>[ contents | content-before | content-element | content-after |
4136+
&lt;string> ]+ | none
41344137

41354138
<td>none
41364139

0 commit comments

Comments
 (0)