Skip to content

Commit 934a0f3

Browse files
committed
[css-gcpm] bikeshed and fix bikeshed errors
1 parent fc9ace2 commit 934a0f3

2 files changed

Lines changed: 1754 additions & 661 deletions

File tree

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -810,11 +810,11 @@ <h2 id="leaders">
810810
Three keywords are shorthand values for common strings:
811811
<dl>
812812
<dt id="dotted-leader">dotted</dt>
813-
<dd>leader('. ')</dd>
813+
<dd>leader(". ")</dd>
814814
<dt id="solid-leader">solid</dt>
815-
<dd>leader('_')</dd>
815+
<dd>leader("_")</dd>
816816
<dt id="space-leader">space</dt>
817-
<dd>leader(' ')</dd>
817+
<dd>leader(" ")</dd>
818818
<dt id="string-leader">&lt;string></dt>
819819
<dd></dd>
820820
</dl>
@@ -1004,6 +1004,7 @@ <h3 id="target-text">
10041004

10051005
</pre> Result: …which will be discussed later, in the chapter entitled Loomings.
10061006
</div>
1007+
10071008
<h2 id="bookmarks">
10081009
Bookmarks
10091010
</h2>
@@ -1015,7 +1016,7 @@ <h3 id="bookmark-level">
10151016
bookmark-level
10161017
</h3>
10171018

1018-
The 'bookmark-level' property determines if a bookmark is created, and at what level. If this property is absent, or has value ''none'', no bookmark should be generated, regardless of the values of 'bookmark-label' or 'bookmark-state'.
1019+
The 'bookmark-level' property determines if a bookmark is created, and at what level. If this property is absent, or has value <code>none</code>, no bookmark should be generated, regardless of the values of 'bookmark-label' or 'bookmark-state'.
10191020

10201021
<pre class="propdef">
10211022
Name: <dfn>bookmark-level</dfn>

0 commit comments

Comments
 (0)