On 26/07/2012 23:41, Isabel Santos wrote:
I decided to use polyglot markup, allthough it involved serving it as
text-html for old trident browsers, to be able to include xml content on
the site (wich I'm still learning).

What XML content do you need to include? If you just stick to regular HTML5 then all the ARIA stuff is valid (with some sanity restrictions) and you won't have to work around the strict parsing:

http://www.whatwg.org/specs/web-apps/current-work/multipage/elements.html#wai-aria

XML elements will be parsed into the HTML5 document tree, albeit slightly differently to how an XML document would be parsed, but maybe close enough for your purposes depending on what XML you'll be including.

Rob



*******************************************************************
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: memberh...@webstandardsgroup.org
*******************************************************************

Reply via email to