Skip to content

Commit 97c91ad

Browse files
committed
[css-content] change def of content property to have image | url
1 parent c9945a5 commit 97c91ad

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

css-content/Overview.bs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ figure:not([alt]) { content: attr(href, url), contents; }
8080

8181
<pre class='propdef'>
8282
Name: content
83-
Value: [ [ <<uri>> ] ',' ]* [ normal | none | <<content-list>> ] [/ <<string>> ]?
83+
Value: [ [ <<image>> | <<url>> ] ',' ]* [ normal | none | <<content-list>> ] [/ <<string>> ]?
8484
Initial: normal
8585
Applies To: all elements, ''::marker'', and page margin boxes.
8686
Inherited: no
@@ -139,8 +139,6 @@ Content Values and Functions</h2>
139139
including images, strings, the values of counters, and the text value of elements.
140140
In this section we enumerate the possibilities.
141141

142-
Issue: write better introduction to this section
143-
144142

145143
<h3 id="content-string">
146144
String</h3>

0 commit comments

Comments
 (0)