Articles tagged: CSS Descriptor
Found 28 documents
- Web/CSS/@counter-style/additive-symbols The additive-symbols descriptor lets you specify symbols when the value of a counter system ...
- Web/CSS/@counter-style/fallback The fallback descriptor can be used to specify a counter style to fall back to if the current ...
- Web/CSS/@counter-style/negative When defining custom counter styles, the negative descriptor lets you alter the representations ...
- Web/CSS/@counter-style/pad The pad descriptor can be used with custom counter style definitions when you need the marker ...
- Web/CSS/@counter-style/prefix The prefix descriptor of the @counter-style rule allows authors to specify a symbol that will be ...
- Web/CSS/@counter-style/range When defining custom counter styles, the range descriptor lets the author specify a range of ...
- Web/CSS/@counter-style/speak-as The speak-as descriptor specifies how a counter symbol constructed with a given @counter-style ...
- Web/CSS/@counter-style/suffix The suffix is used with @counter-style to specify a symbol that will be appended to the marker ...
- Web/CSS/@counter-style/symbols The symbols CSS descriptor is used to specify the symbols that the specified counter system will ...
- Web/CSS/@counter-style/system The system descriptor specifies the algorithm to be used for converting the integer value of a ...
- Web/CSS/@font-face/font-display The font-display descriptor determines how a font face is displayed based on whether and when it ...
- Web/CSS/@font-face/font-family The font-family CSS descriptor allows authors to specify the font family for the font specified ...
- Web/CSS/@font-face/font-style The font-style CSS descriptor allows authors to specify font styles for the fonts specified in ...
- Web/CSS/@font-face/src The src CSS descriptor of the @font-face rule specifies the resource containing font data. It is ...
- Web/CSS/@page/bleed The bleed CSS at-rule descriptor, used with the @page at-rule, specifies the extent of the page ...
- Web/CSS/@page/marks The marks CSS at-rule descriptor, used with the @page at-rule, adds crop and/or cross marks to ...
- Web/CSS/@page/size The size CSS at-rule descriptor, used with the @page at-rule, defines the size and orientation ...
- Web/CSS/@viewport/height The height CSS descriptor is a shorthand descriptor for setting both min-height and max-height ...
- Web/CSS/@viewport/max-height The max-height CSS descriptor specifies the maximum height of the viewport of a document defined ...
- Web/CSS/@viewport/max-width The max-width CSS descriptor specifies the maximum width of the viewport of a document defined ...
- Web/CSS/@viewport/max-zoom The max-zoom CSS descriptor sets the maximum zoom factor of a document defined by the @viewport ...
- Web/CSS/@viewport/min-height The min-height CSS descriptor specifies the minimum height of the viewport of a document defined ...
- Web/CSS/@viewport/min-width The min-width CSS descriptor specifies the minimum width of the viewport of a document defined ...
- Web/CSS/@viewport/min-zoom The min-zoom CSS descriptor sets the minimum zoom factor of a document defined via @viewport. ...
- Web/CSS/@viewport/orientation The orientation CSS descriptor controls the orientation of a document defined by @viewport.
- Web/CSS/@viewport/user-zoom The user-zoom CSS descriptor controls whether or not the user can change the zoom factor of a ...
- Web/CSS/@viewport/width The width CSS descriptor is shorthand for setting both the min-width and the max-width of the ...
- Web/CSS/@viewport/zoom The zoom CSS Descriptor sets the initial zoom factor of a document defined by @viewport.