Is Vanilla HTML4, XHTML4 or HTML5?

It seems the library/core (Garden framework) is build to output XHTML4 code. E.g. Gdn_Form::escapeID() escapes according to (X)HTML4 specification. There are probably more such cases to be found. However, most views write HTML4/5 code.

Can we update Garden to HTML5? Or at least decide on one document type? Or if both is not possible, make Garden document type agnostic?

Comments

Sign In or Register to comment.