Skip to content

xmli5/email

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 

Repository files navigation

The XMLi5 Email

Valid XHTML 1.0 Transitional Valid CSS!

This thing is designed to be bulletproof.

  • It uses percentages to ensure that the email is reasonably responsive without relying on hacks and unreliable tricks. Pixel widths are specified as inline-styles as a fallback just in case.

  • It works without a DOCTYPE, and is supplied with the XHTML1 Transitional DOCTYPE for reliability between the few clients that don't strip the DOCTYPE.

  • It uses only table,tr, td and br elements for layout, adjusted where necessary with align/valign attributes.

  • Attributes like width, height, border etc. are specified and then respecified in inline-style attributes, ensuring that the styling information is communicated one way or the other.

  • It's composed in polyglot HTML, enabling the document to be transmitted as application/xml+xhtml with an amendment to the http-equiv meta tag specifying the MIME type.

  • It's valid XHTML1.0 Transitional!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages