DOM, Forms and Styles
DOM, forms and styles features include all aspects of using various CSS styles and HTML5 forms.
The main DOM, forms and styles features are:
-
CSS Animations Module Level 3
Enables you to create animations using the CSS3 animation property.
-
CSS Backgrounds and Borders Module Level 3
Enables you to specify the border and background styles of HTML elements using CSS properties.
-
CSS Basic User Interface Module Level 3 (CSS3 UI)
Enables you to apply styles to HTML documents.
-
CSS Color Module Level 3
Enables you to specify the color and opacity of HTML elements using CSS properties.
-
CSS Flexible Box Layout Module
Enables you to create flexible layouts for Web applications.
-
CSS Transforms
Enables you to move, rotate, stretch, and scale elements using the CSS3 transform property.
-
CSS Transitions Module Level 3
Enables you to add effects when changing the style of an element using the CSS3 transition property.
-
CSS Fonts Module Level 3
Enables you to change the text fonts.
-
CSS Text Module Level 3
Enables you to apply various text effects.
-
WOFF File Format 1.0
Enables you to encode and decode font data easily.
-
HTML5 Forms
Enables you to easily implement Web forms for user input using HTML5 elements.
-
Media Queries
Enables you to define media features for specific output devices using the CSS media queries.
-
Selectors API Level 1 and Level 2
Enables you to select element nodes in the DOM tree by matching them against a group of selectors.
-
HTML5 session history of browsing contexts
Enables you to manage the browsing history of a device.
The following guides apply in mobile applications only:
-
CSS Multi-column Layout Module
Enables you to create multi-column layouts for Web applications.