Module html5_picture::html5[][src]

Expand description

HTML5 related functions, such as creation of picture tags.

Structs

Represents the HTML5 <picture> tag.

Contains a HashMap with all required details of the images to create an according picture tag. The image details are loaded into memory to be able to retrieve them as fast as possible. The install_images_into parameter is used to determine which images can be used.

Information about the source attributes in a <picture> tag.

Enums

Contains information about the MediaWidth property of a <picture> that are required for its creation.