Module html5_picture::html5[][src]

Expand description

HTML5 related functions, such as creation of picture tags.

Structs

Picture

Represents the HTML5 <picture> tag.

PictureRegister

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.

SourceAttributes

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

Enums

MediaWidth

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