Quotes class
The CSS quotes property sets how the browser should render quotation marks that are automatically added to the HTML <q> element
or added using the open-quotes or close-quotes (or omitted using the no-open-quote and no-close-quote) values of the of the CSS content property.
Constructors
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
- auto → const Quotes
-
Quotation marks that are typographically appropriate for the inherited language (i.e., via the
langattribute set on the parent or other ancestor). - inherit → const Quotes
- initial → const Quotes
- matchParent → const Quotes
- none → const Quotes
-
The
open-quoteandclose-quotevalues of the content property produce no quotation marks, as ifno-open-quoteandno-close-quotewere set, respectively. - revert → const Quotes
- revertLayer → const Quotes
- unset → const Quotes