Copyright �2000 W3C� (MIT, INRIA, Keio), All Rights Reserved. W3C liability, trademark, document use and software licensing rules apply.
This working draft contains:
This document is a working draft of the CSS & FP working group which is part of the Style activity. It contains a proposal for features to be included in CSS level 3.
Feedback is very much welcomed. Comments can be sent directly to the editor, but the mailing list [email protected] (see instructions) is also open and is preferred for discussion of this and other drafts in the Style area.
This working draft may be updated, replaced or rendered obsolete by other W3C documents at any time. It is inappropriate to use W3C Working Drafts as reference material or to cite them as other than "work in progress". Its publication does not imply endorsement by the W3C membership or the CSS & FP Working Group (members only).
To find the latest version of this working draft, please follow the "Latest version" link above, or visit the list of W3C Technical Reports.
Section 2.1 of CSS1 and Chapter 18 of CSS2 introduced several user interface related pseudo-classes, properties and values. This proposal extends them to provide the ability, through CSS, to style elements based upon their various user interface related states, and to make an arbitrary structural element take on the dynamic presentation, or system default look and feel, of various standard user interface widgets.
The purpose of this proposal is to achieve the following objectives:
This proposal intends only to specify the look and feel of various elements, and specifically does not address the meaning behind what a specific look and feel may imply. For example, with the additions in the proposal, an author can make any element look and even feel like a submit button. Yet, that arbitrary element has no meaning, so pushing it does nothing by default, and certainly doesn't imply that it submits a form.
Similarly, the SELECT element for example, provides a list or menu of choices to the user. The meaning of the SELECT element is that it allows the user to make a choice, to choose something among several alternatives. This says nothing about its look and feel, and in fact, the "concept" of a SELECT could be visually implemented as a list-box, a popup-menu, or a group of radio-buttons. Each visual instantiation has a different look and feel, but maintains its original meaning, a choice among several alternatives. This proposal addresses only the former (look and feel), not the latter (meaning).
Since this proposal serves to simulate various user interface and forms elements in HTML4, it is perhaps useful to call out what specifically is believed to be outside the scope of CSS, or better suited to document structure rather than style and therefore not addressed by this proposal:
The proposal can be briefly summed up by the following additions to CSS:
As a result, the rendering behaviors of the following fourteen HTML4 tags and four HTML4 attributes could be deprecated:
The following work has dependencies on the CSS UI working draft.
This is a work in progress, and as such, has not yet addressed all issues that have been raised with respect to creating user interface elements using CSS. The following issues remain to be resolved:
SELECT[size] { height: attr(size)em; }
in order to attempt to have a SELECT element that has a size attribute be vertically sized as a multiple of its font-size. Should we discuss additional usages of the attr() expression in this proposal?
:enabled:hot-key{text-decoration:underline}
:horizontal-scrollbar, :vertical-scrollbar
?
The CSS2 definition of :active and :focus states:
This proposal adds the following:
Only elements whose 'user-input' property has the value of "enabled" can become :active or acquire :focus.
The purpose of the :enabled pseudo-class is to allow authors to customize the look of user interface elements which are enabled - which the user can select/activate in some fashion (e.g. clicking on a button with a mouse). There is a need for such a pseudo-class because as of yet there is no way to programmatically specify the default appearance of say, an enabled INPUT element without also specifying what it would look like when it was disabled.
Similar to :enabled, :disabled allows the author to specify precisely how a disabled or inactive user interface element should look.
It should be noted that most elements will be neither enabled nor disabled. An element is enabled if the user can either activate it or transfer the focus to it. An element is disabled if it could be enabled, but the user cannot presently activate it or transfer focus to it.
The :checked pseudo-class only applies to elements which are user-input:enabled or disabled. Radio and checkbox elements can be toggled by the user. Some menu items are "checked" when the user selects them. When such elements are toggled "on" the :checked pseudo-class applies. The :checked pseudo-class initially applies to such elements that have the HTML4 SELECTED or CHECKED attribute as described in Section 17.2.1 of HTML4, but of course the user can toggle "off" such elements in which case the :checked pseudo-class would no longer apply. While the :checked pseudo-class is dynamic in nature, and is altered by user action, since it can also be based on the presence of the semantic HTML4 SELECTED and CHECKED attribute, it applies to all media.
The :indeterminate pseudo-class only applies to elements which are user-input:enabled or disabled. Radio and checkbox elements can be toggled by the user, but are sometimes in an indeterminate state, neither checked nor unchecked. This can be due to an element attribute, or DOM manipulation. The :indeterminate pseudo-class applies to such elements. While the :indeterminate pseudo-class is dynamic in nature, and is altered by user action, since it can also be based on the presence of an element attribute, it applies to all media.
The :selection pseudo-element applies to the portion of a document that has been highlighted by the user. This also applies, for example, to selected text within an editable text field. Only elements that have a user-select other than 'none' can have a :selection. This pseudo-element should not be confused with the :checked pseudo-class (which used to be named :selected) or the :selected pseudo-class in the Selectors Proposal.
Although the :selection pseudo-element is dynamic in nature, and is altered by user action, it is reasonable to expect that when a UA rerenders to a static medium (such as a printed page) which was originally rendered to a dynamic medium (like screen), the UA may wish to transfer the current :selection state to that other medium, and have all the appropriate formatting and rendering take effect as well. This is not required - UAs may omit the :selection pseudo-element for static media.
Authors can specify the style and location of a generated menu with the :menu pseudo-element. It is treated as a child of the element (and therefore inherits all styling by default - similar to :before and :after), and absolutely positioned at 0,0 with respect to the content top left corner of the element. It is made "visibility:visible" when the element itself is :active, and is "visibility:hidden" otherwise. It contains a copy of all the contents of the element itself.
@preference { media: presentation, screen, print; }This @ rule instructs the UA to attempt to render the content as a presentation by default, and if unable to, render to the screen, and finally, at least provide the option of rendering to print. Essentially, the "preference" @ rule gives hints to the UA as to how the content author believes the content is best delivered. The only property currently defined for the @preference rule is "media", which gives an ordered list of the media that the content was intended for. If a UA supports more than one medium in the list, it should by default use the first medium in the list which it supports.
New�Values: | copy | alias | context-menu | cell | grab | grabbing | spinning | count-up | count-down | count-up-down |
Initial: | see CSS2 |
Applies to: | see CSS2 |
Inherited: | see CSS2 |
Percentages: | see CSS2 |
Media: | see CSS2 |
Description
CSS2 introduced the concept of system colors which is a set of values that allows authors to specify colors in a manner that integrates them into the user's graphic environment.
This proposal extends that set of colors to allow authors to specify the specific colors for the subcomponents of a number of standard user interface elements in several states. The proposal also recognizes that there may be other, platform specific system colors which UAs may implement in order to permit authors to take full advantage of the capabilities of that particular platform.
In addition, when the appropriate values are specified on the 'background' or 'border' shortcut properties, they behave similar to the System Font values, in that, the value indicates not only the color of the shortcut property but all other aspects (width, style, etc.) that are determined by the look of standard user interface elements on the system. When the values are set on the shortcut 'background' or 'border' property, the individual properties such as 'background-color' or 'border-style' are still given values taken from the system, which can be independently varied. Authors are encouraged to use the shortcut properties 'background' and 'border' rather than the properties 'background-color' and 'border-color' in order to allow the UA the flexibility to render as close to the standard look and feel of the platform.
The list of CSS2 System Colors, the list of HTML4 form elements, and the concept of a dialog window and an icon give us the following grouped by category list of user interface elements:
All UAs are expected to support rendering the appearance of the five generic user interface elements: icon, window, button, menu and field. If a UA or platform does not support a specific user interface element (e.g. dialog), it may apply the values for the respective generic user interface element (e.g. window).
Each of these user interface elements has a number of subcomponents, each of which is typically a different color in today's modern desktop graphical user interfaces: background, text, and border which correspond precisely to the CSS properties 'background', 'color', and 'border'.
The following combinations of user interface element with subcomponent are required to abstractly construct the background, text color and border of each of the user interface elements respectively:
The CSS UI proposal defines a number of pseudo-classes or states for user interface elements: enabled, disabled, active, and hover.
Today's richest platform graphical user interfaces typically render differently for the first three states. There are already applications which render their user interface elements differently even when the user is simply hovering over them, as such, it is not too great a leap to infer that future system standard user interface elements may also render differently in the hover state.
The above list of 42 system colors are expected to be rendered differently depending on the user interface state of the element. This provides the author a simple and straight-forward mechanism for building user interface elements without having to construct rules for each possible state.
However, to enable the author to define their own rules for the look of specific states, for each of the above state independent colors, there are four state specific colors which are constructed by simply taking the given color and prepending the name of the state. E.g.
Button EnabledButton, DisabledButton, ActiveButton, HoverButton
The 42 state independent colors and their respective 168 state specific colors make a total of potentially 210 separate system colors for the UA to support. Not all UAs or platforms may be able to support all 210 colors, so we explicitly specify a series of fallback steps:
ActiveDefaultButtonBorder
ActiveButtonBorder
ButtonBorder
An example of a very simple UA on a 1-bit video (black & white only) platform might for example, map all enabled border and text colors to black, and all background colors to white. The disabled border and text colors could be rendered as a dithered 50% grey pattern, and the active text and background inverted. Finally, the hover versions of the colors could simply be rendered the same as the enabled versions.
System Font addition(s): The system font in standard user interface widgets
New�Values: | window | document | workspace | desktop | info | dialog | button | pull-down-menu | list | field |
Initial: | see CSS2 |
Applies to: | see CSS2 |
Inherited: | see CSS2 |
Percentages: | see CSS2 |
Media: | see CSS2 |
These additional values for 'font' symbolically specify that an element has the default font for that specific user interface element. This is just an extension of the system font values in CSS2. As with the other system font values, the values must be set on the shorthand property.
As with the extended system colors documented above, there is a specific fall back mechanism for UAs or platforms which do not support all the specific user interface elements.
dialog
window
Just as with the system colors, UAs are expected to support rendering at a minimum the five generic system fonts: icon, window, button, menu and field, with proper fallback treatment for the specific system fonts.
Values: | content-box | border-box | inherit |
Initial: | content-box |
Applies to: | all elements that accept width or height |
Inherited: | no |
Media: | same as width and height |
Description
The formatting model of the BUTTON tag, the TEXTAREA tag and other elements.
New�Values: | inline-block |
Initial: | see CSS2 |
Applies to: | see CSS2 |
Inherited: | see CSS2 |
Percentages: | see CSS2 |
Media: | see CSS2 |
The 'inline-block' value for 'display' specifies that an element is to be formatted as a block, but that this block can sit on a line with other elements, similar to the way replaced/empty elements such as IMG and OBJECT and the containers TEXTAREA and BUTTON do.
Example: a multi-line text field (similar to TEXTAREA):
div.field { color: fieldText; background: field; border: fieldBorder; font: field; display: inline-block; user-modify: read-write; user-select: text; }
Symbolic additions to the 'content' property
New�Values: | normal | <uri> | check | diamond | menu-check | menu-diamond | radio | radio-on | radio-off | radio-ind | enabled-radio-on | enabled-radio-off | enabled-radio-ind | disabled-radio-on | disabled-radio-off | disabled-radio-ind | active-radio-off | active-radio-on | active-radio-ind | hover-radio-off | hover-radio-on | hover-radio-ind | checkbox | checkbox-on | checkbox-off | checkbox-ind | enabled-checkbox-on | enabled-checkbox-off | enabled-checkbox-ind | disabled-checkbox-on | disabled-checkbox-off | disabled-checkbox-ind | active-checkbox-on | active-checkbox-off | active-checkbox-ind | hover-checkbox-on | hover-checkbox-off | hover-checkbox-ind |
Initial: | normal |
Applies to: | all elements |
Inherited: | see CSS2 |
Percentages: | see CSS2 |
Media: | see CSS2 |
These additional values for 'content' symbolically specify list annotations and menu annotations that were previously only available respectively through list-style-type and hardcoded for OPTION elements that were SELECTED. In addition, symbolic names for the various states of a radio button and checkbox are introduced. The rendering of disc, circle, and square is identical to what is described for list-style-type. The exact rendering of check and diamond depends on the user agent, but it is suggested that the same glyph which is used on the platform to render a "checked" menu item be used for "check", and similarly for those platforms which support rendering of a "diamond" next to a menu item. Conformant user agents may render 'diamond' the same as 'check'. The radio- and checkbox- values are rendered as they are by default on the platform.
Parallel symbolic additions to the list-style-type property. This is simply here to keep the list-style-type property in synch with the content property.
New�Values: | check | diamond | menu-check | radio | radio-on | radio-off | radio-ind | enabled-radio-on | enabled-radio-off | enabled-radio-ind | disabled-radio-on | disabled-radio-off | disabled-radio-ind | active-radio-off | active-radio-on | active-radio-ind | hover-radio-off | hover-radio-on | hover-radio-ind | checkbox | checkbox-on | checkbox-off | checkbox-ind | enabled-checkbox-on | enabled-checkbox-off | enabled-checkbox-ind | disabled-checkbox-on | disabled-checkbox-off | disabled-checkbox-ind | active-checkbox-on | active-checkbox-off | active-checkbox-ind | hover-checkbox-on | hover-checkbox-off | hover-checkbox-ind |
Initial: | see CSS2 |
Applies to: | see CSS2 |
Inherited: | see CSS2 |
Percentages: | see CSS2 |
Media: | see CSS2 |
See the 'content' property above for definitions of the values.
Specifying resizing capabilities: the 'resizer' property
Values: | auto | both | horizontal | vertical | none | inherit |
Initial: | auto |
Applies to: | all elements |
Inherited: | no |
Percentages: | n/a |
Media: | interactive |
Currently it is possible to control the appearance of the scrolling mechanism (if any) on a window using the overflow property (overflow: hidden) on the HTML (root) element. The purpose of the resizer property is to also allow control over the appearance and function of the resize box (or other appropriate resizing mechanism) on the window.
Note: the resize box is NOT the same as the scrolling mechanism. The scrolling mechanism allows the user to determine which portion of the canvas the viewport shows. The resizing mechanism allows the user to determine the size of the viewport.
This property is meant to primarily apply to the HTML (root) element, yet it makes sense on any element which has scrollbars (overflow: scroll). If the element does not have scrollbars (either through overflow: clip or default behavior of the user agent), then this property is ignored. The appearance of the specific resizer is whatever is default for the user interface of the platform.
When the user manipulates the resizer, the actual width and height of the element are altered accordingly. It is recommended that the resizer be placed in accordance with how the UA places the scrollbars. Some implementations place the scrollbars between the padding and the border. The precise direction of resizing (i.e. altering the top left of the element or altering the bottom right) may depend on a number of factors including whether the element is absolutely positioned, whether it is positioned using the 'right' and 'bottom' properties, whether the language of the element is right-to-left etc. The precise direction of resizing is left to the UA to properly determine for the platform.
Example:
html { width: 100px; height: 100px; overflow: clip; resizer: none } /* display content in a non-resizable 100px by 100px window */
Values: | none | (<key-press-combination> )+ | <system-key-equivalent> | inherit |
Initial: | none |
Applies to: | all enabled elements |
Inherited: | no |
Percentages: | n/a |
Media: | interactive |
The purpose of this property is to be able to specify what key or combination of keys being simultaneously pressed activates/triggers a particular element. This is typically used to alter the command or control key shortcut used for menu items and form buttons. Key-equivalents are active in a document only if an element inside the document has the focus (this can include BODY). This also applies to documents inside frames. The frame must first acquire the focus before key-equivalents for any of the elements of its document can be active. There may be platform and user agent limitations to key-equivalents which conflict with those inherent in the user agent and operating system.
One or more <key-press-combination>s separated by spaces. The user agent is supposed to use all <key-press-combination>s which it finds in the list which it and the platform is capable of supporting. In some ways this is similar to the list of font families in the font-family property.
A <key-press-combination> is one or more characters with one or more modifier keys separated by dashes ('-'). The characters must be specified in uppercase or as entities - the actual user input for the key-equivalency is case insensitive. In addition to characters (representing keys), special or modifier keys can also be specified. These are specified in all lowercase so as to be distinguished from the characters representing keys. The actual list of supported special or modifier keys and characters is platform dependent. For the modifier keys of which there are typically two, the right and the left, the author can either specify both, e.g. cmd, or only the right: rcmd, or only the left: lcmd.
Note. Should we include "standard" keys from other consumer computing devices?
<key-press-combination> = <key> ('-' <key>)*
<key> = space | <character[CN]> | <special-key> | attr(<attribute>)
<special-key> = <modifier-key> | <function-key> | <navigation-key> | <edit-key> | <misc-key>
<modifier-key> = accesskey | <cmd-key> | <opt-key> | <ctrl-key> | <shift-key> | <alt-key> | <win-key> | <meta-key> | fn | fcn | caps
<cmd-key> = cmd | rcmd | lcmd
<opt-key> = opt | ropt | lopt
<ctrl-key> = ctrl | rctrl | lctrl
<shift-key> = shift | rshift | lshift
<alt-key> = alt | ralt | lalt
<win-key> = win | rwin | lwin
<meta-key> = meta | rmeta | lmeta
<function-key> = f1 | f2 | f3 | f4 | f5 | f6 | f7 | f8 | f9 | f10 | f11 | f12 | f13 | f14 | f15
<navigation-key> = tab | esc | enter | return | menu | help | namemenu | rcl | snd | <arrow-key> | <page-key>
<arrow-key> = up | down | left | right
<page-key> = home | end | pgup | pgdn
<edit-key> = bs | del | ins | undo | cut | copy | paste | clr | sto
<misc-key> = prtsc | sysrq | scrlock | pause | brk | numlock | pwr
'accesskey' is a symbolic value which represents the default "shortcut" or "keyboard accelerator" modifier key for the platform. This value can be used essentially the same way that the ACCESSKEY attribute in HTML4 is used, to specify a single character to be pressed in conjunction with the default shortcut modifier key on the platform.
Examples:
input.cancel { key-equivalent: esc cmd-. N } input.ok { key-equivalent: return enter Y } input.open { key-equivalent: ctrl-O cmd-O accesskey-O} input.close { key-equivalent: alt-f4 cmd-W} input.copy { key-equivalent: ctrl-C cmd-C copy accesskey-C}
The author can also specify the system key-equivalent for a particular command on that platform. System key-equivalents are all named with the system-* prefix, and refer to the command in their name.
Examples:
input.cancel { key-equivalent: system-cancel } input.ok { key-equivalent: system-ok } input.open { key-equivalent: system-open } input.close { key-equivalent: system-close } input.copy { key-equivalent: system-copy }
Note. Other values may be permitted in future levels of CSS.
Values: | auto | <number> | inherit |
Initial: | auto |
Applies to: | all enabled elements |
Inherited: | no |
Percentages: | n/a |
Media: | interactive |
This property is a replacement for the HTML4 attribute TABINDEX. Borrowed and slightly rephrased from the HTML4 recommendation:
This property specifies the position of the current element in the tabbing order for the current document.
The tabbing order defines the order in which elements will receive focus when navigated by the user via the keyboard. The tabbing order may include elements nested within other elements.
Elements that may receive focus should be navigated by user agents according to the following rules:
- Those elements that support the tab-index property and assign a positive value to it are navigated first. Navigation proceeds from the element with the lowest tab-index value to the element with the highest value. Values need not be sequential nor must they begin with any particular value. Elements that have identical tab-index values should be navigated in the order they appear in the character stream.
- Those elements that do not support the tab-index property or support it and assign it a value of "0" are navigated next. These elements are navigated in the order they appear in the character stream.
- Elements that are disabled do not participate in the tabbing order.
Tabbing keys. The actual key sequence that causes tabbing navigation or element activation depends on the configuration of the user agent (e.g., the "tab" key is used for navigation and the "enter" key is used to activate a selected element).
User agents may also define key sequences to navigate the tabbing order in reverse. When the end (or beginning) of the tabbing order is reached, user agents may circle back to the beginning (or end)
Values: | none | enabled | disabled | inherit |
Initial: | none* |
Applies to: | all elements |
Inherited: | yes |
Percentages: | n/a |
Media: | all |
The purpose of this property is to allow the author to specify whether or not a user interface element will currently accept user input. Typically this will be used to enable or disable specific input elements in a form. UAs may interpret none as disabled for user interface related elements.
*Note that although the initial value for this property is "none", user agents will typically set this value in their user agent style sheet. Certainly, for HTML4 form elements, the user agent style sheet will have a value of "enabled" for the user-input property.
Any settings for the user-input property are ignored when inside a style declaration selected by either the :enabled or :disabled pseudo-classes. This is to avoid the obvious infinite loop of setting user-input:disabled on a :enabled pseudo-class.
Example:
textarea { user-input: disabled } /* prevent access to contents of TEXTAREA */
Values: | read-only | read-write | write-only | inherit |
Initial: | read-only |
Applies to: | all elements |
Inherited: | yes |
Percentages: | n/a |
Media: | interactive |
The purpose of this property is to allow finer control over which user interface elements are user modifiable. Input elements can be pre-filled in, with the user-modify property set to read-only so that the user cannot change them. This is useful for templates, or for update forms. The user can still activate a read-only element and copy content out of it, if that is appropriate for the content model of the element. This is different from making the element "user-input:disabled" because that would prevent the user from activating the element.
Note that user agents may have a different initial value for the 'user-modify' property for some elements such as TEXTAREA which is typically user-modify:read-write.
Values: | none | text | toggle | element | elements | all | inherit |
Initial: | text |
Applies to: | all elements (including 'empty') except replaced elements |
Inherited: | no |
Percentages: | n/a |
Media: | interactive |
This property controls the selection model and granularity of an element. Additional selection models may be added in the future.
Note that although the initial value of 'user-select' is 'text', rules in the user agent's default style sheet may override this value. For example, user agents typically do not allow selection of the contents of a BUTTON element. E.g. BUTTON { user-select: none }
For the same reason, user-select: none is a typical default on the 'empty' INPUT elements. For replaced elements the content which replaces the element determines the user-select, which is why this property does not apply. For example, the user-select of an IFRAME is determined by the selection style of the HTML document inside.
This property is not inherited, but it does affect children in the same way that display: none does, it limits it. That is if an element is user-select: none, it doesn't matter what the user-select value is of its children, the element's contents or it's childrens contents cannot be selected.
Values: | auto | normal | select-all | select-before | select-after | select-same | select-menu | inherit |
Initial: | auto |
Applies to: | all elements |
Inherited: | yes |
Percentages: | n/a |
Media: | interactive |
The purpose of this property is to determine what happens to an element when the user focusses it either by "tabbing" into it or clicking on it with a pointing device. This property serves as both a shortcut property that sets the values of the individual user-focus-key and user-focus-pointer properties, and also serves to determine what happens for any other input methods not covered by user-focus-key and user-focus-pointer.
Values: | auto | normal | select-all | select-before | select-after | select-same | select-menu | inherit |
Initial: | auto |
Applies to: | all elements |
Inherited: | yes |
Percentages: | n/a |
Media: | interactive |
The purpose of this property is to determine what happens to an element when the user focusses it specifically by clicking on it with a pointing device.
See 'user-focus' for definitions of the values.
Values: | auto | normal | select-all | select-before | select-after | select-same | select-menu | inherit |
Initial: | auto |
Applies to: | all elements |
Inherited: | yes |
Percentages: | n/a |
Media: | interactive |
The purpose of this property is to determine what happens to an element when the user focusses it specifically by "tabbing" into it.
See 'user-focus' for definitions of the values.
Mutually exclusively toggled user interface elements are controlled with two properties, 'toggle-group' and 'group-reset'. The groups defined by the group-reset property are used as values for the toggle-group property. These properties interact and cascade similarly to the 'counter-reset' and 'counter-increment' properties defined in CSS2.
Values: | <identifier> | none | inherit |
Initial: | none |
Applies to: | all elements |
Inherited: | no |
Percentages: | n/a |
Media: | all |
The 'toggle-group' property accepts the name of a group (identifier). The property indicates which toggle group that the element is a member of. Only one element belonging to any given toggle group can be :checked.
If 'toggle-group' refers to a group that is not in the scope (see below) of any 'group-reset', the group is assumed to have been reset by the root element.
Values: | <identifier>+ | none | inherit |
Initial: | none |
Applies to: | all elements |
Inherited: | no |
Percentages: | n/a |
Media: | all |
The 'group-reset' property contains a list of one or more names of groups.
The 'group-reset' for a group X, creates a fresh group X, the scope of which is the element, its preceding siblings, and all the descendants of the element and its preceding siblings.
This example shows a way to create a group of three mutually exclusive radio buttons.
.radiogroup1 { group-reset: group1 } .radiobutton { toggle-group: group1; display: inline-block; color: ButtonText; background: Button; border: ButtonBorder; font: button; white-space: nowrap; cursor: arrow; user-input: enabled; user-modify: read-only; user-select: toggle; user-focus: normal; } .radiobutton:before { content: radio }
<div class="radiogroup1"> <div class="radiobutton">Win</div> <div class="radiobutton">Lose</div> <div class="radiobutton">Draw</div> </div>
The 'group-reset' property follows the cascading rules. Thus, due to cascading, the following style sheet:
div { group-reset: result } div { group-reset: choice }
will only reset 'choice'. To reset both groups, they have to be specified together:
div { group-reset: result choice }
Groups are "self-nesting", in the sense that re-using a group in a child element automatically creates a new instance of the group. This is important for situations like dependent choices and sub-choices in HTML, where elements can be nested inside themselves to arbitrary depth. It would be impossible to define uniquely named groups for each level.
The self-nesting is based on the principle that every element that has a 'group-reset' for a group X, creates a fresh group X, the scope of which is the element, its preceding siblings, and all the descendants of the element and its preceding siblings.
An element that is not displayed ('display' set to 'none') cannot reset a group.
For example, with the following style sheet, H2s with class "secret" do not reset 'group2'.
h2.secret {group-reset: count2; display: none}
Elements with 'visibility' set to 'hidden', on the other hand, do reset groups.
Potential additions to the base style sheet to express HTML4 form elements:
a[href] { user-input: enabled } button, input[type=button], input[type=reset], input[type=submit], input[type=checkbox], input[type=radio], textarea, input, input[type=text], input[type=hidden], input[type=password], input[type=image] { /* appearance of the various types of HTML4 buttons */ display: inline-block; color: ButtonText; background: Button; border: ButtonBorder; font: button; white-space: nowrap; /* dynamic interface */ cursor: arrow; user-input: enabled; user-modify: read-only; user-select: none; user-focus: normal; } input[type=button], input[type=reset], input[type=submit] { /* content and formatting of text in HTML4 input buttons */ content: attr(value); } input[type=submit] { /* appearance of a default button */ color: DefaultButtonText; background: DefaultButton; border: DefaultButtonBorder; } input[type=checkbox], input[type=radio] { user-select: toggle; } input[type=checkbox][name], input[type=radio][name] { toggle-group: attr(name); } input[type=checkbox]:before { content: checkbox } input[type=radio]:before { content: radio } textarea, input[type=text], input[type=hidden], input[type=password] { /* appearance of HTML4 text fields */ color: FieldText; background: Field; border: FieldBorder; font: field; white-space: nowrap; /* user interface */ cursor: text; user-modify: read-write; user-select: text; user-focus: select-all; } input[type=hidden] { /* appearance of the HTML4 hidden text field in particular */ display: none; } input[type=password] { /* appearance of the HTML4 password text field in particular */ /* user interface of the HTML4 password text field in particular */ user-modify: write-only; } textarea, button { /* appearance of BUTTON and TEXTAREA tags in particular */ white-space:normal; } input[type=image] { content: url(attr(src)); border: none; user-select: none; user-focus: normal; } select[size] { /* SELECT with size>1 - appearance of list */ color: ListText; background: List; border: ListBorder; font: List; display: inline-block; height: attr(size)em; user-focus: select-same; user-select: elements; } select,select[size=1] { /* SELECT with no size attribute, or size=1 - popup-menu */ color: PopupMenuText; background: PopupMenu; border: PopupMenuBorder; font: PopupMenu; display: inline-block; height: 1em; overflow: clip; user-input: enabled; user-focus: select-menu; user-select: element; user-modify: read-only; } select[size]:active { /* active SELECT with size>1 - appearance of active list */ display: inline-block; } select:menu,select[size=1]:menu { display: block; } optgroup,option { display: block; white-space: nowrap; user-input: enabled; } optgroup { user-focus: select-menu; user-select: element; } optgroup[label],option[label] { content: attr(label); } option[selected]:before { content: menu-check; display: marker; } *[accesskey]:enabled { key-equivalent:accesskey-attr(accesskey); } *[noresize] { resizer:none } *[tabindex] { tab-index:attr(tabindex) } button[disabled], input[disabled], optgroup[disabled], option[disabled], select[disabled], textarea[disabled] { user-input:disabled; } /* other inline-block elements in HTML4 */ img, object, applet, embed, iframe, frame, frameset { display:inline-block; }