Skip to content

Commit 2d6b4a3

Browse files
author
howcome
committed
revising list of unimplemented features, revising keyword names to match implementations
1 parent 9826bbd commit 2d6b4a3

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

css-gcpm/Overview.src.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -197,19 +197,19 @@ <h4>Setting named strings: the 'string-set' property</h4>
197197

198198
<dd class=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.
199199

200-
<dt><!--content-element-->content()
200+
<dt><!--content-element-->content
201201

202202
<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.
203203

204-
<dt><!--content-before-->content(before)
204+
<dt><!--content-before-->before
205205

206206
<dd>The textual content of the ::before pseudo-element the content of the element.
207207

208-
<dt><!--content-after-->content(after)
208+
<dt><!--content-after-->after
209209

210210
<dd>The textual content of the ::after pseudo-element the content of the element.
211211

212-
<dt><!--content-first-letter-->content(first-letter)
212+
<dt><!--content-first-letter-->first-letter
213213

214214
<dd>The first letter of the content of the element. The definition of a letter is the same as for :first-letter pseudo-elements.
215215

0 commit comments

Comments
 (0)