On 14 Jul 2011, at 16:50, Chad Kelly wrote: > Just on the <noscript> tag, isn't it meant to be used within the JS itself
No. <script> elements aren't allowed any child elements. > and I am quite sure it is deprecated. It isn't. I recommend against it because it is a binary check and progressive enhancement[1] is a better approach, but it isn't deprecated > Which means you would need to use a transitional doctype. The relationship between "Appears in transitional but not string" and "is deprecated" is not 1:1. [1] http://icant.co.uk/articles/pragmatic-progressive-enhancement/ -- David Dorward http://dorward.me.uk ******************************************************************* List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm Help: [email protected] *******************************************************************
