monks/quotes

The CSS quotes property sets how the browser should render quotation marks that are automatically added to the HTML {{HTMLElement(“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.

Values

pub const auto_: #(String, String)
  • : Quotation marks that are typographically appropriate for the inherited language (i.e., via the lang attribute set on the parent or other ancestor).
pub const inherit: #(String, String)
pub const initial: #(String, String)
pub const none: #(String, String)
  • : The open-quote and close-quote values of the {{cssxref(“content”)}} property produce no quotation marks, as if no-open-quote and no-close-quote were set, respectively.
pub fn raw(value: String) -> #(String, String)

Enter a raw string value for quotes

pub const revert: #(String, String)
pub const revert_layer: #(String, String)
pub const unset: #(String, String)
pub fn var(variable: String) -> #(String, String)

Enter a variable name to be used for quotes. It will be wrapped in var() and have -- prepended.

Search Document