עברית
accent-coloralignalignment-baselineallanchoranimationappearanceaspect-ratiobackdrop-filterbackface-visibilitybackgroundbaselineblock-sizeborderbottomboxbreakcaption-sidecaretclearclipcolorcolumncolumnscontaincontainercontentcornercountercursorcxcyddirectiondisplaydominant-baselinedynamic-range-limitempty-cellsfield-sizingfillfilterflexfloatfloodfontforced-color-adjustgapgridheighthyphenatehyphensimageime-modeinitial-letterinline-sizeinsetinteractivityinterestinterpolate-sizeisolationjustifyleftletter-spacinglighting-colorlinelistmarginmarkermaskmathmaxminmix-blend-modeobjectoffsetopacityorderorphansoutlineoverflowoverlayoverscrollpaddingpagepaint-orderperspectiveplacepointer-eventspositionprint-color-adjustquotesrreadingresizerightrotaterowrubyrulerxryscalescrollscrollbarshapespeakstopstroketab-sizetable-layouttexttimelinetoptouch-actiontransformtransitiontranslatetrigger-scopeunicode-bidiuser-selectvector-effectvertical-alignviewvisibilitywhitewidowswidthwill-changewordwriting-modexyz-indexzoom
The CSS Propertie quotes
The quotes property defines the quotation mark pairs used by open-quote/close-quote (via content) or by <q> elements. Multiple nesting levels — each pair maps to one nesting level.
q {
quotes: '"' '"' "'" "'";
}
html:lang(fr) q {
quotes: '« ' ' »' '\201C' '\201D';
}
autoDefault. The browser chooses a typographically appropriate quotation system based on the content language.noneopen-quote and close-quote produce no characters — equivalent to no-open-quote / no-close-quote.match-parentUses the same quotation system as the parent (resolved against the parent's content language).
CSS Generated Content Module Level 3
Editor's Draft
<string>
W3CMDN
This is a quoted text
Show all code
Edit CSS online
The plugin that remembers hundreds of CSS items for you
Every CSS property — in a live demonstration
The bilingual CSS reference
previousnext