I’d like to request that CHtml::statefulForm returns:
return self::form($action,$method,$htmlOptions)."\n".self::tag('p',array(),self::pageStateField(''));
i.e. the state input is in a <p> tag. This allows pages using stateful forms to validate as XHTML 1.1 as well as other doctypes