You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Applies To: all elements and pseudo-elements, but not ::first-line or ::first-letter.
61
61
Inherited: no
@@ -65,10 +65,10 @@ Animation type: discrete
65
65
66
66
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.
67
67
68
-
''content-level'' expands to the following values:
68
+
<<content-level>> expands to the following values:
69
69
70
70
<pre class="prod">
71
-
<dfn id="content-list">content-list</dfn> = element | content | text | attr(<identifier>) | counter() | counters()
71
+
<dfn><<content-level>></dfn> = element | content | text | <<attr()>> | <<counter>>
72
72
</pre>
73
73
74
74
@@ -77,7 +77,7 @@ The 'copy-into' property contains one or more pairs, each consisting of a custom
77
77
<dd>the entire element is copied into the named content fragment</dd>
78
78
79
79
<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>
81
81
82
82
<dt>text</dt>
83
83
<dd>only the element’s text (including normally collapsed white space) is copied into the named content fragment.</dd>
0 commit comments