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: elements, pseudo-elements, and page margin boxes.
137
137
Inherited: no
@@ -144,8 +144,9 @@ This module introduces several pseudo-elements and allows them to nest in certai
144
144
145
145
The 'content' property dictates what is rendered inside the element or pseudo-element. It takes a comma separated list of URIs, followed by a space separated list of tokens. If there are multiple URIs provided, then each is tried in turn until a value which is both available and supported is found. The last value is used as a fallback if the others fail.
146
146
147
-
: <<uri>>
148
-
:: For URIs other than URIs in the last comma separated section of the value, if the URI is available and the format is supported, then the element or pseudo-element becomes a replaced element, otherwise, the next item in the comma separated list is used, if any.
147
+
<dl dfn-type=value dfn-for=content>
148
+
<dt><<uri>></dt>
149
+
<dd>For URIs other than URIs in the last comma separated section of the value, if the URI is available and the format is supported, then the element or pseudo-element becomes a replaced element, otherwise, the next item in the comma separated list is used, if any.
149
150
150
151
<div class="example">
151
152
<pre>
@@ -177,7 +178,7 @@ The 'content' property dictates what is rendered inside the element or pseudo-el
177
178
178
179
When a URI is used as replaced content, it <a href="#replacedContent">affects the generation</a> of ''::before'' and ''::after'' pseudo-elements.
179
180
180
-
<dl dfn-type=value dfn-for=content>
181
+
181
182
<dt><dfn>normal</dfn>
182
183
<dd>For an element, this computes to ''content/contents''.
183
184
@@ -199,7 +200,7 @@ The 'content' property dictates what is rendered inside the element or pseudo-el
199
200
200
201
<p class="issue">Is ''inhibit'' still necessary, in the absence of multiple pseudo-elements?
0 commit comments