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
Copy file name to clipboardExpand all lines: css-gcpm/Overview.src.html
+14-14Lines changed: 14 additions & 14 deletions
Original file line number
Diff line number
Diff line change
@@ -202,23 +202,23 @@ <h4>Setting named strings: the 'string-set' property</h4>
202
202
<dd>the counter() or counters() function, as per <ahref="http://www.w3.org/TR/CSS21/syndata.html#counter">CSS 2.1 section 4.3.5</a>
203
203
204
204
205
-
<dtclass=unimplemented>contents
205
+
<dtclass=unimplemented>contents()
206
206
207
207
<ddclass=unimplemented>The textual content of the element, including the content of its ::before and ::after pseudo-element. The content of the element's descendants, including their respective ::before and ::after pseudo-elements, are included in the returned content.
208
208
209
-
<dt><!--content-element-->content
209
+
<dt><!--content-element-->content(text)
210
210
211
-
<dd>The textual content of the element, not including the content of its ::before and ::after pseudo-element. The content of the element's descendants, including their respective ::before and ::after pseudo-elements, are included in the returned content.
211
+
<dd>The textual content of the element, not including the content of its ::before and ::after pseudo-element. The content of the element's descendants, including their respective ::before and ::after pseudo-elements, are included in the returned content. This is the default value, so ''content()'' is equivalent to ''content(text)''.
212
212
213
-
<dt><!--content-before-->before
213
+
<dt><!--content-before-->content(before)
214
214
215
215
<dd>The textual content of the ::before pseudo-element the content of the element.
216
216
217
-
<dt><!--content-after-->after
217
+
<dt><!--content-after-->content(after)
218
218
219
219
<dd>The textual content of the ::after pseudo-element the content of the element.
0 commit comments