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
langattribute set on the parent or other ancestor).
pub const none: #(String, String)
- : The
open-quoteandclose-quotevalues of the {{cssxref(“content”)}} property produce no quotation marks, as ifno-open-quoteandno-close-quotewere set, respectively.
pub const revert_layer: #(String, String)