Articles tagged: CSS Descriptor
Found 23 documents
- Web/CSS/@counter-style/additive-symbols The additive-symbols descriptor is similar to the symbols descriptor and allows the user to ...
- 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 the author alter the ...
- 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 descriptor is used to specify the symbols that the specified counter system will use ...
- 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-family The font-family CSS descriptor allows authors to specify the font family for the font specified ...
- 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/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 @viewport. The ...
- 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 should be able to change the zoom ...
- Web/CSS/@viewport/zoom The zoom CSS Descriptor sets the initial zoom factor of a document defined by @viewport.