content

Support Key: [CSS2|CSS2.1] [N6|O4|S1]
Other Generated
Content Properties

quotes
counter-reset
counter-increment
include-source
= Index DOT Css by Brian Wilson =
  Main Index | Property Index | CSS Support History | Browser History  



   Quick Statistics   
Default Value:
   Empty string
Applicable Elements:
:before and :after Pseudo-elements
Inherit From Parent:
No
Applicable Media:
All
HTML Equivalent:
NA
Official Docs:
CSS2: Sect. 12.4.2, CSS2.1: Sect 12.2
What is it?
This property automatically generates content to attach before/after a CSS selector (using the :before and :after pseudo-elements.) One or more keywords may be specified for this property, but the content does not actually exist in the document tree; it is generated "on-the-fly." The 'display' property is used with this property to specify the type of rendering box for the generated content.

Allowed Values
inherit
[CSS2|CSS2.1] [O4|S1]
Type: Explicit
Description:
Explicitly sets the value of this property to that of the parent.
normal
[CSS2.1] [O7]
Type: Explicit
Description:
For pseudo-elements, no content will be generated.
[string]
[CSS2|CSS2.1] [N6|O4|S1]
Type: Explicit
Description:
The content of the value will be used as the generated text.
[URL]
[CSS2|CSS2.1] [N6|O7|S1]
Type: Explicit
Description:
An absolute or relative URL pointing to an embeddable object. If rendering of the file is not possible by the browser, it should be ignored.
[counter()|counters()]
[CSS2|CSS2.1] [O4]
Type: Explicit
Description:
counter(name) | counter(name, list-style-type)
Generated text is produced using "name" (the name of the counter at the current point in the document tree), and "list-style-type" accepts one of the named values used for the 'list-style-type' property (default "list-style-type" for the counter() function is 'decimal'.)

counters(name, string) | counters(name, string, list-style-type)
All counters with the indicated "name" label at the current point in the document tree will become the generated text, separated by the specified string value. The counters are rendered using the "list-style-type" (one of the named values used for the 'list-style-type' property, default "list-style-type" for the counters() function being 'decimal'.)
open-quote|close-quote
[CSS2|CSS2.1] [N6|O4]
Type: Explicit
Description:
A quote of the indicated type is inserted as appropriate, taking its value from the 'quotes' property.
no-open-quote|no-close-quote
[CSS2|CSS2.1] [N6|O4]
Type: Explicit
Description:
A quote is not inserted for the open/close quote, but the quote nesting level is still incremented/decremented accordingly.
[attr(X)]
[CSS2|CSS2.1] [N6|O4|S1]
Type: Explicit
Description:
This syntax returns a string which is the unparsed value of the indicated element attribute (X) for the current CSS selector. If the specified attribute does not exist, an empty string should be returned. Case sensitivity of the attribute name should depend on the language in use (eg: XML is case sensitive while HTML is not.) If the system supports it, you can also supply a namespace prefix to narrow down the attribute selection as well, eg: "attr(foo|align)" where "foo" is the namespace prefix, and "align" is the attribute being selected in that namespace ONLY.
Example
Ext/Doc: em:before { content: url("ding.wav") }
In-Line:  NA
Notes Browser Peculiarities

Boring Copyright Stuff....