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
:: In the example above, if <code>header/mng</code> wasn't in a supported format, then <code>header/png</code> would have been used instead. In the example above, if <code>header/png</code> wasn't available either, then the <code><h1></code> element would be empty, as the last alternative is ''none''.</p>
158
+
:: In the example above, if <code>header/mng</code> wasn't in a supported format, then <code>header/png</code> would have been used instead. In the example above, if <code>header/png</code> wasn't available either, then the <code><h1></code> element would be empty, as the last alternative is ''content/none''.</p>
158
159
159
-
:: To make an element fallback on its contents, you have to explicitly give ''contents'' as a fallback:
160
+
:: To make an element fallback on its contents, you have to explicitly give ''content/contents'' as a fallback:
:: :: If the value is the empty string, and the element or pseudo-element's 'display' property computes to anything but ''inline'', then the element or pseude-element contains an empty anonymous inline box, otherwise the element contains an empty string.
226
227
227
-
:: :: (This is a formal way of saying that an empty string is different from ''none'' in that it forces the creation of a line box, even if the line box would be empty.)
228
+
:: :: (This is a formal way of saying that an empty string is different from ''content/none'' in that it forces the creation of a line box, even if the line box would be empty.)
:: :: :: Always honoured. Note that this is the default, since the initial value of 'content' is ''normal'' and ''normal'' computes to ''contents'' on an element.
241
+
:: :: :: Always honoured. Note that this is the default, since the initial value of 'content' is ''content/normal'' and ''content/normal'' computes to ''content/contents'' on an element.
241
242
242
243
:: :: : If set on one of the element's other pseudo-elements:
:: :: :: ...the element's 'content' property would compute to ''contents'' and the after pseudo element would have no contents (equivalent to ''none'') and thus would not appear.
261
+
:: :: :: ...the element's 'content' property would compute to ''content/contents'' and the after pseudo element would have no contents (equivalent to ''content/none'') and thus would not appear.
:: :: :: <p class="issue">Use cases for suppressing the content on the element and using it in a pseudo-element would be welcome.</p>
272
273
273
274
274
-
:: :: :: Note that while it is useless to include ''contents'' twice in a single 'content' property, that is not a parse error. The second occurrence simply has no effect, as it has already been used. It is also not a parse error to use it on a marker pseudo-element, it is only during the rendering stage that it gets treated like ''none''.
275
+
:: :: :: Note that while it is useless to include ''content/contents'' twice in a single 'content' property, that is not a parse error. The second occurrence simply has no effect, as it has already been used. It is also not a parse error to use it on a marker pseudo-element, it is only during the rendering stage that it gets treated like ''content/none''.
:: :: Inserts nothing (as in ''none''), but increments (decrements) the level of nesting for quotes. See the section on <a href="#specifying-quotes">quotes</a> for more information.
294
+
:: :: Inserts nothing (as in ''content/none''), but increments (decrements) the level of nesting for quotes. See the section on <a href="#specifying-quotes">quotes</a> for more information.
294
295
295
296
296
297
:: : <datetime>
@@ -390,7 +391,7 @@ HTML has long had the <code>q</code> element, used to delimit quotations. The ''
390
391
Media: all
391
392
</pre>
392
393
393
-
<p class="issue">The previous ED had an initial value of ''text'', which was an error. [[CSS21]] has initial value of "depends on user agent". Do we use ''auto'' for things like this, or is it just a UA stylesheet issue?</p>
394
+
<p class="issue">The previous ED had an initial value of ''text'', which was an error. [[CSS21]] has initial value of "depends on user agent". Do we use <code>auto</code> for things like this, or is it just a UA stylesheet issue?</p>
394
395
395
396
396
397
<p>This property specifies quotation marks for any number of embedded quotations. Values have the following meanings:</p>
@@ -1057,7 +1058,7 @@ A bookmark references a point in the document, which we define to the be the in
1057
1058
bookmark-level
1058
1059
</h3>
1059
1060
1060
-
The 'bookmark-level' property determines if a bookmark is created, and at what level. If this property is absent, or has value ''none'', no bookmark should be generated, regardless of the values of 'bookmark-label' or 'bookmark-state'.
1061
+
The 'bookmark-level' property determines if a bookmark is created, and at what level. If this property is absent, or has value ''bookmark-level/none'', no bookmark should be generated, regardless of the values of 'bookmark-label' or 'bookmark-state'.
1061
1062
1062
1063
<pre class="propdef">
1063
1064
Name: <dfn>bookmark-level</dfn>
@@ -1161,7 +1162,7 @@ Computed value: specified value
1161
1162
1162
1163
<h2 id="changes">Changes since the 14 May 2003 Working Draft</h2>
1163
1164
1164
-
* Terminology section deleted, as that information is now in [[css-pseudo-4]]
1165
+
* Terminology section deleted, as that information is now in [[CSS-PSEUDO-4]]
1165
1166
1166
1167
* Pseudo-elements section replaced by [[CSS-PSEUDO-4]]
0 commit comments