bitpiston / oyster

A Perl web application framework.
Other
3 stars 1 forks source link

HTML5 support #37

Closed einkoro closed 11 years ago

einkoro commented 11 years ago

Add support for HTML5 elements to lib/xml and the doctype to mod/ssxslt.

http://www.w3.org/TR/html5-diff/#doctype http://www.w3.org/TR/html5-diff/#new-elements http://www.w3.org/TR/html5-diff/#obsolete-elements

einkoro commented 11 years ago

This should probably be the default as well.

einkoro commented 11 years ago

Doesn't seem to be any one perfect solution for doctype and meta element. The BitPiston style in Chowder is using the HTML5 legacy doctype for HTML generators but still outputting the wrong meta element.

einkoro commented 11 years ago

Short of some sort of solution to allow XSL to output the proper doctype we just need to add the new elements to lib/xml