Skip to content

Commit 017d072

Browse files
committed
[css-gcpm-4][editorial] Fix bikeshed markup
1 parent 92d4285 commit 017d072

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

css-gcpm-4/Overview.bs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ Headers often contain document content, and it is desirable to both display that
5555

5656
<pre class="propdef">
5757
Name: copy-into
58-
Value: none | [ [ &lt;custom-ident> &lt;content-level>] [, &lt;custom-ident> &lt;content-level>]* ]?
58+
Value: none | [ [ <<custom-ident>> <<content-level>>] [, <<custom-ident>> <<content-level>>]* ]?
5959
Initial: none
6060
Applies To: all elements and pseudo-elements, but not ::first-line or ::first-letter.
6161
Inherited: no
@@ -65,10 +65,10 @@ Animation type: discrete
6565

6666
The 'copy-into' property contains one or more pairs, each consisting of a custom identifier followed by a content-level keyword describing how to construct the value of the named content fragment.
6767

68-
''content-level'' expands to the following values:
68+
<<content-level>> expands to the following values:
6969

7070
<pre class="prod">
71-
<dfn id="content-list">content-list</dfn> = element | content | text | attr(&lt;identifier>) | counter() | counters()
71+
<dfn><<content-level>></dfn> = element | content | text | <<attr()>> | <<counter>>
7272
</pre>
7373

7474

@@ -77,7 +77,7 @@ The 'copy-into' property contains one or more pairs, each consisting of a custom
7777
<dd>the entire element is copied into the named content fragment</dd>
7878

7979
<dt>contents</dt>
80-
<dd>only the element’s contents are copied into the named content fragment. This is the default if ''content-level'' is not specified.</dd>
80+
<dd>only the element’s contents are copied into the named content fragment. This is the default if <<content-level>> is not specified.</dd>
8181

8282
<dt>text</dt>
8383
<dd>only the element’s text (including normally collapsed white space) is copied into the named content fragment.</dd>

0 commit comments

Comments
 (0)